Shades of Ebb #E0DBDA
Tints of Ebb #E0DBDA
RGB
CMYK
RGB Variations
Color information
#E0DBDA (or 0xE0DBDA) is known color: Ebb. HEX triplet: E0, DB and DA. RGB value is (224,219,218). Sum of RGB (Red+Green+Blue) = 224+219+218=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBDA is #1F2425. Grayscale: #DCDCDC. Windows color (decimal): -2040870 or 14343136. OLE color: 14343136.
HSL color Cylindrical-coordinate representation of color #E0DBDA: hue angle of 10º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DBDA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 219 | 218 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.12 |
| HSL | 10º | 0.09% | 0.87% | - |
| HSV(B) | 10º | 0.03% | 0.88% | - |
| XYZ | 68.73 | 71.57 | 76.52 | - |
| YUV | 220.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 219 | 218 | 0 | 0.02 | 0.03 | 0.12 | 10 | 0.09 | 0.87 |
| Hex | E0 | DB | DA | 0 | 2 | 3 | C | A | 9 | 57 |
| Octal | 340 | 333 | 332 | 0 | 2 | 3 | 14 | 12 | 11 | 127 |
| Binary | 11100000 | 11011011 | 11011010 | 0 | 10 | 11 | 1100 | 1010 | 1001 | 1010111 |
Color Harmonies of #E0DBDA
Complementary color
Monochromatic Colors of #E0DBDA
Black with #E0DBDA
Text Example
Text Example
White with #E0DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DBDA; }
p { color: rgb(224,219,218); }
H1.HeaderClassName
{
color: #E0DBDA;
}
.AnyTagClassName
{
color: #E0DBDA;
}
</style>
background-color css
<style>
a { background-color: #E0DBDA; }
a { background-color: rgb(224,219,218); }
div.DivClassName
{
background-color: #E0DBDA;
}
.BgClassName
{
background-color: #E0DBDA;
}
</style>
border-color css
<style>
span { border-color: #E0DBDA; }
span { border-color: rgb(224,219,218); }
td.TdClassName
{
border-color: #E0DBDA;
}
.TagClassName
{
border-color: #E0DBDA;
}
</style>