Shades of Ebb #E2DBDA
Tints of Ebb #E2DBDA
RGB
CMYK
RGB Variations
Color information
#E2DBDA (or 0xE2DBDA) is known color: Ebb. HEX triplet: E2, DB and DA. RGB value is (226,219,218). Sum of RGB (Red+Green+Blue) = 226+219+218=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBDA is #1D2425. Grayscale: #DCDCDC. Windows color (decimal): -1909798 or 14343138. OLE color: 14343138.
HSL color Cylindrical-coordinate representation of color #E2DBDA: hue angle of 7.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DBDA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 219 | 218 | - |
CMYK | 0 | 0.03 | 0.04 | 0.11 |
HSL | 7.5º | 0.12% | 0.87% | - |
HSV(B) | 7.5º | 0.04% | 0.89% | - |
XYZ | 69.35 | 71.89 | 76.55 | - |
YUV | 220.98 | 126.32 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 219 | 218 | 0 | 0.03 | 0.04 | 0.11 | 7.5 | 0.12 | 0.87 |
Hex | E2 | DB | DA | 0 | 3 | 4 | B | 8 | C | 57 |
Octal | 342 | 333 | 332 | 0 | 3 | 4 | 13 | 10 | 14 | 127 |
Binary | 11100010 | 11011011 | 11011010 | 0 | 11 | 100 | 1011 | 1000 | 1100 | 1010111 |
Color Harmonies of #E2DBDA
Complementary color
Monochromatic Colors of #E2DBDA
Black with #E2DBDA
Text Example
Text Example
White with #E2DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DBDA; }
p { color: rgb(226,219,218); }
H1.HeaderClassName
{
color: #E2DBDA;
}
.AnyTagClassName
{
color: #E2DBDA;
}
</style>
background-color css
<style>
a { background-color: #E2DBDA; }
a { background-color: rgb(226,219,218); }
div.DivClassName
{
background-color: #E2DBDA;
}
.BgClassName
{
background-color: #E2DBDA;
}
</style>
border-color css
<style>
span { border-color: #E2DBDA; }
span { border-color: rgb(226,219,218); }
td.TdClassName
{
border-color: #E2DBDA;
}
.TagClassName
{
border-color: #E2DBDA;
}
</style>