Shades of Selago #E2DEE3
Tints of Selago #E2DEE3
RGB
CMYK
RGB Variations
Color information
#E2DEE3 (or 0xE2DEE3) is known color: Selago. HEX triplet: E2, DE and E3. RGB value is (226,222,227). Sum of RGB (Red+Green+Blue) = 226+222+227=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 227 - color contains mainly: blue. Hex color #E2DEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DEE3 is #1D211C. Grayscale: #DFDFDF. Windows color (decimal): -1909021 or 14933730. OLE color: 14933730.
HSL color Cylindrical-coordinate representation of color #E2DEE3: hue angle of 288º 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 #E2DEE3 is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 222 | 227 | - |
CMYK | 0.00 | 0.02 | 0 | 0.11 |
HSL | 288º | 0.08% | 0.88% | - |
HSV(B) | 288º | 0.02% | 0.89% | - |
XYZ | 71.35 | 73.96 | 83.19 | - |
YUV | 223.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 222 | 227 | 0.00 | 0.02 | 0 | 0.11 | 288 | 0.08 | 0.88 |
Hex | E2 | DE | E3 | 0 | 2 | 0 | B | 120 | 8 | 58 |
Octal | 342 | 336 | 343 | 0 | 2 | 0 | 13 | 440 | 10 | 130 |
Binary | 11100010 | 11011110 | 11100011 | 0 | 10 | 0 | 1011 | 100100000 | 1000 | 1011000 |
Color Harmonies of #E2DEE3
Complementary color
Monochromatic Colors of #E2DEE3
Black with #E2DEE3
Text Example
Text Example
White with #E2DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DEE3; }
p { color: rgb(226,222,227); }
H1.HeaderClassName
{
color: #E2DEE3;
}
.AnyTagClassName
{
color: #E2DEE3;
}
</style>
background-color css
<style>
a { background-color: #E2DEE3; }
a { background-color: rgb(226,222,227); }
div.DivClassName
{
background-color: #E2DEE3;
}
.BgClassName
{
background-color: #E2DEE3;
}
</style>
border-color css
<style>
span { border-color: #E2DEE3; }
span { border-color: rgb(226,222,227); }
td.TdClassName
{
border-color: #E2DEE3;
}
.TagClassName
{
border-color: #E2DEE3;
}
</style>