Shades of Ecru White #D9D4BD
Tints of Ecru White #D9D4BD
RGB
CMYK
RGB Variations
Color information
#D9D4BD (or 0xD9D4BD) is known color: Ecru White. HEX triplet: D9, D4 and BD. RGB value is (217,212,189). Sum of RGB (Red+Green+Blue) = 217+212+189=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4BD is #262B42. Grayscale: #D2D2D2. Windows color (decimal): -2501443 or 12440793. OLE color: 12440793.
HSL color Cylindrical-coordinate representation of color #D9D4BD: hue angle of 49.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D4BD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 189 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.15 |
| HSL | 49.29º | 0.27% | 0.8% | - |
| HSV(B) | 49.29º | 0.13% | 0.85% | - |
| XYZ | 61.34 | 65.51 | 57.56 | - |
| YUV | 210.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 189 | 0 | 0.02 | 0.13 | 0.15 | 49.29 | 0.27 | 0.8 |
| Hex | D9 | D4 | BD | 0 | 2 | D | F | 31 | 1B | 50 |
| Octal | 331 | 324 | 275 | 0 | 2 | 15 | 17 | 61 | 33 | 120 |
| Binary | 11011001 | 11010100 | 10111101 | 0 | 10 | 1101 | 1111 | 110001 | 11011 | 1010000 |
Color Harmonies of #D9D4BD
Complementary color
Monochromatic Colors of #D9D4BD
Black with #D9D4BD
Text Example
Text Example
White with #D9D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4BD; }
p { color: rgb(217,212,189); }
H1.HeaderClassName
{
color: #D9D4BD;
}
.AnyTagClassName
{
color: #D9D4BD;
}
</style>
background-color css
<style>
a { background-color: #D9D4BD; }
a { background-color: rgb(217,212,189); }
div.DivClassName
{
background-color: #D9D4BD;
}
.BgClassName
{
background-color: #D9D4BD;
}
</style>
border-color css
<style>
span { border-color: #D9D4BD; }
span { border-color: rgb(217,212,189); }
td.TdClassName
{
border-color: #D9D4BD;
}
.TagClassName
{
border-color: #D9D4BD;
}
</style>