Shades of Ebb #E5DEDB
Tints of Ebb #E5DEDB
RGB
CMYK
RGB Variations
Color information
#E5DEDB (or 0xE5DEDB) is known color: Ebb. HEX triplet: E5, DE and DB. RGB value is (229,222,219). Sum of RGB (Red+Green+Blue) = 229+222+219=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDB is #1A2124. Grayscale: #DFDFDF. Windows color (decimal): -1712421 or 14409445. OLE color: 14409445.
HSL color Cylindrical-coordinate representation of color #E5DEDB: hue angle of 18º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DEDB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 219 | - |
CMYK | 0 | 0.03 | 0.04 | 0.10 |
HSL | 18º | 0.16% | 0.88% | - |
HSV(B) | 18º | 0.04% | 0.9% | - |
XYZ | 71.22 | 74.02 | 77.55 | - |
YUV | 223.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 219 | 0 | 0.03 | 0.04 | 0.10 | 18 | 0.16 | 0.88 |
Hex | E5 | DE | DB | 0 | 3 | 4 | A | 12 | 10 | 58 |
Octal | 345 | 336 | 333 | 0 | 3 | 4 | 12 | 22 | 20 | 130 |
Binary | 11100101 | 11011110 | 11011011 | 0 | 11 | 100 | 1010 | 10010 | 10000 | 1011000 |
Color Harmonies of #E5DEDB
Complementary color
Monochromatic Colors of #E5DEDB
Black with #E5DEDB
Text Example
Text Example
White with #E5DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEDB; }
p { color: rgb(229,222,219); }
H1.HeaderClassName
{
color: #E5DEDB;
}
.AnyTagClassName
{
color: #E5DEDB;
}
</style>
background-color css
<style>
a { background-color: #E5DEDB; }
a { background-color: rgb(229,222,219); }
div.DivClassName
{
background-color: #E5DEDB;
}
.BgClassName
{
background-color: #E5DEDB;
}
</style>
border-color css
<style>
span { border-color: #E5DEDB; }
span { border-color: rgb(229,222,219); }
td.TdClassName
{
border-color: #E5DEDB;
}
.TagClassName
{
border-color: #E5DEDB;
}
</style>