Shades of Solitude #E2EEFA
Tints of Solitude #E2EEFA
RGB
CMYK
RGB Variations
Color information
#E2EEFA (or 0xE2EEFA) is known color: Solitude. HEX triplet: E2, EE and FA. RGB value is (226,238,250). Sum of RGB (Red+Green+Blue) = 226+238+250=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEFA is #1D1105. Grayscale: #EBEBEB. Windows color (decimal): -1904902 or 16445154. OLE color: 16445154.
HSL color Cylindrical-coordinate representation of color #E2EEFA: hue angle of 210º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EEFA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 238 | 250 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.02 |
| HSL | 210º | 0.71% | 0.93% | - |
| HSV(B) | 210º | 0.1% | 0.98% | - |
| XYZ | 79.19 | 84.22 | 102.52 | - |
| YUV | 235.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 250 | 0.10 | 0.05 | 0 | 0.02 | 210 | 0.71 | 0.93 |
| Hex | E2 | EE | FA | A | 5 | 0 | 2 | D2 | 47 | 5D |
| Octal | 342 | 356 | 372 | 12 | 5 | 0 | 2 | 322 | 107 | 135 |
| Binary | 11100010 | 11101110 | 11111010 | 1010 | 101 | 0 | 10 | 11010010 | 1000111 | 1011101 |
Color Harmonies of #E2EEFA
Complementary color
Monochromatic Colors of #E2EEFA
Black with #E2EEFA
Text Example
Text Example
White with #E2EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEFA; }
p { color: rgb(226,238,250); }
H1.HeaderClassName
{
color: #E2EEFA;
}
.AnyTagClassName
{
color: #E2EEFA;
}
</style>
background-color css
<style>
a { background-color: #E2EEFA; }
a { background-color: rgb(226,238,250); }
div.DivClassName
{
background-color: #E2EEFA;
}
.BgClassName
{
background-color: #E2EEFA;
}
</style>
border-color css
<style>
span { border-color: #E2EEFA; }
span { border-color: rgb(226,238,250); }
td.TdClassName
{
border-color: #E2EEFA;
}
.TagClassName
{
border-color: #E2EEFA;
}
</style>