Shades of Ecru White #D8D1BF
Tints of Ecru White #D8D1BF
RGB
CMYK
RGB Variations
Color information
#D8D1BF (or 0xD8D1BF) is known color: Ecru White. HEX triplet: D8, D1 and BF. RGB value is (216,209,191). Sum of RGB (Red+Green+Blue) = 216+209+191=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D1BF is #272E40. Grayscale: #D1D1D1. Windows color (decimal): -2567745 or 12571096. OLE color: 12571096.
HSL color Cylindrical-coordinate representation of color #D8D1BF: hue angle of 43.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8D1BF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 191 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.15 |
| HSL | 43.2º | 0.24% | 0.8% | - |
| HSV(B) | 43.2º | 0.12% | 0.85% | - |
| XYZ | 60.52 | 63.96 | 58.45 | - |
| YUV | 209.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 191 | 0 | 0.03 | 0.12 | 0.15 | 43.2 | 0.24 | 0.8 |
| Hex | D8 | D1 | BF | 0 | 3 | C | F | 2B | 18 | 50 |
| Octal | 330 | 321 | 277 | 0 | 3 | 14 | 17 | 53 | 30 | 120 |
| Binary | 11011000 | 11010001 | 10111111 | 0 | 11 | 1100 | 1111 | 101011 | 11000 | 1010000 |
Color Harmonies of #D8D1BF
Complementary color
Monochromatic Colors of #D8D1BF
Black with #D8D1BF
Text Example
Text Example
White with #D8D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1BF; }
p { color: rgb(216,209,191); }
H1.HeaderClassName
{
color: #D8D1BF;
}
.AnyTagClassName
{
color: #D8D1BF;
}
</style>
background-color css
<style>
a { background-color: #D8D1BF; }
a { background-color: rgb(216,209,191); }
div.DivClassName
{
background-color: #D8D1BF;
}
.BgClassName
{
background-color: #D8D1BF;
}
</style>
border-color css
<style>
span { border-color: #D8D1BF; }
span { border-color: rgb(216,209,191); }
td.TdClassName
{
border-color: #D8D1BF;
}
.TagClassName
{
border-color: #D8D1BF;
}
</style>