Shades of Ecru White #D6D0C1
Tints of Ecru White #D6D0C1
RGB
CMYK
RGB Variations
Color information
#D6D0C1 (or 0xD6D0C1) is known color: Ecru White. HEX triplet: D6, D0 and C1. RGB value is (214,208,193). Sum of RGB (Red+Green+Blue) = 214+208+193=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0C1 is #292F3E. Grayscale: #D0D0D0. Windows color (decimal): -2699071 or 12701910. OLE color: 12701910.
HSL color Cylindrical-coordinate representation of color #D6D0C1: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6D0C1 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 193 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.16 |
| HSL | 42.86º | 0.2% | 0.8% | - |
| HSV(B) | 42.86º | 0.1% | 0.84% | - |
| XYZ | 59.91 | 63.26 | 59.5 | - |
| YUV | 208.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 193 | 0 | 0.03 | 0.10 | 0.16 | 42.86 | 0.2 | 0.8 |
| Hex | D6 | D0 | C1 | 0 | 3 | A | 10 | 2B | 14 | 50 |
| Octal | 326 | 320 | 301 | 0 | 3 | 12 | 20 | 53 | 24 | 120 |
| Binary | 11010110 | 11010000 | 11000001 | 0 | 11 | 1010 | 10000 | 101011 | 10100 | 1010000 |
Color Harmonies of #D6D0C1
Complementary color
Monochromatic Colors of #D6D0C1
Black with #D6D0C1
Text Example
Text Example
White with #D6D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0C1; }
p { color: rgb(214,208,193); }
H1.HeaderClassName
{
color: #D6D0C1;
}
.AnyTagClassName
{
color: #D6D0C1;
}
</style>
background-color css
<style>
a { background-color: #D6D0C1; }
a { background-color: rgb(214,208,193); }
div.DivClassName
{
background-color: #D6D0C1;
}
.BgClassName
{
background-color: #D6D0C1;
}
</style>
border-color css
<style>
span { border-color: #D6D0C1; }
span { border-color: rgb(214,208,193); }
td.TdClassName
{
border-color: #D6D0C1;
}
.TagClassName
{
border-color: #D6D0C1;
}
</style>