#E5EEFE

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

Shades of Solitude #E5EEFE

Tints of Solitude #E5EEFE

Color information

#E5EEFE (or 0xE5EEFE) is unknown color: approx Solitude. HEX triplet: E5, EE and FE. RGB value is (229,238,254). Sum of RGB (Red+Green+Blue) = 229+238+254=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFE is #1A1101. Grayscale: #EDEDED. Windows color (decimal): -1708290 or 16707301. OLE color: 16707301.

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

Color convert

RGB229238254-
CMYK0.100.0600.00
HSL218.4º92.59%94.71%-
HSV(B)218.4º9.84%99.61%-
XYZ80.7884.96105.91-
YUV237.13137.52122.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.76%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=31.76%
G=33.01%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292382540.100.0600.00218.492.5994.71
HexE5EEFEA600da5d5f
Octal34535637612600332135137
Binary1110010111101110111111101010110001101101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEFE; }

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

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

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

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

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

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

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

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