Shades of Solitude #E7F0FE
Tints of Solitude #E7F0FE
RGB
CMYK
RGB Variations
Color information
#E7F0FE (or 0xE7F0FE) is known color: Solitude. HEX triplet: E7, F0 and FE. RGB value is (231,240,254). Sum of RGB (Red+Green+Blue) = 231+240+254=725 (96% of max value = 765). Red value is 231 (90.62% from 255 or 31.86% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0FE is #180F01. Grayscale: #EEEEEE. Windows color (decimal): -1576706 or 16707815. OLE color: 16707815.
HSL color Cylindrical-coordinate representation of color #E7F0FE: hue angle of 216.52º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7F0FE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 231 | 240 | 254 | - |
CMYK | 0.09 | 0.06 | 0 | 0.00 |
HSL | 216.52º | 0.92% | 0.95% | - |
HSV(B) | 216.52º | 0.09% | 1% | - |
XYZ | 82 | 86.46 | 106.13 | - |
YUV | 238.91 | 136.52 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 240 | 254 | 0.09 | 0.06 | 0 | 0.00 | 216.52 | 0.92 | 0.95 |
Hex | E7 | F0 | FE | 9 | 6 | 0 | 0 | D9 | 5C | 5F |
Octal | 347 | 360 | 376 | 11 | 6 | 0 | 0 | 331 | 134 | 137 |
Binary | 11100111 | 11110000 | 11111110 | 1001 | 110 | 0 | 0 | 11011001 | 1011100 | 1011111 |
Color Harmonies of #E7F0FE
Complementary color
Monochromatic Colors of #E7F0FE
Black with #E7F0FE
Text Example
Text Example
White with #E7F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F0FE; }
p { color: rgb(231,240,254); }
H1.HeaderClassName
{
color: #E7F0FE;
}
.AnyTagClassName
{
color: #E7F0FE;
}
</style>
background-color css
<style>
a { background-color: #E7F0FE; }
a { background-color: rgb(231,240,254); }
div.DivClassName
{
background-color: #E7F0FE;
}
.BgClassName
{
background-color: #E7F0FE;
}
</style>
border-color css
<style>
span { border-color: #E7F0FE; }
span { border-color: rgb(231,240,254); }
td.TdClassName
{
border-color: #E7F0FE;
}
.TagClassName
{
border-color: #E7F0FE;
}
</style>