Shades of Ecru White #D7D2C4
Tints of Ecru White #D7D2C4
RGB
CMYK
RGB Variations
Color information
#D7D2C4 (or 0xD7D2C4) is known color: Ecru White. HEX triplet: D7, D2 and C4. RGB value is (215,210,196). Sum of RGB (Red+Green+Blue) = 215+210+196=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D2C4 is #282D3B. Grayscale: #D1D1D1. Windows color (decimal): -2633020 or 12899031. OLE color: 12899031.
HSL color Cylindrical-coordinate representation of color #D7D2C4: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7D2C4 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 196 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.16 |
| HSL | 44.21º | 0.19% | 0.81% | - |
| HSV(B) | 44.21º | 0.09% | 0.84% | - |
| XYZ | 61.03 | 64.53 | 61.46 | - |
| YUV | 209.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 196 | 0 | 0.02 | 0.09 | 0.16 | 44.21 | 0.19 | 0.81 |
| Hex | D7 | D2 | C4 | 0 | 2 | 9 | 10 | 2C | 13 | 51 |
| Octal | 327 | 322 | 304 | 0 | 2 | 11 | 20 | 54 | 23 | 121 |
| Binary | 11010111 | 11010010 | 11000100 | 0 | 10 | 1001 | 10000 | 101100 | 10011 | 1010001 |
Color Harmonies of #D7D2C4
Complementary color
Monochromatic Colors of #D7D2C4
Black with #D7D2C4
Text Example
Text Example
White with #D7D2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D2C4; }
p { color: rgb(215,210,196); }
H1.HeaderClassName
{
color: #D7D2C4;
}
.AnyTagClassName
{
color: #D7D2C4;
}
</style>
background-color css
<style>
a { background-color: #D7D2C4; }
a { background-color: rgb(215,210,196); }
div.DivClassName
{
background-color: #D7D2C4;
}
.BgClassName
{
background-color: #D7D2C4;
}
</style>
border-color css
<style>
span { border-color: #D7D2C4; }
span { border-color: rgb(215,210,196); }
td.TdClassName
{
border-color: #D7D2C4;
}
.TagClassName
{
border-color: #D7D2C4;
}
</style>