Shades of Ecru White #D4D1BD
Tints of Ecru White #D4D1BD
RGB
CMYK
RGB Variations
Color information
#D4D1BD (or 0xD4D1BD) is known color: Ecru White. HEX triplet: D4, D1 and BD. RGB value is (212,209,189). Sum of RGB (Red+Green+Blue) = 212+209+189=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1BD is #2B2E42. Grayscale: #CFCFCF. Windows color (decimal): -2829891 or 12440020. OLE color: 12440020.
HSL color Cylindrical-coordinate representation of color #D4D1BD: hue angle of 52.17º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4D1BD is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 189 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.17 |
| HSL | 52.17º | 0.21% | 0.79% | - |
| HSV(B) | 52.17º | 0.11% | 0.83% | - |
| XYZ | 59.14 | 63.27 | 57.24 | - |
| YUV | 207.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 189 | 0 | 0.01 | 0.11 | 0.17 | 52.17 | 0.21 | 0.79 |
| Hex | D4 | D1 | BD | 0 | 1 | B | 11 | 34 | 15 | 4F |
| Octal | 324 | 321 | 275 | 0 | 1 | 13 | 21 | 64 | 25 | 117 |
| Binary | 11010100 | 11010001 | 10111101 | 0 | 1 | 1011 | 10001 | 110100 | 10101 | 1001111 |
Color Harmonies of #D4D1BD
Complementary color
Monochromatic Colors of #D4D1BD
Black with #D4D1BD
Text Example
Text Example
White with #D4D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1BD; }
p { color: rgb(212,209,189); }
H1.HeaderClassName
{
color: #D4D1BD;
}
.AnyTagClassName
{
color: #D4D1BD;
}
</style>
background-color css
<style>
a { background-color: #D4D1BD; }
a { background-color: rgb(212,209,189); }
div.DivClassName
{
background-color: #D4D1BD;
}
.BgClassName
{
background-color: #D4D1BD;
}
</style>
border-color css
<style>
span { border-color: #D4D1BD; }
span { border-color: rgb(212,209,189); }
td.TdClassName
{
border-color: #D4D1BD;
}
.TagClassName
{
border-color: #D4D1BD;
}
</style>