Shades of Ecru White #D5D0BB
Tints of Ecru White #D5D0BB
RGB
CMYK
RGB Variations
Color information
#D5D0BB (or 0xD5D0BB) is known color: Ecru White. HEX triplet: D5, D0 and BB. RGB value is (213,208,187). Sum of RGB (Red+Green+Blue) = 213+208+187=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0BB is #2A2F44. Grayscale: #CFCFCF. Windows color (decimal): -2764613 or 12308693. OLE color: 12308693.
HSL color Cylindrical-coordinate representation of color #D5D0BB: hue angle of 48.46º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D0BB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 187 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.16 |
| HSL | 48.46º | 0.24% | 0.78% | - |
| HSV(B) | 48.46º | 0.12% | 0.84% | - |
| XYZ | 58.97 | 62.85 | 56.04 | - |
| YUV | 207.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 187 | 0 | 0.02 | 0.12 | 0.16 | 48.46 | 0.24 | 0.78 |
| Hex | D5 | D0 | BB | 0 | 2 | C | 10 | 30 | 18 | 4E |
| Octal | 325 | 320 | 273 | 0 | 2 | 14 | 20 | 60 | 30 | 116 |
| Binary | 11010101 | 11010000 | 10111011 | 0 | 10 | 1100 | 10000 | 110000 | 11000 | 1001110 |
Color Harmonies of #D5D0BB
Complementary color
Monochromatic Colors of #D5D0BB
Black with #D5D0BB
Text Example
Text Example
White with #D5D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D0BB; }
p { color: rgb(213,208,187); }
H1.HeaderClassName
{
color: #D5D0BB;
}
.AnyTagClassName
{
color: #D5D0BB;
}
</style>
background-color css
<style>
a { background-color: #D5D0BB; }
a { background-color: rgb(213,208,187); }
div.DivClassName
{
background-color: #D5D0BB;
}
.BgClassName
{
background-color: #D5D0BB;
}
</style>
border-color css
<style>
span { border-color: #D5D0BB; }
span { border-color: rgb(213,208,187); }
td.TdClassName
{
border-color: #D5D0BB;
}
.TagClassName
{
border-color: #D5D0BB;
}
</style>