Shades of Solitude #E2EEFF
Tints of Solitude #E2EEFF
RGB
CMYK
RGB Variations
Color information
#E2EEFF (or 0xE2EEFF) is known color: Solitude. HEX triplet: E2, EE and FF. RGB value is (226,238,255). Sum of RGB (Red+Green+Blue) = 226+238+255=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEFF is #1D1100. Grayscale: #ECECEC. Windows color (decimal): -1904897 or 16772834. OLE color: 16772834.
HSL color Cylindrical-coordinate representation of color #E2EEFF: hue angle of 215.17º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EEFF is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 238 | 255 | - |
| CMYK | 0.11 | 0.07 | 0 | 0 |
| HSL | 215.17º | 1% | 0.94% | - |
| HSV(B) | 215.17º | 0.11% | 1% | - |
| XYZ | 79.99 | 84.54 | 106.71 | - |
| YUV | 236.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 255 | 0.11 | 0.07 | 0 | 0 | 215.17 | 1 | 0.94 |
| Hex | E2 | EE | FF | B | 7 | 0 | 0 | D7 | 64 | 5E |
| Octal | 342 | 356 | 377 | 13 | 7 | 0 | 0 | 327 | 144 | 136 |
| Binary | 11100010 | 11101110 | 11111111 | 1011 | 111 | 0 | 0 | 11010111 | 1100100 | 1011110 |
Color Harmonies of #E2EEFF
Complementary color
Monochromatic Colors of #E2EEFF
Black with #E2EEFF
Text Example
Text Example
White with #E2EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEFF; }
p { color: rgb(226,238,255); }
H1.HeaderClassName
{
color: #E2EEFF;
}
.AnyTagClassName
{
color: #E2EEFF;
}
</style>
background-color css
<style>
a { background-color: #E2EEFF; }
a { background-color: rgb(226,238,255); }
div.DivClassName
{
background-color: #E2EEFF;
}
.BgClassName
{
background-color: #E2EEFF;
}
</style>
border-color css
<style>
span { border-color: #E2EEFF; }
span { border-color: rgb(226,238,255); }
td.TdClassName
{
border-color: #E2EEFF;
}
.TagClassName
{
border-color: #E2EEFF;
}
</style>