#E5EDF9

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

Shades of Solitude #E5EDF9

Tints of Solitude #E5EDF9

Color information

#E5EDF9 (or 0xE5EDF9) is unknown color: approx Solitude. HEX triplet: E5, ED and F9. RGB value is (229,237,249). Sum of RGB (Red+Green+Blue) = 229+237+249=715 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.03% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5EDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDF9 is #1A1206. Grayscale: #EBEBEB. Windows color (decimal): -1708551 or 16379365. OLE color: 16379365.

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

Color convert

RGB229237249-
CMYK0.080.0500.02
HSL216º62.5%93.73%-
HSV(B)216º8.03%97.65%-
XYZ79.784.07101.65-
YUV235.98135.35123.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.03%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=32.03%
G=33.15%
B=34.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292372490.080.0500.0221662.593.73
HexE5EDF98502d83e5e
Octal3453553711050233076136
Binary1110010111101101111110011000101010110110001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDF9; }

 p { color: rgb(229,237,249); }

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

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

 a { background-color: rgb(229,237,249); }

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

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

 span { border-color: rgb(229,237,249); }

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