Shades of Ecru White #D8D4BD
Tints of Ecru White #D8D4BD
RGB
CMYK
RGB Variations
Color information
#D8D4BD (or 0xD8D4BD) is known color: Ecru White. HEX triplet: D8, D4 and BD. RGB value is (216,212,189). Sum of RGB (Red+Green+Blue) = 216+212+189=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4BD is #272B42. Grayscale: #D2D2D2. Windows color (decimal): -2566979 or 12440792. OLE color: 12440792.
HSL color Cylindrical-coordinate representation of color #D8D4BD: hue angle of 51.11º 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 #D8D4BD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 189 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.15 |
| HSL | 51.11º | 0.26% | 0.79% | - |
| HSV(B) | 51.11º | 0.13% | 0.85% | - |
| XYZ | 61.05 | 65.36 | 57.54 | - |
| YUV | 210.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 189 | 0 | 0.02 | 0.12 | 0.15 | 51.11 | 0.26 | 0.79 |
| Hex | D8 | D4 | BD | 0 | 2 | C | F | 33 | 1A | 4F |
| Octal | 330 | 324 | 275 | 0 | 2 | 14 | 17 | 63 | 32 | 117 |
| Binary | 11011000 | 11010100 | 10111101 | 0 | 10 | 1100 | 1111 | 110011 | 11010 | 1001111 |
Color Harmonies of #D8D4BD
Complementary color
Monochromatic Colors of #D8D4BD
Black with #D8D4BD
Text Example
Text Example
White with #D8D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4BD; }
p { color: rgb(216,212,189); }
H1.HeaderClassName
{
color: #D8D4BD;
}
.AnyTagClassName
{
color: #D8D4BD;
}
</style>
background-color css
<style>
a { background-color: #D8D4BD; }
a { background-color: rgb(216,212,189); }
div.DivClassName
{
background-color: #D8D4BD;
}
.BgClassName
{
background-color: #D8D4BD;
}
</style>
border-color css
<style>
span { border-color: #D8D4BD; }
span { border-color: rgb(216,212,189); }
td.TdClassName
{
border-color: #D8D4BD;
}
.TagClassName
{
border-color: #D8D4BD;
}
</style>