Shades of Solitude #E7F0FF
Tints of Solitude #E7F0FF
RGB
CMYK
RGB Variations
Color information
#E7F0FF (or 0xE7F0FF) is known color: Solitude. HEX triplet: E7, F0 and FF. RGB value is (231,240,255). Sum of RGB (Red+Green+Blue) = 231+240+255=726 (96% of max value = 765). Red value is 231 (90.62% from 255 or 31.82% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7F0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0FF is #180F00. Grayscale: #EEEEEE. Windows color (decimal): -1576705 or 16773351. OLE color: 16773351.
HSL color Cylindrical-coordinate representation of color #E7F0FF: hue angle of 217.5º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7F0FF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 231 | 240 | 255 | - |
CMYK | 0.09 | 0.06 | 0 | 0 |
HSL | 217.5º | 1% | 0.95% | - |
HSV(B) | 217.5º | 0.09% | 1% | - |
XYZ | 82.17 | 86.53 | 106.98 | - |
YUV | 239.02 | 137.02 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 240 | 255 | 0.09 | 0.06 | 0 | 0 | 217.5 | 1 | 0.95 |
Hex | E7 | F0 | FF | 9 | 6 | 0 | 0 | DA | 64 | 5F |
Octal | 347 | 360 | 377 | 11 | 6 | 0 | 0 | 332 | 144 | 137 |
Binary | 11100111 | 11110000 | 11111111 | 1001 | 110 | 0 | 0 | 11011010 | 1100100 | 1011111 |
Color Harmonies of #E7F0FF
Complementary color
Monochromatic Colors of #E7F0FF
Black with #E7F0FF
Text Example
Text Example
White with #E7F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F0FF; }
p { color: rgb(231,240,255); }
H1.HeaderClassName
{
color: #E7F0FF;
}
.AnyTagClassName
{
color: #E7F0FF;
}
</style>
background-color css
<style>
a { background-color: #E7F0FF; }
a { background-color: rgb(231,240,255); }
div.DivClassName
{
background-color: #E7F0FF;
}
.BgClassName
{
background-color: #E7F0FF;
}
</style>
border-color css
<style>
span { border-color: #E7F0FF; }
span { border-color: rgb(231,240,255); }
td.TdClassName
{
border-color: #E7F0FF;
}
.TagClassName
{
border-color: #E7F0FF;
}
</style>