Shades of Ebb #E1DCDA
Tints of Ebb #E1DCDA
RGB
CMYK
RGB Variations
Color information
#E1DCDA (or 0xE1DCDA) is known color: Ebb. HEX triplet: E1, DC and DA. RGB value is (225,220,218). Sum of RGB (Red+Green+Blue) = 225+220+218=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCDA is #1E2325. Grayscale: #DDDDDD. Windows color (decimal): -1975078 or 14343393. OLE color: 14343393.
HSL color Cylindrical-coordinate representation of color #E1DCDA: hue angle of 17.14º 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 #E1DCDA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 218 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.12 |
| HSL | 17.14º | 0.1% | 0.87% | - |
| HSV(B) | 17.14º | 0.03% | 0.88% | - |
| XYZ | 69.3 | 72.26 | 76.62 | - |
| YUV | 221.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 218 | 0 | 0.02 | 0.03 | 0.12 | 17.14 | 0.1 | 0.87 |
| Hex | E1 | DC | DA | 0 | 2 | 3 | C | 11 | A | 57 |
| Octal | 341 | 334 | 332 | 0 | 2 | 3 | 14 | 21 | 12 | 127 |
| Binary | 11100001 | 11011100 | 11011010 | 0 | 10 | 11 | 1100 | 10001 | 1010 | 1010111 |
Color Harmonies of #E1DCDA
Complementary color
Monochromatic Colors of #E1DCDA
Black with #E1DCDA
Text Example
Text Example
White with #E1DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCDA; }
p { color: rgb(225,220,218); }
H1.HeaderClassName
{
color: #E1DCDA;
}
.AnyTagClassName
{
color: #E1DCDA;
}
</style>
background-color css
<style>
a { background-color: #E1DCDA; }
a { background-color: rgb(225,220,218); }
div.DivClassName
{
background-color: #E1DCDA;
}
.BgClassName
{
background-color: #E1DCDA;
}
</style>
border-color css
<style>
span { border-color: #E1DCDA; }
span { border-color: rgb(225,220,218); }
td.TdClassName
{
border-color: #E1DCDA;
}
.TagClassName
{
border-color: #E1DCDA;
}
</style>