Shades of Very Light Grey #D2CCCC
Tints of Very Light Grey #D2CCCC
RGB
CMYK
RGB Variations
Color information
#D2CCCC (or 0xD2CCCC) is known color: Very Light Grey. HEX triplet: D2, CC and CC. RGB value is (210,204,204). Sum of RGB (Red+Green+Blue) = 210+204+204=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCCC is #2D3333. Grayscale: #CDCDCD. Windows color (decimal): -2962228 or 13421778. OLE color: 13421778.
HSL color Cylindrical-coordinate representation of color #D2CCCC: hue angle of 0º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2CCCC is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 204 | 204 | - |
CMYK | 0 | 0.03 | 0.03 | 0.18 |
HSL | 0º | 0.06% | 0.81% | - |
HSV(B) | 0º | 0.03% | 0.82% | - |
XYZ | 59.07 | 61.25 | 65.84 | - |
YUV | 205.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 204 | 204 | 0 | 0.03 | 0.03 | 0.18 | 0 | 0.06 | 0.81 |
Hex | D2 | CC | CC | 0 | 3 | 3 | 12 | 0 | 6 | 51 |
Octal | 322 | 314 | 314 | 0 | 3 | 3 | 22 | 0 | 6 | 121 |
Binary | 11010010 | 11001100 | 11001100 | 0 | 11 | 11 | 10010 | 0 | 110 | 1010001 |
Color Harmonies of #D2CCCC
Complementary color
Monochromatic Colors of #D2CCCC
Black with #D2CCCC
Text Example
Text Example
White with #D2CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCCC; }
p { color: rgb(210,204,204); }
H1.HeaderClassName
{
color: #D2CCCC;
}
.AnyTagClassName
{
color: #D2CCCC;
}
</style>
background-color css
<style>
a { background-color: #D2CCCC; }
a { background-color: rgb(210,204,204); }
div.DivClassName
{
background-color: #D2CCCC;
}
.BgClassName
{
background-color: #D2CCCC;
}
</style>
border-color css
<style>
span { border-color: #D2CCCC; }
span { border-color: rgb(210,204,204); }
td.TdClassName
{
border-color: #D2CCCC;
}
.TagClassName
{
border-color: #D2CCCC;
}
</style>