Shades of Ecru White #D0CCC0
Tints of Ecru White #D0CCC0
RGB
CMYK
RGB Variations
Color information
#D0CCC0 (or 0xD0CCC0) is known color: Ecru White. HEX triplet: D0, CC and C0. RGB value is (208,204,192). Sum of RGB (Red+Green+Blue) = 208+204+192=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCC0 is #2F333F. Grayscale: #CBCBCB. Windows color (decimal): -3093312 or 12635344. OLE color: 12635344.
HSL color Cylindrical-coordinate representation of color #D0CCC0: hue angle of 45º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CCC0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 204 | 192 | - |
CMYK | 0 | 0.02 | 0.08 | 0.18 |
HSL | 45º | 0.15% | 0.78% | - |
HSV(B) | 45º | 0.08% | 0.82% | - |
XYZ | 57.12 | 60.4 | 58.52 | - |
YUV | 203.83 | 121.33 | 130.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 192 | 0 | 0.02 | 0.08 | 0.18 | 45 | 0.15 | 0.78 |
Hex | D0 | CC | C0 | 0 | 2 | 8 | 12 | 2D | F | 4E |
Octal | 320 | 314 | 300 | 0 | 2 | 10 | 22 | 55 | 17 | 116 |
Binary | 11010000 | 11001100 | 11000000 | 0 | 10 | 1000 | 10010 | 101101 | 1111 | 1001110 |
Color Harmonies of #D0CCC0
Complementary color
Monochromatic Colors of #D0CCC0
Black with #D0CCC0
Text Example
Text Example
White with #D0CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCC0; }
p { color: rgb(208,204,192); }
H1.HeaderClassName
{
color: #D0CCC0;
}
.AnyTagClassName
{
color: #D0CCC0;
}
</style>
background-color css
<style>
a { background-color: #D0CCC0; }
a { background-color: rgb(208,204,192); }
div.DivClassName
{
background-color: #D0CCC0;
}
.BgClassName
{
background-color: #D0CCC0;
}
</style>
border-color css
<style>
span { border-color: #D0CCC0; }
span { border-color: rgb(208,204,192); }
td.TdClassName
{
border-color: #D0CCC0;
}
.TagClassName
{
border-color: #D0CCC0;
}
</style>