Shades of Ecru White #D4CFBC
Tints of Ecru White #D4CFBC
RGB
CMYK
RGB Variations
Color information
#D4CFBC (or 0xD4CFBC) is known color: Ecru White. HEX triplet: D4, CF and BC. RGB value is (212,207,188). Sum of RGB (Red+Green+Blue) = 212+207+188=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFBC is #2B3043. Grayscale: #CECECE. Windows color (decimal): -2830404 or 12373972. OLE color: 12373972.
HSL color Cylindrical-coordinate representation of color #D4CFBC: hue angle of 47.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CFBC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 188 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.17 |
| HSL | 47.5º | 0.22% | 0.78% | - |
| HSV(B) | 47.5º | 0.11% | 0.83% | - |
| XYZ | 58.54 | 62.25 | 56.51 | - |
| YUV | 206.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 188 | 0 | 0.02 | 0.11 | 0.17 | 47.5 | 0.22 | 0.78 |
| Hex | D4 | CF | BC | 0 | 2 | B | 11 | 30 | 16 | 4E |
| Octal | 324 | 317 | 274 | 0 | 2 | 13 | 21 | 60 | 26 | 116 |
| Binary | 11010100 | 11001111 | 10111100 | 0 | 10 | 1011 | 10001 | 110000 | 10110 | 1001110 |
Color Harmonies of #D4CFBC
Complementary color
Monochromatic Colors of #D4CFBC
Black with #D4CFBC
Text Example
Text Example
White with #D4CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFBC; }
p { color: rgb(212,207,188); }
H1.HeaderClassName
{
color: #D4CFBC;
}
.AnyTagClassName
{
color: #D4CFBC;
}
</style>
background-color css
<style>
a { background-color: #D4CFBC; }
a { background-color: rgb(212,207,188); }
div.DivClassName
{
background-color: #D4CFBC;
}
.BgClassName
{
background-color: #D4CFBC;
}
</style>
border-color css
<style>
span { border-color: #D4CFBC; }
span { border-color: rgb(212,207,188); }
td.TdClassName
{
border-color: #D4CFBC;
}
.TagClassName
{
border-color: #D4CFBC;
}
</style>