#E1EEFE

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

Shades of Solitude #E1EEFE

Tints of Solitude #E1EEFE

Color information

#E1EEFE (or 0xE1EEFE) is unknown color: approx Solitude. HEX triplet: E1, EE and FE. RGB value is (225,238,254). Sum of RGB (Red+Green+Blue) = 225+238+254=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EEFE is #1E1101. Grayscale: #EBEBEB. Windows color (decimal): -1970434 or 16707297. OLE color: 16707297.

HSL color Cylindrical-coordinate representation of color #E1EEFE: hue angle of 213.1º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1EEFE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225238254-
CMYK0.110.0600.00
HSL213.1º93.55%93.92%-
HSV(B)213.1º11.42%99.61%-
XYZ79.5284.31105.85-
YUV235.94138.19120.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.38%
GREEN value IS 238 (93.36% from 255) = 33.19%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=31.38%
G=33.19%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2252382540.110.0600.00213.193.5593.92
HexE1EEFEB600d55e5e
Octal34135637613600325136136
Binary1110000111101110111111101011110001101010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EEFE; }

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

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

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

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

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

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

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

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