Shades of Ecru White #D9D4C1
Tints of Ecru White #D9D4C1
RGB
CMYK
RGB Variations
Color information
#D9D4C1 (or 0xD9D4C1) is known color: Ecru White. HEX triplet: D9, D4 and C1. RGB value is (217,212,193). Sum of RGB (Red+Green+Blue) = 217+212+193=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4C1 is #262B3E. Grayscale: #D3D3D3. Windows color (decimal): -2501439 or 12702937. OLE color: 12702937.
HSL color Cylindrical-coordinate representation of color #D9D4C1: hue angle of 47.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 #D9D4C1 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 193 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.15 |
| HSL | 47.5º | 0.24% | 0.8% | - |
| HSV(B) | 47.5º | 0.11% | 0.85% | - |
| XYZ | 61.78 | 65.69 | 59.87 | - |
| YUV | 211.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 193 | 0 | 0.02 | 0.11 | 0.15 | 47.5 | 0.24 | 0.8 |
| Hex | D9 | D4 | C1 | 0 | 2 | B | F | 30 | 18 | 50 |
| Octal | 331 | 324 | 301 | 0 | 2 | 13 | 17 | 60 | 30 | 120 |
| Binary | 11011001 | 11010100 | 11000001 | 0 | 10 | 1011 | 1111 | 110000 | 11000 | 1010000 |
Color Harmonies of #D9D4C1
Complementary color
Monochromatic Colors of #D9D4C1
Black with #D9D4C1
Text Example
Text Example
White with #D9D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4C1; }
p { color: rgb(217,212,193); }
H1.HeaderClassName
{
color: #D9D4C1;
}
.AnyTagClassName
{
color: #D9D4C1;
}
</style>
background-color css
<style>
a { background-color: #D9D4C1; }
a { background-color: rgb(217,212,193); }
div.DivClassName
{
background-color: #D9D4C1;
}
.BgClassName
{
background-color: #D9D4C1;
}
</style>
border-color css
<style>
span { border-color: #D9D4C1; }
span { border-color: rgb(217,212,193); }
td.TdClassName
{
border-color: #D9D4C1;
}
.TagClassName
{
border-color: #D9D4C1;
}
</style>