Shades of Ecru White #D8D0BD
Tints of Ecru White #D8D0BD
RGB
CMYK
RGB Variations
Color information
#D8D0BD (or 0xD8D0BD) is known color: Ecru White. HEX triplet: D8, D0 and BD. RGB value is (216,208,189). Sum of RGB (Red+Green+Blue) = 216+208+189=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0BD is #272F42. Grayscale: #D0D0D0. Windows color (decimal): -2568003 or 12439768. OLE color: 12439768.
HSL color Cylindrical-coordinate representation of color #D8D0BD: hue angle of 42.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D0BD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 189 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.15 |
| HSL | 42.22º | 0.26% | 0.79% | - |
| HSV(B) | 42.22º | 0.13% | 0.85% | - |
| XYZ | 60.06 | 63.38 | 57.21 | - |
| YUV | 208.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 189 | 0 | 0.04 | 0.12 | 0.15 | 42.22 | 0.26 | 0.79 |
| Hex | D8 | D0 | BD | 0 | 4 | C | F | 2A | 1A | 4F |
| Octal | 330 | 320 | 275 | 0 | 4 | 14 | 17 | 52 | 32 | 117 |
| Binary | 11011000 | 11010000 | 10111101 | 0 | 100 | 1100 | 1111 | 101010 | 11010 | 1001111 |
Color Harmonies of #D8D0BD
Complementary color
Monochromatic Colors of #D8D0BD
Black with #D8D0BD
Text Example
Text Example
White with #D8D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0BD; }
p { color: rgb(216,208,189); }
H1.HeaderClassName
{
color: #D8D0BD;
}
.AnyTagClassName
{
color: #D8D0BD;
}
</style>
background-color css
<style>
a { background-color: #D8D0BD; }
a { background-color: rgb(216,208,189); }
div.DivClassName
{
background-color: #D8D0BD;
}
.BgClassName
{
background-color: #D8D0BD;
}
</style>
border-color css
<style>
span { border-color: #D8D0BD; }
span { border-color: rgb(216,208,189); }
td.TdClassName
{
border-color: #D8D0BD;
}
.TagClassName
{
border-color: #D8D0BD;
}
</style>