Shades of Ecru White #D8D4C0
Tints of Ecru White #D8D4C0
RGB
CMYK
RGB Variations
Color information
#D8D4C0 (or 0xD8D4C0) is known color: Ecru White. HEX triplet: D8, D4 and C0. RGB value is (216,212,192). Sum of RGB (Red+Green+Blue) = 216+212+192=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D4C0 is #272B3F. Grayscale: #D3D3D3. Windows color (decimal): -2566976 or 12637400. OLE color: 12637400.
HSL color Cylindrical-coordinate representation of color #D8D4C0: hue angle of 50º 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 #D8D4C0 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 192 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.15 |
| HSL | 50º | 0.24% | 0.8% | - |
| HSV(B) | 50º | 0.11% | 0.85% | - |
| XYZ | 61.38 | 65.49 | 59.28 | - |
| YUV | 210.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 192 | 0 | 0.02 | 0.11 | 0.15 | 50 | 0.24 | 0.8 |
| Hex | D8 | D4 | C0 | 0 | 2 | B | F | 32 | 18 | 50 |
| Octal | 330 | 324 | 300 | 0 | 2 | 13 | 17 | 62 | 30 | 120 |
| Binary | 11011000 | 11010100 | 11000000 | 0 | 10 | 1011 | 1111 | 110010 | 11000 | 1010000 |
Color Harmonies of #D8D4C0
Complementary color
Monochromatic Colors of #D8D4C0
Black with #D8D4C0
Text Example
Text Example
White with #D8D4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D4C0; }
p { color: rgb(216,212,192); }
H1.HeaderClassName
{
color: #D8D4C0;
}
.AnyTagClassName
{
color: #D8D4C0;
}
</style>
background-color css
<style>
a { background-color: #D8D4C0; }
a { background-color: rgb(216,212,192); }
div.DivClassName
{
background-color: #D8D4C0;
}
.BgClassName
{
background-color: #D8D4C0;
}
</style>
border-color css
<style>
span { border-color: #D8D4C0; }
span { border-color: rgb(216,212,192); }
td.TdClassName
{
border-color: #D8D4C0;
}
.TagClassName
{
border-color: #D8D4C0;
}
</style>