Shades of Solitude #E2EEFE
Tints of Solitude #E2EEFE
RGB
CMYK
RGB Variations
Color information
#E2EEFE (or 0xE2EEFE) is known color: Solitude. HEX triplet: E2, EE and FE. RGB value is (226,238,254). Sum of RGB (Red+Green+Blue) = 226+238+254=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEFE is #1D1101. Grayscale: #ECECEC. Windows color (decimal): -1904898 or 16707298. OLE color: 16707298.
HSL color Cylindrical-coordinate representation of color #E2EEFE: hue angle of 214.29º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EEFE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 238 | 254 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.00 |
| HSL | 214.29º | 0.93% | 0.94% | - |
| HSV(B) | 214.29º | 0.11% | 1% | - |
| XYZ | 79.83 | 84.47 | 105.86 | - |
| YUV | 236.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 254 | 0.11 | 0.06 | 0 | 0.00 | 214.29 | 0.93 | 0.94 |
| Hex | E2 | EE | FE | B | 6 | 0 | 0 | D6 | 5D | 5E |
| Octal | 342 | 356 | 376 | 13 | 6 | 0 | 0 | 326 | 135 | 136 |
| Binary | 11100010 | 11101110 | 11111110 | 1011 | 110 | 0 | 0 | 11010110 | 1011101 | 1011110 |
Color Harmonies of #E2EEFE
Complementary color
Monochromatic Colors of #E2EEFE
Black with #E2EEFE
Text Example
Text Example
White with #E2EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEFE; }
p { color: rgb(226,238,254); }
H1.HeaderClassName
{
color: #E2EEFE;
}
.AnyTagClassName
{
color: #E2EEFE;
}
</style>
background-color css
<style>
a { background-color: #E2EEFE; }
a { background-color: rgb(226,238,254); }
div.DivClassName
{
background-color: #E2EEFE;
}
.BgClassName
{
background-color: #E2EEFE;
}
</style>
border-color css
<style>
span { border-color: #E2EEFE; }
span { border-color: rgb(226,238,254); }
td.TdClassName
{
border-color: #E2EEFE;
}
.TagClassName
{
border-color: #E2EEFE;
}
</style>