Shades of Ecru White #D6D3BD
Tints of Ecru White #D6D3BD
RGB
CMYK
RGB Variations
Color information
#D6D3BD (or 0xD6D3BD) is known color: Ecru White. HEX triplet: D6, D3 and BD. RGB value is (214,211,189). Sum of RGB (Red+Green+Blue) = 214+211+189=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3BD is #292C42. Grayscale: #D1D1D1. Windows color (decimal): -2698307 or 12440534. OLE color: 12440534.
HSL color Cylindrical-coordinate representation of color #D6D3BD: hue angle of 52.8º 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 #D6D3BD is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 189 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.16 |
| HSL | 52.8º | 0.23% | 0.79% | - |
| HSV(B) | 52.8º | 0.12% | 0.84% | - |
| XYZ | 60.21 | 64.56 | 57.43 | - |
| YUV | 209.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 189 | 0 | 0.01 | 0.12 | 0.16 | 52.8 | 0.23 | 0.79 |
| Hex | D6 | D3 | BD | 0 | 1 | C | 10 | 35 | 17 | 4F |
| Octal | 326 | 323 | 275 | 0 | 1 | 14 | 20 | 65 | 27 | 117 |
| Binary | 11010110 | 11010011 | 10111101 | 0 | 1 | 1100 | 10000 | 110101 | 10111 | 1001111 |
Color Harmonies of #D6D3BD
Complementary color
Monochromatic Colors of #D6D3BD
Black with #D6D3BD
Text Example
Text Example
White with #D6D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3BD; }
p { color: rgb(214,211,189); }
H1.HeaderClassName
{
color: #D6D3BD;
}
.AnyTagClassName
{
color: #D6D3BD;
}
</style>
background-color css
<style>
a { background-color: #D6D3BD; }
a { background-color: rgb(214,211,189); }
div.DivClassName
{
background-color: #D6D3BD;
}
.BgClassName
{
background-color: #D6D3BD;
}
</style>
border-color css
<style>
span { border-color: #D6D3BD; }
span { border-color: rgb(214,211,189); }
td.TdClassName
{
border-color: #D6D3BD;
}
.TagClassName
{
border-color: #D6D3BD;
}
</style>