Shades of Ecru White #D6D1BD
Tints of Ecru White #D6D1BD
RGB
CMYK
RGB Variations
Color information
#D6D1BD (or 0xD6D1BD) is known color: Ecru White. HEX triplet: D6, D1 and BD. RGB value is (214,209,189). Sum of RGB (Red+Green+Blue) = 214+209+189=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1BD is #292E42. Grayscale: #D0D0D0. Windows color (decimal): -2698819 or 12440022. OLE color: 12440022.
HSL color Cylindrical-coordinate representation of color #D6D1BD: hue angle of 48º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D1BD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 189 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.16 |
| HSL | 48º | 0.23% | 0.79% | - |
| HSV(B) | 48º | 0.12% | 0.84% | - |
| XYZ | 59.72 | 63.57 | 57.27 | - |
| YUV | 208.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 189 | 0 | 0.02 | 0.12 | 0.16 | 48 | 0.23 | 0.79 |
| Hex | D6 | D1 | BD | 0 | 2 | C | 10 | 30 | 17 | 4F |
| Octal | 326 | 321 | 275 | 0 | 2 | 14 | 20 | 60 | 27 | 117 |
| Binary | 11010110 | 11010001 | 10111101 | 0 | 10 | 1100 | 10000 | 110000 | 10111 | 1001111 |
Color Harmonies of #D6D1BD
Complementary color
Monochromatic Colors of #D6D1BD
Black with #D6D1BD
Text Example
Text Example
White with #D6D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1BD; }
p { color: rgb(214,209,189); }
H1.HeaderClassName
{
color: #D6D1BD;
}
.AnyTagClassName
{
color: #D6D1BD;
}
</style>
background-color css
<style>
a { background-color: #D6D1BD; }
a { background-color: rgb(214,209,189); }
div.DivClassName
{
background-color: #D6D1BD;
}
.BgClassName
{
background-color: #D6D1BD;
}
</style>
border-color css
<style>
span { border-color: #D6D1BD; }
span { border-color: rgb(214,209,189); }
td.TdClassName
{
border-color: #D6D1BD;
}
.TagClassName
{
border-color: #D6D1BD;
}
</style>