Shades of Ebb #E5DCDA
Tints of Ebb #E5DCDA
RGB
CMYK
RGB Variations
Color information
#E5DCDA (or 0xE5DCDA) is known color: Ebb. HEX triplet: E5, DC and DA. RGB value is (229,220,218). Sum of RGB (Red+Green+Blue) = 229+220+218=667 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.33% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCDA is #1A2325. Grayscale: #DEDEDE. Windows color (decimal): -1712934 or 14343397. OLE color: 14343397.
HSL color Cylindrical-coordinate representation of color #E5DCDA: hue angle of 10.91º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DCDA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 218 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.10 |
| HSL | 10.91º | 0.17% | 0.88% | - |
| HSV(B) | 10.91º | 0.05% | 0.9% | - |
| XYZ | 70.56 | 72.91 | 76.68 | - |
| YUV | 222.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 218 | 0 | 0.04 | 0.05 | 0.10 | 10.91 | 0.17 | 0.88 |
| Hex | E5 | DC | DA | 0 | 4 | 5 | A | B | 11 | 58 |
| Octal | 345 | 334 | 332 | 0 | 4 | 5 | 12 | 13 | 21 | 130 |
| Binary | 11100101 | 11011100 | 11011010 | 0 | 100 | 101 | 1010 | 1011 | 10001 | 1011000 |
Color Harmonies of #E5DCDA
Complementary color
Monochromatic Colors of #E5DCDA
Black with #E5DCDA
Text Example
Text Example
White with #E5DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCDA; }
p { color: rgb(229,220,218); }
H1.HeaderClassName
{
color: #E5DCDA;
}
.AnyTagClassName
{
color: #E5DCDA;
}
</style>
background-color css
<style>
a { background-color: #E5DCDA; }
a { background-color: rgb(229,220,218); }
div.DivClassName
{
background-color: #E5DCDA;
}
.BgClassName
{
background-color: #E5DCDA;
}
</style>
border-color css
<style>
span { border-color: #E5DCDA; }
span { border-color: rgb(229,220,218); }
td.TdClassName
{
border-color: #E5DCDA;
}
.TagClassName
{
border-color: #E5DCDA;
}
</style>