#E1E7F5

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

Shades of Solitude #E1E7F5

Tints of Solitude #E1E7F5

Color information

#E1E7F5 (or 0xE1E7F5) is unknown color: approx Solitude. HEX triplet: E1, E7 and F5. RGB value is (225,231,245). Sum of RGB (Red+Green+Blue) = 225+231+245=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 245 - color contains mainly: blue. Hex color #E1E7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1E7F5 is #1E180A. Grayscale: #E6E6E6. Windows color (decimal): -1972235 or 16115681. OLE color: 16115681.

HSL color Cylindrical-coordinate representation of color #E1E7F5: hue angle of 222º degrees, saturation: 0.5, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1E7F5 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225231245-
CMYK0.080.0600.04
HSL222º50%92.16%-
HSV(B)222º8.16%96.08%-
XYZ76.1179.7597.77-
YUV230.8136.01123.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.10%
GREEN value IS 231 (90.62% from 255) = 32.95%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=32.10%
G=32.95%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252312450.080.0600.042225092.16
HexE1E7F58604de325c
Octal3413473651060433662134
Binary11100001111001111111010110001100100110111101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E7F5; }

 p { color: rgb(225,231,245); }

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

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

 a { background-color: rgb(225,231,245); }

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

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

 span { border-color: rgb(225,231,245); }

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