Shades of Ecru White #D4D0BD
Tints of Ecru White #D4D0BD
RGB
CMYK
RGB Variations
Color information
#D4D0BD (or 0xD4D0BD) is known color: Ecru White. HEX triplet: D4, D0 and BD. RGB value is (212,208,189). Sum of RGB (Red+Green+Blue) = 212+208+189=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0BD is #2B2F42. Grayscale: #CFCFCF. Windows color (decimal): -2830147 or 12439764. OLE color: 12439764.
HSL color Cylindrical-coordinate representation of color #D4D0BD: hue angle of 49.57º 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 #D4D0BD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 208 | 189 | - |
CMYK | 0 | 0.02 | 0.11 | 0.17 |
HSL | 49.57º | 0.21% | 0.79% | - |
HSV(B) | 49.57º | 0.11% | 0.83% | - |
XYZ | 58.89 | 62.78 | 57.16 | - |
YUV | 207.03 | 117.83 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 189 | 0 | 0.02 | 0.11 | 0.17 | 49.57 | 0.21 | 0.79 |
Hex | D4 | D0 | BD | 0 | 2 | B | 11 | 32 | 15 | 4F |
Octal | 324 | 320 | 275 | 0 | 2 | 13 | 21 | 62 | 25 | 117 |
Binary | 11010100 | 11010000 | 10111101 | 0 | 10 | 1011 | 10001 | 110010 | 10101 | 1001111 |
Color Harmonies of #D4D0BD
Complementary color
Monochromatic Colors of #D4D0BD
Black with #D4D0BD
Text Example
Text Example
White with #D4D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0BD; }
p { color: rgb(212,208,189); }
H1.HeaderClassName
{
color: #D4D0BD;
}
.AnyTagClassName
{
color: #D4D0BD;
}
</style>
background-color css
<style>
a { background-color: #D4D0BD; }
a { background-color: rgb(212,208,189); }
div.DivClassName
{
background-color: #D4D0BD;
}
.BgClassName
{
background-color: #D4D0BD;
}
</style>
border-color css
<style>
span { border-color: #D4D0BD; }
span { border-color: rgb(212,208,189); }
td.TdClassName
{
border-color: #D4D0BD;
}
.TagClassName
{
border-color: #D4D0BD;
}
</style>