Shades of Very Light Grey #D0CCCC
Tints of Very Light Grey #D0CCCC
RGB
CMYK
RGB Variations
Color information
#D0CCCC (or 0xD0CCCC) is known color: Very Light Grey. HEX triplet: D0, CC and CC. RGB value is (208,204,204). Sum of RGB (Red+Green+Blue) = 208+204+204=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCC is #2F3333. Grayscale: #CDCDCD. Windows color (decimal): -3093300 or 13421776. OLE color: 13421776.
HSL color Cylindrical-coordinate representation of color #D0CCCC: hue angle of 0º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CCCC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 204 | 204 | - |
CMYK | 0 | 0.02 | 0.02 | 0.18 |
HSL | 0º | 0.04% | 0.81% | - |
HSV(B) | 0º | 0.02% | 0.82% | - |
XYZ | 58.5 | 60.96 | 65.81 | - |
YUV | 205.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 204 | 0 | 0.02 | 0.02 | 0.18 | 0 | 0.04 | 0.81 |
Hex | D0 | CC | CC | 0 | 2 | 2 | 12 | 0 | 4 | 51 |
Octal | 320 | 314 | 314 | 0 | 2 | 2 | 22 | 0 | 4 | 121 |
Binary | 11010000 | 11001100 | 11001100 | 0 | 10 | 10 | 10010 | 0 | 100 | 1010001 |
Color Harmonies of #D0CCCC
Complementary color
Monochromatic Colors of #D0CCCC
Black with #D0CCCC
Text Example
Text Example
White with #D0CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCCC; }
p { color: rgb(208,204,204); }
H1.HeaderClassName
{
color: #D0CCCC;
}
.AnyTagClassName
{
color: #D0CCCC;
}
</style>
background-color css
<style>
a { background-color: #D0CCCC; }
a { background-color: rgb(208,204,204); }
div.DivClassName
{
background-color: #D0CCCC;
}
.BgClassName
{
background-color: #D0CCCC;
}
</style>
border-color css
<style>
span { border-color: #D0CCCC; }
span { border-color: rgb(208,204,204); }
td.TdClassName
{
border-color: #D0CCCC;
}
.TagClassName
{
border-color: #D0CCCC;
}
</style>