Shades of Solitude #E1EEFA
Tints of Solitude #E1EEFA
RGB
CMYK
RGB Variations
Color information
#E1EEFA (or 0xE1EEFA) is known color: Solitude. HEX triplet: E1, EE and FA. RGB value is (225,238,250). Sum of RGB (Red+Green+Blue) = 225+238+250=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EEFA is #1E1105. Grayscale: #EBEBEB. Windows color (decimal): -1970438 or 16445153. OLE color: 16445153.
HSL color Cylindrical-coordinate representation of color #E1EEFA: hue angle of 208.8º 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 #E1EEFA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 238 | 250 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.02 |
| HSL | 208.8º | 0.71% | 0.93% | - |
| HSV(B) | 208.8º | 0.1% | 0.98% | - |
| XYZ | 78.88 | 84.06 | 102.51 | - |
| YUV | 235.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 250 | 0.10 | 0.05 | 0 | 0.02 | 208.8 | 0.71 | 0.93 |
| Hex | E1 | EE | FA | A | 5 | 0 | 2 | D1 | 47 | 5D |
| Octal | 341 | 356 | 372 | 12 | 5 | 0 | 2 | 321 | 107 | 135 |
| Binary | 11100001 | 11101110 | 11111010 | 1010 | 101 | 0 | 10 | 11010001 | 1000111 | 1011101 |
Color Harmonies of #E1EEFA
Complementary color
Monochromatic Colors of #E1EEFA
Black with #E1EEFA
Text Example
Text Example
White with #E1EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEFA; }
p { color: rgb(225,238,250); }
H1.HeaderClassName
{
color: #E1EEFA;
}
.AnyTagClassName
{
color: #E1EEFA;
}
</style>
background-color css
<style>
a { background-color: #E1EEFA; }
a { background-color: rgb(225,238,250); }
div.DivClassName
{
background-color: #E1EEFA;
}
.BgClassName
{
background-color: #E1EEFA;
}
</style>
border-color css
<style>
span { border-color: #E1EEFA; }
span { border-color: rgb(225,238,250); }
td.TdClassName
{
border-color: #E1EEFA;
}
.TagClassName
{
border-color: #E1EEFA;
}
</style>