#E1EAF8

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

Shades of Solitude #E1EAF8

Tints of Solitude #E1EAF8

Color information

#E1EAF8 (or 0xE1EAF8) is unknown color: approx Solitude. HEX triplet: E1, EA and F8. RGB value is (225,234,248). Sum of RGB (Red+Green+Blue) = 225+234+248=707 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.82% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #E1EAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAF8 is #1E1507. Grayscale: #E8E8E8. Windows color (decimal): -1971464 or 16313057. OLE color: 16313057.

HSL color Cylindrical-coordinate representation of color #E1EAF8: hue angle of 216.52º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1EAF8 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB225234248-
CMYK0.090.0600.03
HSL216.52º62.16%92.75%-
HSV(B)216.52º9.27%97.25%-
XYZ77.4281.63100.48-
YUV232.9136.52122.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.82%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=31.82%
G=33.10%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2252342480.090.0600.03216.5262.1692.75
HexE1EAF89603d93e5d
Octal3413523701160333176135
Binary1110000111101010111110001001110011110110011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAF8; }

 p { color: rgb(225,234,248); }

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

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

 a { background-color: rgb(225,234,248); }

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

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

 span { border-color: rgb(225,234,248); }

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