Shades of Ebb #E5DDDA
Tints of Ebb #E5DDDA
RGB
CMYK
RGB Variations
Color information
#E5DDDA (or 0xE5DDDA) is known color: Ebb. HEX triplet: E5, DD and DA. RGB value is (229,221,218). Sum of RGB (Red+Green+Blue) = 229+221+218=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDA is #1A2225. Grayscale: #DFDFDF. Windows color (decimal): -1712678 or 14343653. OLE color: 14343653.
HSL color Cylindrical-coordinate representation of color #E5DDDA: hue angle of 16.36º 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 #E5DDDA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 221 | 218 | - |
CMYK | 0 | 0.03 | 0.05 | 0.10 |
HSL | 16.36º | 0.17% | 0.88% | - |
HSV(B) | 16.36º | 0.05% | 0.9% | - |
XYZ | 70.82 | 73.43 | 76.77 | - |
YUV | 223.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 221 | 218 | 0 | 0.03 | 0.05 | 0.10 | 16.36 | 0.17 | 0.88 |
Hex | E5 | DD | DA | 0 | 3 | 5 | A | 10 | 11 | 58 |
Octal | 345 | 335 | 332 | 0 | 3 | 5 | 12 | 20 | 21 | 130 |
Binary | 11100101 | 11011101 | 11011010 | 0 | 11 | 101 | 1010 | 10000 | 10001 | 1011000 |
Color Harmonies of #E5DDDA
Complementary color
Monochromatic Colors of #E5DDDA
Black with #E5DDDA
Text Example
Text Example
White with #E5DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDDA; }
p { color: rgb(229,221,218); }
H1.HeaderClassName
{
color: #E5DDDA;
}
.AnyTagClassName
{
color: #E5DDDA;
}
</style>
background-color css
<style>
a { background-color: #E5DDDA; }
a { background-color: rgb(229,221,218); }
div.DivClassName
{
background-color: #E5DDDA;
}
.BgClassName
{
background-color: #E5DDDA;
}
</style>
border-color css
<style>
span { border-color: #E5DDDA; }
span { border-color: rgb(229,221,218); }
td.TdClassName
{
border-color: #E5DDDA;
}
.TagClassName
{
border-color: #E5DDDA;
}
</style>