I was doing some tweaking on the site and I needed to get the Hexadecimal 3 digits color codes and I found this site:
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!