Shades of Ecru White #D8D1BA
Tints of Ecru White #D8D1BA
RGB
CMYK
RGB Variations
Color information
#D8D1BA (or 0xD8D1BA) is known color: Ecru White. HEX triplet: D8, D1 and BA. RGB value is (216,209,186). Sum of RGB (Red+Green+Blue) = 216+209+186=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1BA is #272E45. Grayscale: #D0D0D0. Windows color (decimal): -2567750 or 12243416. OLE color: 12243416.
HSL color Cylindrical-coordinate representation of color #D8D1BA: hue angle of 46º degrees, saturation: 0.28, 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 #D8D1BA is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 186 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.15 |
| HSL | 46º | 0.28% | 0.79% | - |
| HSV(B) | 46º | 0.14% | 0.85% | - |
| XYZ | 59.98 | 63.75 | 55.6 | - |
| YUV | 208.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 186 | 0 | 0.03 | 0.14 | 0.15 | 46 | 0.28 | 0.79 |
| Hex | D8 | D1 | BA | 0 | 3 | E | F | 2E | 1C | 4F |
| Octal | 330 | 321 | 272 | 0 | 3 | 16 | 17 | 56 | 34 | 117 |
| Binary | 11011000 | 11010001 | 10111010 | 0 | 11 | 1110 | 1111 | 101110 | 11100 | 1001111 |
Color Harmonies of #D8D1BA
Complementary color
Monochromatic Colors of #D8D1BA
Black with #D8D1BA
Text Example
Text Example
White with #D8D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1BA; }
p { color: rgb(216,209,186); }
H1.HeaderClassName
{
color: #D8D1BA;
}
.AnyTagClassName
{
color: #D8D1BA;
}
</style>
background-color css
<style>
a { background-color: #D8D1BA; }
a { background-color: rgb(216,209,186); }
div.DivClassName
{
background-color: #D8D1BA;
}
.BgClassName
{
background-color: #D8D1BA;
}
</style>
border-color css
<style>
span { border-color: #D8D1BA; }
span { border-color: rgb(216,209,186); }
td.TdClassName
{
border-color: #D8D1BA;
}
.TagClassName
{
border-color: #D8D1BA;
}
</style>