#E5EAEF

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

Shades of Solitude #E5EAEF

Tints of Solitude #E5EAEF

Color information

#E5EAEF (or 0xE5EAEF) is unknown color: approx Solitude. HEX triplet: E5, EA and EF. RGB value is (229,234,239). Sum of RGB (Red+Green+Blue) = 229+234+239=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5EAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAEF is #1A1510. Grayscale: #E9E9E9. Windows color (decimal): -1709329 or 15723237. OLE color: 15723237.

HSL color Cylindrical-coordinate representation of color #E5EAEF: hue angle of 210º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5EAEF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229234239-
CMYK0.040.0200.06
HSL210º23.81%91.76%-
HSV(B)210º4.18%93.73%-
XYZ77.3281.7493.36-
YUV233.08131.34125.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.62%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=32.62%
G=33.33%
B=34.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292342390.040.0200.0621023.8191.76
HexE5EAEF4206d2185c
Octal345352357420632230134
Binary11100101111010101110111110010011011010010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAEF; }

 p { color: rgb(229,234,239); }

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

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

 a { background-color: rgb(229,234,239); }

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

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

 span { border-color: rgb(229,234,239); }

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