Shades of Ebb #E2DEDD
Tints of Ebb #E2DEDD
RGB
CMYK
RGB Variations
Color information
#E2DEDD (or 0xE2DEDD) is known color: Ebb. HEX triplet: E2, DE and DD. RGB value is (226,222,221). Sum of RGB (Red+Green+Blue) = 226+222+221=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEDD is #1D2122. Grayscale: #DFDFDF. Windows color (decimal): -1909027 or 14540514. OLE color: 14540514.
HSL color Cylindrical-coordinate representation of color #E2DEDD: hue angle of 12º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E2DEDD is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 222 | 221 | - |
CMYK | 0 | 0.02 | 0.02 | 0.11 |
HSL | 12º | 0.08% | 0.88% | - |
HSV(B) | 12º | 0.02% | 0.89% | - |
XYZ | 70.54 | 73.63 | 78.9 | - |
YUV | 223.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 221 | 0 | 0.02 | 0.02 | 0.11 | 12 | 0.08 | 0.88 |
Hex | E2 | DE | DD | 0 | 2 | 2 | B | C | 8 | 58 |
Octal | 342 | 336 | 335 | 0 | 2 | 2 | 13 | 14 | 10 | 130 |
Binary | 11100010 | 11011110 | 11011101 | 0 | 10 | 10 | 1011 | 1100 | 1000 | 1011000 |
Color Harmonies of #E2DEDD
Complementary color
Monochromatic Colors of #E2DEDD
Black with #E2DEDD
Text Example
Text Example
White with #E2DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEDD; }
p { color: rgb(226,222,221); }
H1.HeaderClassName
{
color: #E2DEDD;
}
.AnyTagClassName
{
color: #E2DEDD;
}
</style>
background-color css
<style>
a { background-color: #E2DEDD; }
a { background-color: rgb(226,222,221); }
div.DivClassName
{
background-color: #E2DEDD;
}
.BgClassName
{
background-color: #E2DEDD;
}
</style>
border-color css
<style>
span { border-color: #E2DEDD; }
span { border-color: rgb(226,222,221); }
td.TdClassName
{
border-color: #E2DEDD;
}
.TagClassName
{
border-color: #E2DEDD;
}
</style>