Shades of Ebb #E2DDDB
Tints of Ebb #E2DDDB
RGB
CMYK
RGB Variations
Color information
#E2DDDB (or 0xE2DDDB) is known color: Ebb. HEX triplet: E2, DD and DB. RGB value is (226,221,219). Sum of RGB (Red+Green+Blue) = 226+221+219=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDDB is #1D2224. Grayscale: #DEDEDE. Windows color (decimal): -1909285 or 14409186. OLE color: 14409186.
HSL color Cylindrical-coordinate representation of color #E2DDDB: hue angle of 17.14º degrees, saturation: 0.11, 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 #E2DDDB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 219 | - |
CMYK | 0 | 0.02 | 0.03 | 0.11 |
HSL | 17.14º | 0.11% | 0.87% | - |
HSV(B) | 17.14º | 0.03% | 0.89% | - |
XYZ | 70.01 | 73 | 77.42 | - |
YUV | 222.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 219 | 0 | 0.02 | 0.03 | 0.11 | 17.14 | 0.11 | 0.87 |
Hex | E2 | DD | DB | 0 | 2 | 3 | B | 11 | B | 57 |
Octal | 342 | 335 | 333 | 0 | 2 | 3 | 13 | 21 | 13 | 127 |
Binary | 11100010 | 11011101 | 11011011 | 0 | 10 | 11 | 1011 | 10001 | 1011 | 1010111 |
Color Harmonies of #E2DDDB
Complementary color
Monochromatic Colors of #E2DDDB
Black with #E2DDDB
Text Example
Text Example
White with #E2DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDDB; }
p { color: rgb(226,221,219); }
H1.HeaderClassName
{
color: #E2DDDB;
}
.AnyTagClassName
{
color: #E2DDDB;
}
</style>
background-color css
<style>
a { background-color: #E2DDDB; }
a { background-color: rgb(226,221,219); }
div.DivClassName
{
background-color: #E2DDDB;
}
.BgClassName
{
background-color: #E2DDDB;
}
</style>
border-color css
<style>
span { border-color: #E2DDDB; }
span { border-color: rgb(226,221,219); }
td.TdClassName
{
border-color: #E2DDDB;
}
.TagClassName
{
border-color: #E2DDDB;
}
</style>