Shades of Ecru White #D7D1BA
Tints of Ecru White #D7D1BA
RGB
CMYK
RGB Variations
Color information
#D7D1BA (or 0xD7D1BA) is known color: Ecru White. HEX triplet: D7, D1 and BA. RGB value is (215,209,186). Sum of RGB (Red+Green+Blue) = 215+209+186=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1BA is #282E45. Grayscale: #D0D0D0. Windows color (decimal): -2633286 or 12243415. OLE color: 12243415.
HSL color Cylindrical-coordinate representation of color #D7D1BA: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7D1BA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 186 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.16 |
| HSL | 47.59º | 0.27% | 0.79% | - |
| HSV(B) | 47.59º | 0.13% | 0.84% | - |
| XYZ | 59.69 | 63.59 | 55.58 | - |
| YUV | 208.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 186 | 0 | 0.03 | 0.13 | 0.16 | 47.59 | 0.27 | 0.79 |
| Hex | D7 | D1 | BA | 0 | 3 | D | 10 | 30 | 1B | 4F |
| Octal | 327 | 321 | 272 | 0 | 3 | 15 | 20 | 60 | 33 | 117 |
| Binary | 11010111 | 11010001 | 10111010 | 0 | 11 | 1101 | 10000 | 110000 | 11011 | 1001111 |
Color Harmonies of #D7D1BA
Complementary color
Monochromatic Colors of #D7D1BA
Black with #D7D1BA
Text Example
Text Example
White with #D7D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D1BA; }
p { color: rgb(215,209,186); }
H1.HeaderClassName
{
color: #D7D1BA;
}
.AnyTagClassName
{
color: #D7D1BA;
}
</style>
background-color css
<style>
a { background-color: #D7D1BA; }
a { background-color: rgb(215,209,186); }
div.DivClassName
{
background-color: #D7D1BA;
}
.BgClassName
{
background-color: #D7D1BA;
}
</style>
border-color css
<style>
span { border-color: #D7D1BA; }
span { border-color: rgb(215,209,186); }
td.TdClassName
{
border-color: #D7D1BA;
}
.TagClassName
{
border-color: #D7D1BA;
}
</style>