Shades of Ecru White #D7D0BC
Tints of Ecru White #D7D0BC
RGB
CMYK
RGB Variations
Color information
#D7D0BC (or 0xD7D0BC) is known color: Ecru White. HEX triplet: D7, D0 and BC. RGB value is (215,208,188). Sum of RGB (Red+Green+Blue) = 215+208+188=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0BC is #282F43. Grayscale: #CFCFCF. Windows color (decimal): -2633540 or 12374231. OLE color: 12374231.
HSL color Cylindrical-coordinate representation of color #D7D0BC: hue angle of 44.44º degrees, saturation: 0.25, 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 #D7D0BC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 188 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.16 |
| HSL | 44.44º | 0.25% | 0.79% | - |
| HSV(B) | 44.44º | 0.13% | 0.84% | - |
| XYZ | 59.66 | 63.19 | 56.63 | - |
| YUV | 207.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 188 | 0 | 0.03 | 0.13 | 0.16 | 44.44 | 0.25 | 0.79 |
| Hex | D7 | D0 | BC | 0 | 3 | D | 10 | 2C | 19 | 4F |
| Octal | 327 | 320 | 274 | 0 | 3 | 15 | 20 | 54 | 31 | 117 |
| Binary | 11010111 | 11010000 | 10111100 | 0 | 11 | 1101 | 10000 | 101100 | 11001 | 1001111 |
Color Harmonies of #D7D0BC
Complementary color
Monochromatic Colors of #D7D0BC
Black with #D7D0BC
Text Example
Text Example
White with #D7D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0BC; }
p { color: rgb(215,208,188); }
H1.HeaderClassName
{
color: #D7D0BC;
}
.AnyTagClassName
{
color: #D7D0BC;
}
</style>
background-color css
<style>
a { background-color: #D7D0BC; }
a { background-color: rgb(215,208,188); }
div.DivClassName
{
background-color: #D7D0BC;
}
.BgClassName
{
background-color: #D7D0BC;
}
</style>
border-color css
<style>
span { border-color: #D7D0BC; }
span { border-color: rgb(215,208,188); }
td.TdClassName
{
border-color: #D7D0BC;
}
.TagClassName
{
border-color: #D7D0BC;
}
</style>