Shades of Ebb #ECDBD8
Tints of Ebb #ECDBD8
RGB
CMYK
RGB Variations
Color information
#ECDBD8 (or 0xECDBD8) is known color: Ebb. HEX triplet: EC, DB and D8. RGB value is (236,219,216). Sum of RGB (Red+Green+Blue) = 236+219+216=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBD8 is #132427. Grayscale: #DFDFDF. Windows color (decimal): -1254440 or 14212076. OLE color: 14212076.
HSL color Cylindrical-coordinate representation of color #ECDBD8: hue angle of 9º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDBD8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 216 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.07 |
| HSL | 9º | 0.34% | 0.89% | - |
| HSV(B) | 9º | 0.08% | 0.93% | - |
| XYZ | 72.32 | 73.45 | 75.33 | - |
| YUV | 223.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 216 | 0 | 0.07 | 0.08 | 0.07 | 9 | 0.34 | 0.89 |
| Hex | EC | DB | D8 | 0 | 7 | 8 | 7 | 9 | 22 | 59 |
| Octal | 354 | 333 | 330 | 0 | 7 | 10 | 7 | 11 | 42 | 131 |
| Binary | 11101100 | 11011011 | 11011000 | 0 | 111 | 1000 | 111 | 1001 | 100010 | 1011001 |
Color Harmonies of #ECDBD8
Complementary color
Monochromatic Colors of #ECDBD8
Black with #ECDBD8
Text Example
Text Example
White with #ECDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBD8; }
p { color: rgb(236,219,216); }
H1.HeaderClassName
{
color: #ECDBD8;
}
.AnyTagClassName
{
color: #ECDBD8;
}
</style>
background-color css
<style>
a { background-color: #ECDBD8; }
a { background-color: rgb(236,219,216); }
div.DivClassName
{
background-color: #ECDBD8;
}
.BgClassName
{
background-color: #ECDBD8;
}
</style>
border-color css
<style>
span { border-color: #ECDBD8; }
span { border-color: rgb(236,219,216); }
td.TdClassName
{
border-color: #ECDBD8;
}
.TagClassName
{
border-color: #ECDBD8;
}
</style>