Shades of Light Grey #D2D0D0
Tints of Light Grey #D2D0D0
RGB
CMYK
RGB Variations
Color information
#D2D0D0 (or 0xD2D0D0) is known color: Light Grey. HEX triplet: D2, D0 and D0. RGB value is (210,208,208). Sum of RGB (Red+Green+Blue) = 210+208+208=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0D0 is #2D2F2F. Grayscale: #D0D0D0. Windows color (decimal): -2961200 or 13684946. OLE color: 13684946.
HSL color Cylindrical-coordinate representation of color #D2D0D0: hue angle of 0º degrees, saturation: 0.02, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D2D0D0 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 208 | 208 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 0º | 0.02% | 0.82% | - |
HSV(B) | 0º | 0.01% | 0.82% | - |
XYZ | 60.52 | 63.37 | 68.72 | - |
YUV | 208.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 208 | 208 | 0 | 0.01 | 0.01 | 0.18 | 0 | 0.02 | 0.82 |
Hex | D2 | D0 | D0 | 0 | 1 | 1 | 12 | 0 | 2 | 52 |
Octal | 322 | 320 | 320 | 0 | 1 | 1 | 22 | 0 | 2 | 122 |
Binary | 11010010 | 11010000 | 11010000 | 0 | 1 | 1 | 10010 | 0 | 10 | 1010010 |
Color Harmonies of #D2D0D0
Complementary color
Monochromatic Colors of #D2D0D0
Black with #D2D0D0
Text Example
Text Example
White with #D2D0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0D0; }
p { color: rgb(210,208,208); }
H1.HeaderClassName
{
color: #D2D0D0;
}
.AnyTagClassName
{
color: #D2D0D0;
}
</style>
background-color css
<style>
a { background-color: #D2D0D0; }
a { background-color: rgb(210,208,208); }
div.DivClassName
{
background-color: #D2D0D0;
}
.BgClassName
{
background-color: #D2D0D0;
}
</style>
border-color css
<style>
span { border-color: #D2D0D0; }
span { border-color: rgb(210,208,208); }
td.TdClassName
{
border-color: #D2D0D0;
}
.TagClassName
{
border-color: #D2D0D0;
}
</style>