Shades of Ebb #E2DDDC
Tints of Ebb #E2DDDC
RGB
CMYK
RGB Variations
Color information
#E2DDDC (or 0xE2DDDC) is known color: Ebb. HEX triplet: E2, DD and DC. RGB value is (226,221,220). Sum of RGB (Red+Green+Blue) = 226+221+220=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDDC is #1D2223. Grayscale: #DEDEDE. Windows color (decimal): -1909284 or 14474722. OLE color: 14474722.
HSL color Cylindrical-coordinate representation of color #E2DDDC: hue angle of 10º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DDDC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 220 | - |
CMYK | 0 | 0.02 | 0.03 | 0.11 |
HSL | 10º | 0.09% | 0.87% | - |
HSV(B) | 10º | 0.03% | 0.89% | - |
XYZ | 70.14 | 73.05 | 78.11 | - |
YUV | 222.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 220 | 0 | 0.02 | 0.03 | 0.11 | 10 | 0.09 | 0.87 |
Hex | E2 | DD | DC | 0 | 2 | 3 | B | A | 9 | 57 |
Octal | 342 | 335 | 334 | 0 | 2 | 3 | 13 | 12 | 11 | 127 |
Binary | 11100010 | 11011101 | 11011100 | 0 | 10 | 11 | 1011 | 1010 | 1001 | 1010111 |
Color Harmonies of #E2DDDC
Complementary color
Monochromatic Colors of #E2DDDC
Black with #E2DDDC
Text Example
Text Example
White with #E2DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDDC; }
p { color: rgb(226,221,220); }
H1.HeaderClassName
{
color: #E2DDDC;
}
.AnyTagClassName
{
color: #E2DDDC;
}
</style>
background-color css
<style>
a { background-color: #E2DDDC; }
a { background-color: rgb(226,221,220); }
div.DivClassName
{
background-color: #E2DDDC;
}
.BgClassName
{
background-color: #E2DDDC;
}
</style>
border-color css
<style>
span { border-color: #E2DDDC; }
span { border-color: rgb(226,221,220); }
td.TdClassName
{
border-color: #E2DDDC;
}
.TagClassName
{
border-color: #E2DDDC;
}
</style>