Shades of Solitude #E5EEFA
Tints of Solitude #E5EEFA
RGB
CMYK
RGB Variations
Color information
#E5EEFA (or 0xE5EEFA) is known color: Solitude. HEX triplet: E5, EE and FA. RGB value is (229,238,250). Sum of RGB (Red+Green+Blue) = 229+238+250=717 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.94% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFA is #1A1105. Grayscale: #ECECEC. Windows color (decimal): -1708294 or 16445157. OLE color: 16445157.
HSL color Cylindrical-coordinate representation of color #E5EEFA: hue angle of 214.29º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5EEFA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 238 | 250 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.02 |
| HSL | 214.29º | 0.68% | 0.94% | - |
| HSV(B) | 214.29º | 0.08% | 0.98% | - |
| XYZ | 80.14 | 84.71 | 102.57 | - |
| YUV | 236.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 238 | 250 | 0.08 | 0.05 | 0 | 0.02 | 214.29 | 0.68 | 0.94 |
| Hex | E5 | EE | FA | 8 | 5 | 0 | 2 | D6 | 44 | 5E |
| Octal | 345 | 356 | 372 | 10 | 5 | 0 | 2 | 326 | 104 | 136 |
| Binary | 11100101 | 11101110 | 11111010 | 1000 | 101 | 0 | 10 | 11010110 | 1000100 | 1011110 |
Color Harmonies of #E5EEFA
Complementary color
Monochromatic Colors of #E5EEFA
Black with #E5EEFA
Text Example
Text Example
White with #E5EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEFA; }
p { color: rgb(229,238,250); }
H1.HeaderClassName
{
color: #E5EEFA;
}
.AnyTagClassName
{
color: #E5EEFA;
}
</style>
background-color css
<style>
a { background-color: #E5EEFA; }
a { background-color: rgb(229,238,250); }
div.DivClassName
{
background-color: #E5EEFA;
}
.BgClassName
{
background-color: #E5EEFA;
}
</style>
border-color css
<style>
span { border-color: #E5EEFA; }
span { border-color: rgb(229,238,250); }
td.TdClassName
{
border-color: #E5EEFA;
}
.TagClassName
{
border-color: #E5EEFA;
}
</style>