Shades of Ecru White #D9D2BA
Tints of Ecru White #D9D2BA
RGB
CMYK
RGB Variations
Color information
#D9D2BA (or 0xD9D2BA) is known color: Ecru White. HEX triplet: D9, D2 and BA. RGB value is (217,210,186). Sum of RGB (Red+Green+Blue) = 217+210+186=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2BA is #262D45. Grayscale: #D1D1D1. Windows color (decimal): -2501958 or 12243673. OLE color: 12243673.
HSL color Cylindrical-coordinate representation of color #D9D2BA: hue angle of 46.45º 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 #D9D2BA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 186 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.15 |
| HSL | 46.45º | 0.29% | 0.79% | - |
| HSV(B) | 46.45º | 0.14% | 0.85% | - |
| XYZ | 60.52 | 64.39 | 55.69 | - |
| YUV | 209.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 186 | 0 | 0.03 | 0.14 | 0.15 | 46.45 | 0.29 | 0.79 |
| Hex | D9 | D2 | BA | 0 | 3 | E | F | 2E | 1D | 4F |
| Octal | 331 | 322 | 272 | 0 | 3 | 16 | 17 | 56 | 35 | 117 |
| Binary | 11011001 | 11010010 | 10111010 | 0 | 11 | 1110 | 1111 | 101110 | 11101 | 1001111 |
Color Harmonies of #D9D2BA
Complementary color
Monochromatic Colors of #D9D2BA
Black with #D9D2BA
Text Example
Text Example
White with #D9D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2BA; }
p { color: rgb(217,210,186); }
H1.HeaderClassName
{
color: #D9D2BA;
}
.AnyTagClassName
{
color: #D9D2BA;
}
</style>
background-color css
<style>
a { background-color: #D9D2BA; }
a { background-color: rgb(217,210,186); }
div.DivClassName
{
background-color: #D9D2BA;
}
.BgClassName
{
background-color: #D9D2BA;
}
</style>
border-color css
<style>
span { border-color: #D9D2BA; }
span { border-color: rgb(217,210,186); }
td.TdClassName
{
border-color: #D9D2BA;
}
.TagClassName
{
border-color: #D9D2BA;
}
</style>