Shades of Ecru White #D1CDC0
Tints of Ecru White #D1CDC0
RGB
CMYK
RGB Variations
Color information
#D1CDC0 (or 0xD1CDC0) is known color: Ecru White. HEX triplet: D1, CD and C0. RGB value is (209,205,192). Sum of RGB (Red+Green+Blue) = 209+205+192=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC0 is #2E323F. Grayscale: #CCCCCC. Windows color (decimal): -3027520 or 12635601. OLE color: 12635601.
HSL color Cylindrical-coordinate representation of color #D1CDC0: hue angle of 45.88º 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 #D1CDC0 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 205 | 192 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.18 |
| HSL | 45.88º | 0.16% | 0.79% | - |
| HSV(B) | 45.88º | 0.08% | 0.82% | - |
| XYZ | 57.64 | 61.02 | 58.61 | - |
| YUV | 204.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 205 | 192 | 0 | 0.02 | 0.08 | 0.18 | 45.88 | 0.16 | 0.79 |
| Hex | D1 | CD | C0 | 0 | 2 | 8 | 12 | 2E | 10 | 4F |
| Octal | 321 | 315 | 300 | 0 | 2 | 10 | 22 | 56 | 20 | 117 |
| Binary | 11010001 | 11001101 | 11000000 | 0 | 10 | 1000 | 10010 | 101110 | 10000 | 1001111 |
Color Harmonies of #D1CDC0
Complementary color
Monochromatic Colors of #D1CDC0
Black with #D1CDC0
Text Example
Text Example
White with #D1CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDC0; }
p { color: rgb(209,205,192); }
H1.HeaderClassName
{
color: #D1CDC0;
}
.AnyTagClassName
{
color: #D1CDC0;
}
</style>
background-color css
<style>
a { background-color: #D1CDC0; }
a { background-color: rgb(209,205,192); }
div.DivClassName
{
background-color: #D1CDC0;
}
.BgClassName
{
background-color: #D1CDC0;
}
</style>
border-color css
<style>
span { border-color: #D1CDC0; }
span { border-color: rgb(209,205,192); }
td.TdClassName
{
border-color: #D1CDC0;
}
.TagClassName
{
border-color: #D1CDC0;
}
</style>