Shades of Ecru White #D5D0BC
Tints of Ecru White #D5D0BC
RGB
CMYK
RGB Variations
Color information
#D5D0BC (or 0xD5D0BC) is known color: Ecru White. HEX triplet: D5, D0 and BC. RGB value is (213,208,188). Sum of RGB (Red+Green+Blue) = 213+208+188=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0BC is #2A2F43. Grayscale: #CFCFCF. Windows color (decimal): -2764612 or 12374229. OLE color: 12374229.
HSL color Cylindrical-coordinate representation of color #D5D0BC: hue angle of 48º 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 #D5D0BC is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 188 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.16 |
| HSL | 48º | 0.23% | 0.79% | - |
| HSV(B) | 48º | 0.12% | 0.84% | - |
| XYZ | 59.07 | 62.89 | 56.6 | - |
| YUV | 207.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 188 | 0 | 0.02 | 0.12 | 0.16 | 48 | 0.23 | 0.79 |
| Hex | D5 | D0 | BC | 0 | 2 | C | 10 | 30 | 17 | 4F |
| Octal | 325 | 320 | 274 | 0 | 2 | 14 | 20 | 60 | 27 | 117 |
| Binary | 11010101 | 11010000 | 10111100 | 0 | 10 | 1100 | 10000 | 110000 | 10111 | 1001111 |
Color Harmonies of #D5D0BC
Complementary color
Monochromatic Colors of #D5D0BC
Black with #D5D0BC
Text Example
Text Example
White with #D5D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D0BC; }
p { color: rgb(213,208,188); }
H1.HeaderClassName
{
color: #D5D0BC;
}
.AnyTagClassName
{
color: #D5D0BC;
}
</style>
background-color css
<style>
a { background-color: #D5D0BC; }
a { background-color: rgb(213,208,188); }
div.DivClassName
{
background-color: #D5D0BC;
}
.BgClassName
{
background-color: #D5D0BC;
}
</style>
border-color css
<style>
span { border-color: #D5D0BC; }
span { border-color: rgb(213,208,188); }
td.TdClassName
{
border-color: #D5D0BC;
}
.TagClassName
{
border-color: #D5D0BC;
}
</style>