Shades of Ecru White #D2CFC0
Tints of Ecru White #D2CFC0
RGB
CMYK
RGB Variations
Color information
#D2CFC0 (or 0xD2CFC0) is known color: Ecru White. HEX triplet: D2, CF and C0. RGB value is (210,207,192). Sum of RGB (Red+Green+Blue) = 210+207+192=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFC0 is #2D303F. Grayscale: #CECECE. Windows color (decimal): -2961472 or 12636114. OLE color: 12636114.
HSL color Cylindrical-coordinate representation of color #D2CFC0: hue angle of 50º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CFC0 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 192 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.18 |
| HSL | 50º | 0.17% | 0.79% | - |
| HSV(B) | 50º | 0.09% | 0.82% | - |
| XYZ | 58.41 | 62.13 | 58.78 | - |
| YUV | 206.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 192 | 0 | 0.01 | 0.09 | 0.18 | 50 | 0.17 | 0.79 |
| Hex | D2 | CF | C0 | 0 | 1 | 9 | 12 | 32 | 11 | 4F |
| Octal | 322 | 317 | 300 | 0 | 1 | 11 | 22 | 62 | 21 | 117 |
| Binary | 11010010 | 11001111 | 11000000 | 0 | 1 | 1001 | 10010 | 110010 | 10001 | 1001111 |
Color Harmonies of #D2CFC0
Complementary color
Monochromatic Colors of #D2CFC0
Black with #D2CFC0
Text Example
Text Example
White with #D2CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFC0; }
p { color: rgb(210,207,192); }
H1.HeaderClassName
{
color: #D2CFC0;
}
.AnyTagClassName
{
color: #D2CFC0;
}
</style>
background-color css
<style>
a { background-color: #D2CFC0; }
a { background-color: rgb(210,207,192); }
div.DivClassName
{
background-color: #D2CFC0;
}
.BgClassName
{
background-color: #D2CFC0;
}
</style>
border-color css
<style>
span { border-color: #D2CFC0; }
span { border-color: rgb(210,207,192); }
td.TdClassName
{
border-color: #D2CFC0;
}
.TagClassName
{
border-color: #D2CFC0;
}
</style>