CSS Color Converter

I was doing some tweaking on the site and I needed to get the Hexadecimal 3 digits color codes and I found this site:

CSS Color Converter

example: #DDDDDD :

  • Hexadecimal notation, 6 digits: #DDDDDD
  • Decimal notation, integer values: rgb(221,221,221)
  • Decimal, percentage values: rgb(87%,87%,87%)
  • Hexadecimal notation, 3 digits: #DDD
  • Hexadecimal notation, web-safe: #CCC

Ended up being very useful. Already used it multiple times today!

Related Posts with Thumbnails

1,073 views
You can leave a response, or trackback from your own site.
Subscribe to RSS Feed Follow me on Twitter!
Web Statistics