Shades of Ecru White #D6D3BF
Tints of Ecru White #D6D3BF
RGB
CMYK
RGB Variations
Color information
#D6D3BF (or 0xD6D3BF) is known color: Ecru White. HEX triplet: D6, D3 and BF. RGB value is (214,211,191). Sum of RGB (Red+Green+Blue) = 214+211+191=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3BF is #292C40. Grayscale: #D1D1D1. Windows color (decimal): -2698305 or 12571606. OLE color: 12571606.
HSL color Cylindrical-coordinate representation of color #D6D3BF: hue angle of 52.17º 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 #D6D3BF is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 191 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.16 |
| HSL | 52.17º | 0.22% | 0.79% | - |
| HSV(B) | 52.17º | 0.11% | 0.84% | - |
| XYZ | 60.43 | 64.65 | 58.58 | - |
| YUV | 209.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 191 | 0 | 0.01 | 0.11 | 0.16 | 52.17 | 0.22 | 0.79 |
| Hex | D6 | D3 | BF | 0 | 1 | B | 10 | 34 | 16 | 4F |
| Octal | 326 | 323 | 277 | 0 | 1 | 13 | 20 | 64 | 26 | 117 |
| Binary | 11010110 | 11010011 | 10111111 | 0 | 1 | 1011 | 10000 | 110100 | 10110 | 1001111 |
Color Harmonies of #D6D3BF
Complementary color
Monochromatic Colors of #D6D3BF
Black with #D6D3BF
Text Example
Text Example
White with #D6D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3BF; }
p { color: rgb(214,211,191); }
H1.HeaderClassName
{
color: #D6D3BF;
}
.AnyTagClassName
{
color: #D6D3BF;
}
</style>
background-color css
<style>
a { background-color: #D6D3BF; }
a { background-color: rgb(214,211,191); }
div.DivClassName
{
background-color: #D6D3BF;
}
.BgClassName
{
background-color: #D6D3BF;
}
</style>
border-color css
<style>
span { border-color: #D6D3BF; }
span { border-color: rgb(214,211,191); }
td.TdClassName
{
border-color: #D6D3BF;
}
.TagClassName
{
border-color: #D6D3BF;
}
</style>