Shades of Ecru White #D1CCBD
Tints of Ecru White #D1CCBD
RGB
CMYK
RGB Variations
Color information
#D1CCBD (or 0xD1CCBD) is known color: Ecru White. HEX triplet: D1, CC and BD. RGB value is (209,204,189). Sum of RGB (Red+Green+Blue) = 209+204+189=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCBD is #2E3342. Grayscale: #CBCBCB. Windows color (decimal): -3027779 or 12438737. OLE color: 12438737.
HSL color Cylindrical-coordinate representation of color #D1CCBD: hue angle of 45º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1CCBD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 189 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.18 |
| HSL | 45º | 0.18% | 0.78% | - |
| HSV(B) | 45º | 0.1% | 0.82% | - |
| XYZ | 57.07 | 60.42 | 56.8 | - |
| YUV | 203.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 189 | 0 | 0.02 | 0.10 | 0.18 | 45 | 0.18 | 0.78 |
| Hex | D1 | CC | BD | 0 | 2 | A | 12 | 2D | 12 | 4E |
| Octal | 321 | 314 | 275 | 0 | 2 | 12 | 22 | 55 | 22 | 116 |
| Binary | 11010001 | 11001100 | 10111101 | 0 | 10 | 1010 | 10010 | 101101 | 10010 | 1001110 |
Color Harmonies of #D1CCBD
Complementary color
Monochromatic Colors of #D1CCBD
Black with #D1CCBD
Text Example
Text Example
White with #D1CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCBD; }
p { color: rgb(209,204,189); }
H1.HeaderClassName
{
color: #D1CCBD;
}
.AnyTagClassName
{
color: #D1CCBD;
}
</style>
background-color css
<style>
a { background-color: #D1CCBD; }
a { background-color: rgb(209,204,189); }
div.DivClassName
{
background-color: #D1CCBD;
}
.BgClassName
{
background-color: #D1CCBD;
}
</style>
border-color css
<style>
span { border-color: #D1CCBD; }
span { border-color: rgb(209,204,189); }
td.TdClassName
{
border-color: #D1CCBD;
}
.TagClassName
{
border-color: #D1CCBD;
}
</style>