Shades of Ecru White #D4CFBD
Tints of Ecru White #D4CFBD
RGB
CMYK
RGB Variations
Color information
#D4CFBD (or 0xD4CFBD) is known color: Ecru White. HEX triplet: D4, CF and BD. RGB value is (212,207,189). Sum of RGB (Red+Green+Blue) = 212+207+189=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBD is #2B3042. Grayscale: #CECECE. Windows color (decimal): -2830403 or 12439508. OLE color: 12439508.
HSL color Cylindrical-coordinate representation of color #D4CFBD: hue angle of 46.96º 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 #D4CFBD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 189 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.17 |
| HSL | 46.96º | 0.21% | 0.79% | - |
| HSV(B) | 46.96º | 0.11% | 0.83% | - |
| XYZ | 58.65 | 62.3 | 57.08 | - |
| YUV | 206.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 189 | 0 | 0.02 | 0.11 | 0.17 | 46.96 | 0.21 | 0.79 |
| Hex | D4 | CF | BD | 0 | 2 | B | 11 | 2F | 15 | 4F |
| Octal | 324 | 317 | 275 | 0 | 2 | 13 | 21 | 57 | 25 | 117 |
| Binary | 11010100 | 11001111 | 10111101 | 0 | 10 | 1011 | 10001 | 101111 | 10101 | 1001111 |
Color Harmonies of #D4CFBD
Complementary color
Monochromatic Colors of #D4CFBD
Black with #D4CFBD
Text Example
Text Example
White with #D4CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFBD; }
p { color: rgb(212,207,189); }
H1.HeaderClassName
{
color: #D4CFBD;
}
.AnyTagClassName
{
color: #D4CFBD;
}
</style>
background-color css
<style>
a { background-color: #D4CFBD; }
a { background-color: rgb(212,207,189); }
div.DivClassName
{
background-color: #D4CFBD;
}
.BgClassName
{
background-color: #D4CFBD;
}
</style>
border-color css
<style>
span { border-color: #D4CFBD; }
span { border-color: rgb(212,207,189); }
td.TdClassName
{
border-color: #D4CFBD;
}
.TagClassName
{
border-color: #D4CFBD;
}
</style>