#E1EEFA

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

Shades of Solitude #E1EEFA

Tints of Solitude #E1EEFA

Color information

#E1EEFA (or 0xE1EEFA) is unknown color: approx Solitude. HEX triplet: E1, EE and FA. RGB value is (225,238,250). Sum of RGB (Red+Green+Blue) = 225+238+250=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EEFA is #1E1105. Grayscale: #EBEBEB. Windows color (decimal): -1970438 or 16445153. OLE color: 16445153.

HSL color Cylindrical-coordinate representation of color #E1EEFA: hue angle of 208.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1EEFA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225238250-
CMYK0.100.0500.02
HSL208.8º71.43%93.14%-
HSV(B)208.8º10%98.04%-
XYZ78.8884.06102.51-
YUV235.48136.19120.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.56%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=31.56%
G=33.38%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252382500.100.0500.02208.871.4393.14
HexE1EEFAA502d1475d
Octal34135637212502321107135
Binary11100001111011101111101010101010101101000110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EEFA; }

 p { color: rgb(225,238,250); }

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

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

 a { background-color: rgb(225,238,250); }

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

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

 span { border-color: rgb(225,238,250); }

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