Shades of Solitude #E7EEFA
Tints of Solitude #E7EEFA
RGB
CMYK
RGB Variations
Color information
#E7EEFA (or 0xE7EEFA) is known color: Solitude. HEX triplet: E7, EE and FA. RGB value is (231,238,250). Sum of RGB (Red+Green+Blue) = 231+238+250=719 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.13% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EEFA is #181105. Grayscale: #EDEDED. Windows color (decimal): -1577222 or 16445159. OLE color: 16445159.
HSL color Cylindrical-coordinate representation of color #E7EEFA: hue angle of 217.89º degrees, saturation: 0.66, 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 #E7EEFA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 238 | 250 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.02 |
| HSL | 217.89º | 0.66% | 0.94% | - |
| HSV(B) | 217.89º | 0.08% | 0.98% | - |
| XYZ | 80.78 | 85.04 | 102.6 | - |
| YUV | 237.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 238 | 250 | 0.08 | 0.05 | 0 | 0.02 | 217.89 | 0.66 | 0.94 |
| Hex | E7 | EE | FA | 8 | 5 | 0 | 2 | DA | 42 | 5E |
| Octal | 347 | 356 | 372 | 10 | 5 | 0 | 2 | 332 | 102 | 136 |
| Binary | 11100111 | 11101110 | 11111010 | 1000 | 101 | 0 | 10 | 11011010 | 1000010 | 1011110 |
Color Harmonies of #E7EEFA
Complementary color
Monochromatic Colors of #E7EEFA
Black with #E7EEFA
Text Example
Text Example
White with #E7EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EEFA; }
p { color: rgb(231,238,250); }
H1.HeaderClassName
{
color: #E7EEFA;
}
.AnyTagClassName
{
color: #E7EEFA;
}
</style>
background-color css
<style>
a { background-color: #E7EEFA; }
a { background-color: rgb(231,238,250); }
div.DivClassName
{
background-color: #E7EEFA;
}
.BgClassName
{
background-color: #E7EEFA;
}
</style>
border-color css
<style>
span { border-color: #E7EEFA; }
span { border-color: rgb(231,238,250); }
td.TdClassName
{
border-color: #E7EEFA;
}
.TagClassName
{
border-color: #E7EEFA;
}
</style>