Shades of Ecru White #D9D1BA
Tints of Ecru White #D9D1BA
RGB
CMYK
RGB Variations
Color information
#D9D1BA (or 0xD9D1BA) is known color: Ecru White. HEX triplet: D9, D1 and BA. RGB value is (217,209,186). Sum of RGB (Red+Green+Blue) = 217+209+186=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1BA is #262E45. Grayscale: #D0D0D0. Windows color (decimal): -2502214 or 12243417. OLE color: 12243417.
HSL color Cylindrical-coordinate representation of color #D9D1BA: hue angle of 44.52º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9D1BA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 186 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.15 |
| HSL | 44.52º | 0.29% | 0.79% | - |
| HSV(B) | 44.52º | 0.14% | 0.85% | - |
| XYZ | 60.28 | 63.9 | 55.61 | - |
| YUV | 208.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 186 | 0 | 0.04 | 0.14 | 0.15 | 44.52 | 0.29 | 0.79 |
| Hex | D9 | D1 | BA | 0 | 4 | E | F | 2D | 1D | 4F |
| Octal | 331 | 321 | 272 | 0 | 4 | 16 | 17 | 55 | 35 | 117 |
| Binary | 11011001 | 11010001 | 10111010 | 0 | 100 | 1110 | 1111 | 101101 | 11101 | 1001111 |
Color Harmonies of #D9D1BA
Complementary color
Monochromatic Colors of #D9D1BA
Black with #D9D1BA
Text Example
Text Example
White with #D9D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1BA; }
p { color: rgb(217,209,186); }
H1.HeaderClassName
{
color: #D9D1BA;
}
.AnyTagClassName
{
color: #D9D1BA;
}
</style>
background-color css
<style>
a { background-color: #D9D1BA; }
a { background-color: rgb(217,209,186); }
div.DivClassName
{
background-color: #D9D1BA;
}
.BgClassName
{
background-color: #D9D1BA;
}
</style>
border-color css
<style>
span { border-color: #D9D1BA; }
span { border-color: rgb(217,209,186); }
td.TdClassName
{
border-color: #D9D1BA;
}
.TagClassName
{
border-color: #D9D1BA;
}
</style>