#E7F0FF

Color #E7F0FF Solitude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitude #E7F0FF

Tints of Solitude #E7F0FF

Color information

#E7F0FF (or 0xE7F0FF) is unknown color: approx 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

RGB231240255-
CMYK0.090.0600
HSL217.5º100%95.29%-
HSV(B)217.5º9.41%100%-
XYZ82.1786.53106.98-
YUV239.02137.02122.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 31.82%
GREEN value IS 240 (94.14% from 255) = 33.06%
BLUE value IS 255 (100% from 255) = 35.12%
R=31.82%
G=33.06%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312402550.090.0600217.510095.29
HexE7F0FF9600da645f
Octal34736037711600332144137
Binary1110011111110000111111111001110001101101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>