mostly black
Enter any color value (e.g., #fac7bf, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#d5d5d5 color RGB value is (213,213,213)
#d5d5d5 color CMYK value
#d5d5d5 color HSL value
HSV(or HSB) | 0° | 0 | 83.5 |
XYZ | 63.245 | 66.539 | 72.461 |
Yxy | 0.313 | 0.329 | 66.539 |
LAB | 85.27 | 0.005 | -0.009 |
LUV | 85.27 | 0.001 | -0.015 |
Hunter-LAB | 81.571 | -4.352 | 4.432 |
CIE-LCH | 85.27 | 0.01 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D5 | D5 | D5 |
Decimal | 213 | 213 | 213 |
Octal | 325 | 325 | 325 |
Binary | 11010101 | 11010101 | 11010101 |
This text has a font color of #d5d5d5.
<span style="color:#d5d5d5">Text here</span>
This paragraph has a background color of #d5d5d5.
<p style="background-color:#d5d5d5;">Content here</p>
This element has a border color of #d5d5d5.
<div style="border:1px #d5d5d5;">Content here</div>
.text {color:#d5d5d5;}
.background {background-color:#d5d5d5;}
.border {border:1px solid #d5d5d5;}
.text-shadow {border:1px solid #d5d5d5;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #f5f5f5 is the lightest one.