Shades of Ebb #E1DBDA
Tints of Ebb #E1DBDA
RGB
CMYK
RGB Variations
Color information
#E1DBDA (or 0xE1DBDA) is known color: Ebb. HEX triplet: E1, DB and DA. RGB value is (225,219,218). Sum of RGB (Red+Green+Blue) = 225+219+218=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDA is #1E2425. Grayscale: #DCDCDC. Windows color (decimal): -1975334 or 14343137. OLE color: 14343137.
HSL color Cylindrical-coordinate representation of color #E1DBDA: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DBDA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 218 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.12 |
| HSL | 8.57º | 0.1% | 0.87% | - |
| HSV(B) | 8.57º | 0.03% | 0.88% | - |
| XYZ | 69.04 | 71.73 | 76.54 | - |
| YUV | 220.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 218 | 0 | 0.03 | 0.03 | 0.12 | 8.57 | 0.1 | 0.87 |
| Hex | E1 | DB | DA | 0 | 3 | 3 | C | 9 | A | 57 |
| Octal | 341 | 333 | 332 | 0 | 3 | 3 | 14 | 11 | 12 | 127 |
| Binary | 11100001 | 11011011 | 11011010 | 0 | 11 | 11 | 1100 | 1001 | 1010 | 1010111 |
Color Harmonies of #E1DBDA
Complementary color
Monochromatic Colors of #E1DBDA
Black with #E1DBDA
Text Example
Text Example
White with #E1DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBDA; }
p { color: rgb(225,219,218); }
H1.HeaderClassName
{
color: #E1DBDA;
}
.AnyTagClassName
{
color: #E1DBDA;
}
</style>
background-color css
<style>
a { background-color: #E1DBDA; }
a { background-color: rgb(225,219,218); }
div.DivClassName
{
background-color: #E1DBDA;
}
.BgClassName
{
background-color: #E1DBDA;
}
</style>
border-color css
<style>
span { border-color: #E1DBDA; }
span { border-color: rgb(225,219,218); }
td.TdClassName
{
border-color: #E1DBDA;
}
.TagClassName
{
border-color: #E1DBDA;
}
</style>