Shades of Ecru White #D1CEBF
Tints of Ecru White #D1CEBF
RGB
CMYK
RGB Variations
Color information
#D1CEBF (or 0xD1CEBF) is known color: Ecru White. HEX triplet: D1, CE and BF. RGB value is (209,206,191). Sum of RGB (Red+Green+Blue) = 209+206+191=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEBF is #2E3140. Grayscale: #CDCDCD. Windows color (decimal): -3027265 or 12570321. OLE color: 12570321.
HSL color Cylindrical-coordinate representation of color #D1CEBF: hue angle of 50º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CEBF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 191 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.18 |
| HSL | 50º | 0.16% | 0.78% | - |
| HSV(B) | 50º | 0.09% | 0.82% | - |
| XYZ | 57.77 | 61.46 | 58.11 | - |
| YUV | 205.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 191 | 0 | 0.01 | 0.09 | 0.18 | 50 | 0.16 | 0.78 |
| Hex | D1 | CE | BF | 0 | 1 | 9 | 12 | 32 | 10 | 4E |
| Octal | 321 | 316 | 277 | 0 | 1 | 11 | 22 | 62 | 20 | 116 |
| Binary | 11010001 | 11001110 | 10111111 | 0 | 1 | 1001 | 10010 | 110010 | 10000 | 1001110 |
Color Harmonies of #D1CEBF
Complementary color
Monochromatic Colors of #D1CEBF
Black with #D1CEBF
Text Example
Text Example
White with #D1CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEBF; }
p { color: rgb(209,206,191); }
H1.HeaderClassName
{
color: #D1CEBF;
}
.AnyTagClassName
{
color: #D1CEBF;
}
</style>
background-color css
<style>
a { background-color: #D1CEBF; }
a { background-color: rgb(209,206,191); }
div.DivClassName
{
background-color: #D1CEBF;
}
.BgClassName
{
background-color: #D1CEBF;
}
</style>
border-color css
<style>
span { border-color: #D1CEBF; }
span { border-color: rgb(209,206,191); }
td.TdClassName
{
border-color: #D1CEBF;
}
.TagClassName
{
border-color: #D1CEBF;
}
</style>