#E5EEFB

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

Shades of Solitude #E5EEFB

Tints of Solitude #E5EEFB

Color information

#E5EEFB (or 0xE5EEFB) is unknown color: approx Solitude. HEX triplet: E5, EE and FB. RGB value is (229,238,251). Sum of RGB (Red+Green+Blue) = 229+238+251=718 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.89% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EEFB is #1A1104. Grayscale: #ECECEC. Windows color (decimal): -1708293 or 16510693. OLE color: 16510693.

HSL color Cylindrical-coordinate representation of color #E5EEFB: hue angle of 215.45º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EEFB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229238251-
CMYK0.090.0500.02
HSL215.45º73.33%94.12%-
HSV(B)215.45º8.76%98.43%-
XYZ80.384.77103.4-
YUV236.79136.02122.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.89%
GREEN value IS 238 (93.36% from 255) = 33.15%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=31.89%
G=33.15%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292382510.090.0500.02215.4573.3394.12
HexE5EEFB9502d7495e
Octal34535637311502327111136
Binary11100101111011101111101110011010101101011110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EEFB; }

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

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

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

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

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

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

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

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