Shades of Solitude #E7F0FA
Tints of Solitude #E7F0FA
RGB
CMYK
RGB Variations
Color information
#E7F0FA (or 0xE7F0FA) is known color: Solitude. HEX triplet: E7, F0 and FA. RGB value is (231,240,250). Sum of RGB (Red+Green+Blue) = 231+240+250=721 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.04% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0FA is #180F05. Grayscale: #EEEEEE. Windows color (decimal): -1576710 or 16445671. OLE color: 16445671.
HSL color Cylindrical-coordinate representation of color #E7F0FA: hue angle of 211.58º 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 #E7F0FA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 240 | 250 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.02 |
| HSL | 211.58º | 0.66% | 0.94% | - |
| HSV(B) | 211.58º | 0.08% | 0.98% | - |
| XYZ | 81.37 | 86.21 | 102.79 | - |
| YUV | 238.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 240 | 250 | 0.08 | 0.04 | 0 | 0.02 | 211.58 | 0.66 | 0.94 |
| Hex | E7 | F0 | FA | 8 | 4 | 0 | 2 | D4 | 42 | 5E |
| Octal | 347 | 360 | 372 | 10 | 4 | 0 | 2 | 324 | 102 | 136 |
| Binary | 11100111 | 11110000 | 11111010 | 1000 | 100 | 0 | 10 | 11010100 | 1000010 | 1011110 |
Color Harmonies of #E7F0FA
Complementary color
Monochromatic Colors of #E7F0FA
Black with #E7F0FA
Text Example
Text Example
White with #E7F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F0FA; }
p { color: rgb(231,240,250); }
H1.HeaderClassName
{
color: #E7F0FA;
}
.AnyTagClassName
{
color: #E7F0FA;
}
</style>
background-color css
<style>
a { background-color: #E7F0FA; }
a { background-color: rgb(231,240,250); }
div.DivClassName
{
background-color: #E7F0FA;
}
.BgClassName
{
background-color: #E7F0FA;
}
</style>
border-color css
<style>
span { border-color: #E7F0FA; }
span { border-color: rgb(231,240,250); }
td.TdClassName
{
border-color: #E7F0FA;
}
.TagClassName
{
border-color: #E7F0FA;
}
</style>