Shades of Ecru White #D4CEBC
Tints of Ecru White #D4CEBC
RGB
CMYK
RGB Variations
Color information
#D4CEBC (or 0xD4CEBC) is known color: Ecru White. HEX triplet: D4, CE and BC. RGB value is (212,206,188). Sum of RGB (Red+Green+Blue) = 212+206+188=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEBC is #2B3143. Grayscale: #CDCDCD. Windows color (decimal): -2830660 or 12373716. OLE color: 12373716.
HSL color Cylindrical-coordinate representation of color #D4CEBC: hue angle of 45º 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 #D4CEBC is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 188 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.17 |
| HSL | 45º | 0.22% | 0.78% | - |
| HSV(B) | 45º | 0.11% | 0.83% | - |
| XYZ | 58.3 | 61.77 | 56.43 | - |
| YUV | 205.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 188 | 0 | 0.03 | 0.11 | 0.17 | 45 | 0.22 | 0.78 |
| Hex | D4 | CE | BC | 0 | 3 | B | 11 | 2D | 16 | 4E |
| Octal | 324 | 316 | 274 | 0 | 3 | 13 | 21 | 55 | 26 | 116 |
| Binary | 11010100 | 11001110 | 10111100 | 0 | 11 | 1011 | 10001 | 101101 | 10110 | 1001110 |
Color Harmonies of #D4CEBC
Complementary color
Monochromatic Colors of #D4CEBC
Black with #D4CEBC
Text Example
Text Example
White with #D4CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEBC; }
p { color: rgb(212,206,188); }
H1.HeaderClassName
{
color: #D4CEBC;
}
.AnyTagClassName
{
color: #D4CEBC;
}
</style>
background-color css
<style>
a { background-color: #D4CEBC; }
a { background-color: rgb(212,206,188); }
div.DivClassName
{
background-color: #D4CEBC;
}
.BgClassName
{
background-color: #D4CEBC;
}
</style>
border-color css
<style>
span { border-color: #D4CEBC; }
span { border-color: rgb(212,206,188); }
td.TdClassName
{
border-color: #D4CEBC;
}
.TagClassName
{
border-color: #D4CEBC;
}
</style>