Shades of Ecru White #D6D2BF
Tints of Ecru White #D6D2BF
RGB
CMYK
RGB Variations
Color information
#D6D2BF (or 0xD6D2BF) is known color: Ecru White. HEX triplet: D6, D2 and BF. RGB value is (214,210,191). Sum of RGB (Red+Green+Blue) = 214+210+191=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2BF is #292D40. Grayscale: #D1D1D1. Windows color (decimal): -2698561 or 12571350. OLE color: 12571350.
HSL color Cylindrical-coordinate representation of color #D6D2BF: hue angle of 49.57º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D2BF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 191 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.16 |
| HSL | 49.57º | 0.22% | 0.79% | - |
| HSV(B) | 49.57º | 0.11% | 0.84% | - |
| XYZ | 60.18 | 64.15 | 58.5 | - |
| YUV | 209.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 191 | 0 | 0.02 | 0.11 | 0.16 | 49.57 | 0.22 | 0.79 |
| Hex | D6 | D2 | BF | 0 | 2 | B | 10 | 32 | 16 | 4F |
| Octal | 326 | 322 | 277 | 0 | 2 | 13 | 20 | 62 | 26 | 117 |
| Binary | 11010110 | 11010010 | 10111111 | 0 | 10 | 1011 | 10000 | 110010 | 10110 | 1001111 |
Color Harmonies of #D6D2BF
Complementary color
Monochromatic Colors of #D6D2BF
Black with #D6D2BF
Text Example
Text Example
White with #D6D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2BF; }
p { color: rgb(214,210,191); }
H1.HeaderClassName
{
color: #D6D2BF;
}
.AnyTagClassName
{
color: #D6D2BF;
}
</style>
background-color css
<style>
a { background-color: #D6D2BF; }
a { background-color: rgb(214,210,191); }
div.DivClassName
{
background-color: #D6D2BF;
}
.BgClassName
{
background-color: #D6D2BF;
}
</style>
border-color css
<style>
span { border-color: #D6D2BF; }
span { border-color: rgb(214,210,191); }
td.TdClassName
{
border-color: #D6D2BF;
}
.TagClassName
{
border-color: #D6D2BF;
}
</style>