Shades of Solitude #E2EFFE
Tints of Solitude #E2EFFE
RGB
CMYK
RGB Variations
Color information
#E2EFFE (or 0xE2EFFE) is known color: Solitude. HEX triplet: E2, EF and FE. RGB value is (226,239,254). Sum of RGB (Red+Green+Blue) = 226+239+254=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFFE is #1D1001. Grayscale: #ECECEC. Windows color (decimal): -1904642 or 16707554. OLE color: 16707554.
HSL color Cylindrical-coordinate representation of color #E2EFFE: hue angle of 212.14º 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 #E2EFFE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 239 | 254 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.00 |
| HSL | 212.14º | 0.93% | 0.94% | - |
| HSV(B) | 212.14º | 0.11% | 1% | - |
| XYZ | 80.12 | 85.06 | 105.96 | - |
| YUV | 236.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 254 | 0.11 | 0.06 | 0 | 0.00 | 212.14 | 0.93 | 0.94 |
| Hex | E2 | EF | FE | B | 6 | 0 | 0 | D4 | 5D | 5E |
| Octal | 342 | 357 | 376 | 13 | 6 | 0 | 0 | 324 | 135 | 136 |
| Binary | 11100010 | 11101111 | 11111110 | 1011 | 110 | 0 | 0 | 11010100 | 1011101 | 1011110 |
Color Harmonies of #E2EFFE
Complementary color
Monochromatic Colors of #E2EFFE
Black with #E2EFFE
Text Example
Text Example
White with #E2EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFFE; }
p { color: rgb(226,239,254); }
H1.HeaderClassName
{
color: #E2EFFE;
}
.AnyTagClassName
{
color: #E2EFFE;
}
</style>
background-color css
<style>
a { background-color: #E2EFFE; }
a { background-color: rgb(226,239,254); }
div.DivClassName
{
background-color: #E2EFFE;
}
.BgClassName
{
background-color: #E2EFFE;
}
</style>
border-color css
<style>
span { border-color: #E2EFFE; }
span { border-color: rgb(226,239,254); }
td.TdClassName
{
border-color: #E2EFFE;
}
.TagClassName
{
border-color: #E2EFFE;
}
</style>