Shades of Ecru White #D4CEBF
Tints of Ecru White #D4CEBF
RGB
CMYK
RGB Variations
Color information
#D4CEBF (or 0xD4CEBF) is known color: Ecru White. HEX triplet: D4, CE and BF. RGB value is (212,206,191). Sum of RGB (Red+Green+Blue) = 212+206+191=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEBF is #2B3140. Grayscale: #CECECE. Windows color (decimal): -2830657 or 12570324. OLE color: 12570324.
HSL color Cylindrical-coordinate representation of color #D4CEBF: hue angle of 42.86º 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 #D4CEBF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 191 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.17 |
| HSL | 42.86º | 0.2% | 0.79% | - |
| HSV(B) | 42.86º | 0.1% | 0.83% | - |
| XYZ | 58.63 | 61.9 | 58.15 | - |
| YUV | 206.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 191 | 0 | 0.03 | 0.10 | 0.17 | 42.86 | 0.2 | 0.79 |
| Hex | D4 | CE | BF | 0 | 3 | A | 11 | 2B | 14 | 4F |
| Octal | 324 | 316 | 277 | 0 | 3 | 12 | 21 | 53 | 24 | 117 |
| Binary | 11010100 | 11001110 | 10111111 | 0 | 11 | 1010 | 10001 | 101011 | 10100 | 1001111 |
Color Harmonies of #D4CEBF
Complementary color
Monochromatic Colors of #D4CEBF
Black with #D4CEBF
Text Example
Text Example
White with #D4CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEBF; }
p { color: rgb(212,206,191); }
H1.HeaderClassName
{
color: #D4CEBF;
}
.AnyTagClassName
{
color: #D4CEBF;
}
</style>
background-color css
<style>
a { background-color: #D4CEBF; }
a { background-color: rgb(212,206,191); }
div.DivClassName
{
background-color: #D4CEBF;
}
.BgClassName
{
background-color: #D4CEBF;
}
</style>
border-color css
<style>
span { border-color: #D4CEBF; }
span { border-color: rgb(212,206,191); }
td.TdClassName
{
border-color: #D4CEBF;
}
.TagClassName
{
border-color: #D4CEBF;
}
</style>