Shades of Ecru White #D6D2BD
Tints of Ecru White #D6D2BD
RGB
CMYK
RGB Variations
Color information
#D6D2BD (or 0xD6D2BD) is known color: Ecru White. HEX triplet: D6, D2 and BD. RGB value is (214,210,189). Sum of RGB (Red+Green+Blue) = 214+210+189=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2BD is #292D42. Grayscale: #D0D0D0. Windows color (decimal): -2698563 or 12440278. OLE color: 12440278.
HSL color Cylindrical-coordinate representation of color #D6D2BD: hue angle of 50.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D2BD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 189 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.16 |
| HSL | 50.4º | 0.23% | 0.79% | - |
| HSV(B) | 50.4º | 0.12% | 0.84% | - |
| XYZ | 59.96 | 64.06 | 57.35 | - |
| YUV | 208.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 189 | 0 | 0.02 | 0.12 | 0.16 | 50.4 | 0.23 | 0.79 |
| Hex | D6 | D2 | BD | 0 | 2 | C | 10 | 32 | 17 | 4F |
| Octal | 326 | 322 | 275 | 0 | 2 | 14 | 20 | 62 | 27 | 117 |
| Binary | 11010110 | 11010010 | 10111101 | 0 | 10 | 1100 | 10000 | 110010 | 10111 | 1001111 |
Color Harmonies of #D6D2BD
Complementary color
Monochromatic Colors of #D6D2BD
Black with #D6D2BD
Text Example
Text Example
White with #D6D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2BD; }
p { color: rgb(214,210,189); }
H1.HeaderClassName
{
color: #D6D2BD;
}
.AnyTagClassName
{
color: #D6D2BD;
}
</style>
background-color css
<style>
a { background-color: #D6D2BD; }
a { background-color: rgb(214,210,189); }
div.DivClassName
{
background-color: #D6D2BD;
}
.BgClassName
{
background-color: #D6D2BD;
}
</style>
border-color css
<style>
span { border-color: #D6D2BD; }
span { border-color: rgb(214,210,189); }
td.TdClassName
{
border-color: #D6D2BD;
}
.TagClassName
{
border-color: #D6D2BD;
}
</style>