#E7F0FC

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

Shades of Solitude #E7F0FC

Tints of Solitude #E7F0FC

Color information

#E7F0FC (or 0xE7F0FC) is unknown color: approx Solitude. HEX triplet: E7, F0 and FC. RGB value is (231,240,252). Sum of RGB (Red+Green+Blue) = 231+240+252=723 (95% of max value = 765). Red value is 231 (90.62% from 255 or 31.95% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7F0FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0FC is #180F03. Grayscale: #EEEEEE. Windows color (decimal): -1576708 or 16576743. OLE color: 16576743.

HSL color Cylindrical-coordinate representation of color #E7F0FC: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E7F0FC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231240252-
CMYK0.080.0500.01
HSL214.29º77.78%94.71%-
HSV(B)214.29º8.33%98.82%-
XYZ81.6986.34104.45-
YUV238.68135.52122.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 31.95%
GREEN value IS 240 (94.14% from 255) = 33.20%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=31.95%
G=33.20%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312402520.080.0500.01214.2977.7894.71
HexE7F0FC8501d64e5f
Octal34736037410501326116137
Binary1110011111110000111111001000101011101011010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F0FC; }

 p { color: rgb(231,240,252); }

 H1.HeaderClassName
 {
   color: #E7F0FC;
 }
 .AnyTagClassName
 {
   color: #E7F0FC;
 }
</style>
background-color css

<style>
 a { background-color: #E7F0FC; }

 a { background-color: rgb(231,240,252); }

 div.DivClassName
 {
   background-color: #E7F0FC;
 }
 .BgClassName
 {
   background-color: #E7F0FC;
 }
</style>
border-color css

<style>
 span { border-color: #E7F0FC; }

 span { border-color: rgb(231,240,252); }

 td.TdClassName
 {
   border-color: #E7F0FC;
 }
 .TagClassName
 {
   border-color: #E7F0FC;
 }
</style>