Shades of Ebb #E0D7D5
Tints of Ebb #E0D7D5
RGB
CMYK
RGB Variations
Color information
#E0D7D5 (or 0xE0D7D5) is known color: Ebb. HEX triplet: E0, D7 and D5. RGB value is (224,215,213). Sum of RGB (Red+Green+Blue) = 224+215+213=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7D5 is #1F282A. Grayscale: #D9D9D9. Windows color (decimal): -2041899 or 14014432. OLE color: 14014432.
HSL color Cylindrical-coordinate representation of color #E0D7D5: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0D7D5 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 213 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.12 |
| HSL | 10.91º | 0.15% | 0.86% | - |
| HSV(B) | 10.91º | 0.05% | 0.88% | - |
| XYZ | 67.05 | 69.25 | 72.78 | - |
| YUV | 217.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 213 | 0 | 0.04 | 0.05 | 0.12 | 10.91 | 0.15 | 0.86 |
| Hex | E0 | D7 | D5 | 0 | 4 | 5 | C | B | F | 56 |
| Octal | 340 | 327 | 325 | 0 | 4 | 5 | 14 | 13 | 17 | 126 |
| Binary | 11100000 | 11010111 | 11010101 | 0 | 100 | 101 | 1100 | 1011 | 1111 | 1010110 |
Color Harmonies of #E0D7D5
Complementary color
Monochromatic Colors of #E0D7D5
Black with #E0D7D5
Text Example
Text Example
White with #E0D7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7D5; }
p { color: rgb(224,215,213); }
H1.HeaderClassName
{
color: #E0D7D5;
}
.AnyTagClassName
{
color: #E0D7D5;
}
</style>
background-color css
<style>
a { background-color: #E0D7D5; }
a { background-color: rgb(224,215,213); }
div.DivClassName
{
background-color: #E0D7D5;
}
.BgClassName
{
background-color: #E0D7D5;
}
</style>
border-color css
<style>
span { border-color: #E0D7D5; }
span { border-color: rgb(224,215,213); }
td.TdClassName
{
border-color: #E0D7D5;
}
.TagClassName
{
border-color: #E0D7D5;
}
</style>