Shades of Ecru White #D4CFBB
Tints of Ecru White #D4CFBB
RGB
CMYK
RGB Variations
Color information
#D4CFBB (or 0xD4CFBB) is known color: Ecru White. HEX triplet: D4, CF and BB. RGB value is (212,207,187). Sum of RGB (Red+Green+Blue) = 212+207+187=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBB is #2B3044. Grayscale: #CECECE. Windows color (decimal): -2830405 or 12308436. OLE color: 12308436.
HSL color Cylindrical-coordinate representation of color #D4CFBB: hue angle of 48º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CFBB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 187 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.17 |
| HSL | 48º | 0.23% | 0.78% | - |
| HSV(B) | 48º | 0.12% | 0.83% | - |
| XYZ | 58.43 | 62.21 | 55.94 | - |
| YUV | 206.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 187 | 0 | 0.02 | 0.12 | 0.17 | 48 | 0.23 | 0.78 |
| Hex | D4 | CF | BB | 0 | 2 | C | 11 | 30 | 17 | 4E |
| Octal | 324 | 317 | 273 | 0 | 2 | 14 | 21 | 60 | 27 | 116 |
| Binary | 11010100 | 11001111 | 10111011 | 0 | 10 | 1100 | 10001 | 110000 | 10111 | 1001110 |
Color Harmonies of #D4CFBB
Complementary color
Monochromatic Colors of #D4CFBB
Black with #D4CFBB
Text Example
Text Example
White with #D4CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFBB; }
p { color: rgb(212,207,187); }
H1.HeaderClassName
{
color: #D4CFBB;
}
.AnyTagClassName
{
color: #D4CFBB;
}
</style>
background-color css
<style>
a { background-color: #D4CFBB; }
a { background-color: rgb(212,207,187); }
div.DivClassName
{
background-color: #D4CFBB;
}
.BgClassName
{
background-color: #D4CFBB;
}
</style>
border-color css
<style>
span { border-color: #D4CFBB; }
span { border-color: rgb(212,207,187); }
td.TdClassName
{
border-color: #D4CFBB;
}
.TagClassName
{
border-color: #D4CFBB;
}
</style>