Shades of Ecru White #D7D1BD
Tints of Ecru White #D7D1BD
RGB
CMYK
RGB Variations
Color information
#D7D1BD (or 0xD7D1BD) is known color: Ecru White. HEX triplet: D7, D1 and BD. RGB value is (215,209,189). Sum of RGB (Red+Green+Blue) = 215+209+189=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1BD is #282E42. Grayscale: #D0D0D0. Windows color (decimal): -2633283 or 12440023. OLE color: 12440023.
HSL color Cylindrical-coordinate representation of color #D7D1BD: hue angle of 46.15º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7D1BD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 189 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.16 |
| HSL | 46.15º | 0.25% | 0.79% | - |
| HSV(B) | 46.15º | 0.12% | 0.84% | - |
| XYZ | 60.01 | 63.72 | 57.28 | - |
| YUV | 208.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 189 | 0 | 0.03 | 0.12 | 0.16 | 46.15 | 0.25 | 0.79 |
| Hex | D7 | D1 | BD | 0 | 3 | C | 10 | 2E | 19 | 4F |
| Octal | 327 | 321 | 275 | 0 | 3 | 14 | 20 | 56 | 31 | 117 |
| Binary | 11010111 | 11010001 | 10111101 | 0 | 11 | 1100 | 10000 | 101110 | 11001 | 1001111 |
Color Harmonies of #D7D1BD
Complementary color
Monochromatic Colors of #D7D1BD
Black with #D7D1BD
Text Example
Text Example
White with #D7D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D1BD; }
p { color: rgb(215,209,189); }
H1.HeaderClassName
{
color: #D7D1BD;
}
.AnyTagClassName
{
color: #D7D1BD;
}
</style>
background-color css
<style>
a { background-color: #D7D1BD; }
a { background-color: rgb(215,209,189); }
div.DivClassName
{
background-color: #D7D1BD;
}
.BgClassName
{
background-color: #D7D1BD;
}
</style>
border-color css
<style>
span { border-color: #D7D1BD; }
span { border-color: rgb(215,209,189); }
td.TdClassName
{
border-color: #D7D1BD;
}
.TagClassName
{
border-color: #D7D1BD;
}
</style>