mostly black
Enter any color value (e.g., #15774b, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#d2d2d2 color RGB value is (210,210,210)
#d2d2d2 color CMYK value
#d2d2d2 color HSL value
HSV(or HSB) | 0° | 0 | 82.4 |
XYZ | 61.258 | 64.448 | 70.184 |
Yxy | 0.313 | 0.329 | 64.448 |
LAB | 84.198 | 0.005 | -0.009 |
LUV | 84.198 | 0.001 | -0.014 |
Hunter-LAB | 80.279 | -4.284 | 4.362 |
CIE-LCH | 84.198 | 0.01 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D2 | D2 | D2 |
Decimal | 210 | 210 | 210 |
Octal | 322 | 322 | 322 |
Binary | 11010010 | 11010010 | 11010010 |
This text has a font color of #d2d2d2.
<span style="color:#d2d2d2">Text here</span>
This paragraph has a background color of #d2d2d2.
<p style="background-color:#d2d2d2;">Content here</p>
This element has a border color of #d2d2d2.
<div style="border:1px #d2d2d2;">Content here</div>
.text {color:#d2d2d2;}
.background {background-color:#d2d2d2;}
.border {border:1px solid #d2d2d2;}
.text-shadow {border:1px solid #d2d2d2;}
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, #080808 is the darkest color, while #fdfdfd is the lightest one.