Shades of Ebb #E2DCDA
Tints of Ebb #E2DCDA
RGB
CMYK
RGB Variations
Color information
#E2DCDA (or 0xE2DCDA) is known color: Ebb. HEX triplet: E2, DC and DA. RGB value is (226,220,218). Sum of RGB (Red+Green+Blue) = 226+220+218=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCDA is #1D2325. Grayscale: #DDDDDD. Windows color (decimal): -1909542 or 14343394. OLE color: 14343394.
HSL color Cylindrical-coordinate representation of color #E2DCDA: hue angle of 15º 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 #E2DCDA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 220 | 218 | - |
CMYK | 0 | 0.03 | 0.04 | 0.11 |
HSL | 15º | 0.12% | 0.87% | - |
HSV(B) | 15º | 0.04% | 0.89% | - |
XYZ | 69.61 | 72.42 | 76.64 | - |
YUV | 221.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 220 | 218 | 0 | 0.03 | 0.04 | 0.11 | 15 | 0.12 | 0.87 |
Hex | E2 | DC | DA | 0 | 3 | 4 | B | F | C | 57 |
Octal | 342 | 334 | 332 | 0 | 3 | 4 | 13 | 17 | 14 | 127 |
Binary | 11100010 | 11011100 | 11011010 | 0 | 11 | 100 | 1011 | 1111 | 1100 | 1010111 |
Color Harmonies of #E2DCDA
Complementary color
Monochromatic Colors of #E2DCDA
Black with #E2DCDA
Text Example
Text Example
White with #E2DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DCDA; }
p { color: rgb(226,220,218); }
H1.HeaderClassName
{
color: #E2DCDA;
}
.AnyTagClassName
{
color: #E2DCDA;
}
</style>
background-color css
<style>
a { background-color: #E2DCDA; }
a { background-color: rgb(226,220,218); }
div.DivClassName
{
background-color: #E2DCDA;
}
.BgClassName
{
background-color: #E2DCDA;
}
</style>
border-color css
<style>
span { border-color: #E2DCDA; }
span { border-color: rgb(226,220,218); }
td.TdClassName
{
border-color: #E2DCDA;
}
.TagClassName
{
border-color: #E2DCDA;
}
</style>