Shades of Ecru White #D6D2C0
Tints of Ecru White #D6D2C0
RGB
CMYK
RGB Variations
Color information
#D6D2C0 (or 0xD6D2C0) is known color: Ecru White. HEX triplet: D6, D2 and C0. RGB value is (214,210,192). Sum of RGB (Red+Green+Blue) = 214+210+192=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2C0 is #292D3F. Grayscale: #D1D1D1. Windows color (decimal): -2698560 or 12636886. OLE color: 12636886.
HSL color Cylindrical-coordinate representation of color #D6D2C0: hue angle of 49.09º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D2C0 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 192 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.16 |
| HSL | 49.09º | 0.21% | 0.8% | - |
| HSV(B) | 49.09º | 0.1% | 0.84% | - |
| XYZ | 60.29 | 64.2 | 59.08 | - |
| YUV | 209.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 192 | 0 | 0.02 | 0.10 | 0.16 | 49.09 | 0.21 | 0.8 |
| Hex | D6 | D2 | C0 | 0 | 2 | A | 10 | 31 | 15 | 50 |
| Octal | 326 | 322 | 300 | 0 | 2 | 12 | 20 | 61 | 25 | 120 |
| Binary | 11010110 | 11010010 | 11000000 | 0 | 10 | 1010 | 10000 | 110001 | 10101 | 1010000 |
Color Harmonies of #D6D2C0
Complementary color
Monochromatic Colors of #D6D2C0
Black with #D6D2C0
Text Example
Text Example
White with #D6D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2C0; }
p { color: rgb(214,210,192); }
H1.HeaderClassName
{
color: #D6D2C0;
}
.AnyTagClassName
{
color: #D6D2C0;
}
</style>
background-color css
<style>
a { background-color: #D6D2C0; }
a { background-color: rgb(214,210,192); }
div.DivClassName
{
background-color: #D6D2C0;
}
.BgClassName
{
background-color: #D6D2C0;
}
</style>
border-color css
<style>
span { border-color: #D6D2C0; }
span { border-color: rgb(214,210,192); }
td.TdClassName
{
border-color: #D6D2C0;
}
.TagClassName
{
border-color: #D6D2C0;
}
</style>