Shades of Ecru White #D1CEC0
Tints of Ecru White #D1CEC0
RGB
CMYK
RGB Variations
Color information
#D1CEC0 (or 0xD1CEC0) is known color: Ecru White. HEX triplet: D1, CE and C0. RGB value is (209,206,192). Sum of RGB (Red+Green+Blue) = 209+206+192=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEC0 is #2E313F. Grayscale: #CDCDCD. Windows color (decimal): -3027264 or 12635857. OLE color: 12635857.
HSL color Cylindrical-coordinate representation of color #D1CEC0: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CEC0 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 192 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.18 |
| HSL | 49.41º | 0.16% | 0.79% | - |
| HSV(B) | 49.41º | 0.08% | 0.82% | - |
| XYZ | 57.88 | 61.5 | 58.69 | - |
| YUV | 205.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 192 | 0 | 0.01 | 0.08 | 0.18 | 49.41 | 0.16 | 0.79 |
| Hex | D1 | CE | C0 | 0 | 1 | 8 | 12 | 31 | 10 | 4F |
| Octal | 321 | 316 | 300 | 0 | 1 | 10 | 22 | 61 | 20 | 117 |
| Binary | 11010001 | 11001110 | 11000000 | 0 | 1 | 1000 | 10010 | 110001 | 10000 | 1001111 |
Color Harmonies of #D1CEC0
Complementary color
Monochromatic Colors of #D1CEC0
Black with #D1CEC0
Text Example
Text Example
White with #D1CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEC0; }
p { color: rgb(209,206,192); }
H1.HeaderClassName
{
color: #D1CEC0;
}
.AnyTagClassName
{
color: #D1CEC0;
}
</style>
background-color css
<style>
a { background-color: #D1CEC0; }
a { background-color: rgb(209,206,192); }
div.DivClassName
{
background-color: #D1CEC0;
}
.BgClassName
{
background-color: #D1CEC0;
}
</style>
border-color css
<style>
span { border-color: #D1CEC0; }
span { border-color: rgb(209,206,192); }
td.TdClassName
{
border-color: #D1CEC0;
}
.TagClassName
{
border-color: #D1CEC0;
}
</style>