Shades of Ecru White #D4CEBE
Tints of Ecru White #D4CEBE
RGB
CMYK
RGB Variations
Color information
#D4CEBE (or 0xD4CEBE) is known color: Ecru White. HEX triplet: D4, CE and BE. RGB value is (212,206,190). Sum of RGB (Red+Green+Blue) = 212+206+190=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEBE is #2B3141. Grayscale: #CECECE. Windows color (decimal): -2830658 or 12504788. OLE color: 12504788.
HSL color Cylindrical-coordinate representation of color #D4CEBE: hue angle of 43.64º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4CEBE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 190 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.17 |
| HSL | 43.64º | 0.2% | 0.79% | - |
| HSV(B) | 43.64º | 0.1% | 0.83% | - |
| XYZ | 58.52 | 61.86 | 57.57 | - |
| YUV | 205.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 190 | 0 | 0.03 | 0.10 | 0.17 | 43.64 | 0.2 | 0.79 |
| Hex | D4 | CE | BE | 0 | 3 | A | 11 | 2C | 14 | 4F |
| Octal | 324 | 316 | 276 | 0 | 3 | 12 | 21 | 54 | 24 | 117 |
| Binary | 11010100 | 11001110 | 10111110 | 0 | 11 | 1010 | 10001 | 101100 | 10100 | 1001111 |
Color Harmonies of #D4CEBE
Complementary color
Monochromatic Colors of #D4CEBE
Black with #D4CEBE
Text Example
Text Example
White with #D4CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEBE; }
p { color: rgb(212,206,190); }
H1.HeaderClassName
{
color: #D4CEBE;
}
.AnyTagClassName
{
color: #D4CEBE;
}
</style>
background-color css
<style>
a { background-color: #D4CEBE; }
a { background-color: rgb(212,206,190); }
div.DivClassName
{
background-color: #D4CEBE;
}
.BgClassName
{
background-color: #D4CEBE;
}
</style>
border-color css
<style>
span { border-color: #D4CEBE; }
span { border-color: rgb(212,206,190); }
td.TdClassName
{
border-color: #D4CEBE;
}
.TagClassName
{
border-color: #D4CEBE;
}
</style>