Shades of Ecru White #D9D2C1
Tints of Ecru White #D9D2C1
RGB
CMYK
RGB Variations
Color information
#D9D2C1 (or 0xD9D2C1) is known color: Ecru White. HEX triplet: D9, D2 and C1. RGB value is (217,210,193). Sum of RGB (Red+Green+Blue) = 217+210+193=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2C1 is #262D3E. Grayscale: #D2D2D2. Windows color (decimal): -2501951 or 12702425. OLE color: 12702425.
HSL color Cylindrical-coordinate representation of color #D9D2C1: hue angle of 42.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9D2C1 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 193 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.15 |
| HSL | 42.5º | 0.24% | 0.8% | - |
| HSV(B) | 42.5º | 0.11% | 0.85% | - |
| XYZ | 61.29 | 64.7 | 59.71 | - |
| YUV | 210.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 193 | 0 | 0.03 | 0.11 | 0.15 | 42.5 | 0.24 | 0.8 |
| Hex | D9 | D2 | C1 | 0 | 3 | B | F | 2A | 18 | 50 |
| Octal | 331 | 322 | 301 | 0 | 3 | 13 | 17 | 52 | 30 | 120 |
| Binary | 11011001 | 11010010 | 11000001 | 0 | 11 | 1011 | 1111 | 101010 | 11000 | 1010000 |
Color Harmonies of #D9D2C1
Complementary color
Monochromatic Colors of #D9D2C1
Black with #D9D2C1
Text Example
Text Example
White with #D9D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2C1; }
p { color: rgb(217,210,193); }
H1.HeaderClassName
{
color: #D9D2C1;
}
.AnyTagClassName
{
color: #D9D2C1;
}
</style>
background-color css
<style>
a { background-color: #D9D2C1; }
a { background-color: rgb(217,210,193); }
div.DivClassName
{
background-color: #D9D2C1;
}
.BgClassName
{
background-color: #D9D2C1;
}
</style>
border-color css
<style>
span { border-color: #D9D2C1; }
span { border-color: rgb(217,210,193); }
td.TdClassName
{
border-color: #D9D2C1;
}
.TagClassName
{
border-color: #D9D2C1;
}
</style>