Shades of Ecru White #D6D1BB
Tints of Ecru White #D6D1BB
RGB
CMYK
RGB Variations
Color information
#D6D1BB (or 0xD6D1BB) is known color: Ecru White. HEX triplet: D6, D1 and BB. RGB value is (214,209,187). Sum of RGB (Red+Green+Blue) = 214+209+187=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1BB is #292E44. Grayscale: #D0D0D0. Windows color (decimal): -2698821 or 12308950. OLE color: 12308950.
HSL color Cylindrical-coordinate representation of color #D6D1BB: hue angle of 48.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6D1BB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 187 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.16 |
| HSL | 48.89º | 0.25% | 0.79% | - |
| HSV(B) | 48.89º | 0.13% | 0.84% | - |
| XYZ | 59.5 | 63.48 | 56.13 | - |
| YUV | 207.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 187 | 0 | 0.02 | 0.13 | 0.16 | 48.89 | 0.25 | 0.79 |
| Hex | D6 | D1 | BB | 0 | 2 | D | 10 | 31 | 19 | 4F |
| Octal | 326 | 321 | 273 | 0 | 2 | 15 | 20 | 61 | 31 | 117 |
| Binary | 11010110 | 11010001 | 10111011 | 0 | 10 | 1101 | 10000 | 110001 | 11001 | 1001111 |
Color Harmonies of #D6D1BB
Complementary color
Monochromatic Colors of #D6D1BB
Black with #D6D1BB
Text Example
Text Example
White with #D6D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1BB; }
p { color: rgb(214,209,187); }
H1.HeaderClassName
{
color: #D6D1BB;
}
.AnyTagClassName
{
color: #D6D1BB;
}
</style>
background-color css
<style>
a { background-color: #D6D1BB; }
a { background-color: rgb(214,209,187); }
div.DivClassName
{
background-color: #D6D1BB;
}
.BgClassName
{
background-color: #D6D1BB;
}
</style>
border-color css
<style>
span { border-color: #D6D1BB; }
span { border-color: rgb(214,209,187); }
td.TdClassName
{
border-color: #D6D1BB;
}
.TagClassName
{
border-color: #D6D1BB;
}
</style>