#E8EDF5

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

Shades of Solitude #E8EDF5

Tints of Solitude #E8EDF5

Color information

#E8EDF5 (or 0xE8EDF5) is unknown color: approx Solitude. HEX triplet: E8, ED and F5. RGB value is (232,237,245). Sum of RGB (Red+Green+Blue) = 232+237+245=714 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.49% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 245 - color contains mainly: blue. Hex color #E8EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EDF5 is #17120A. Grayscale: #ECECEC. Windows color (decimal): -1511947 or 16117224. OLE color: 16117224.

HSL color Cylindrical-coordinate representation of color #E8EDF5: hue angle of 216.92º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8EDF5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232237245-
CMYK0.050.0300.04
HSL216.92º39.39%93.53%-
HSV(B)216.92º5.31%96.08%-
XYZ80.0484.3298.44-
YUV236.42132.84124.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 32.49%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 245 (96.09% from 255) = 34.31%
R=32.49%
G=33.19%
B=34.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2322372450.050.0300.04216.9239.3993.53
HexE8EDF55304d9275e
Octal350355365530433147136
Binary111010001110110111110101101110100110110011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDF5; }

 p { color: rgb(232,237,245); }

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

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

 a { background-color: rgb(232,237,245); }

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

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

 span { border-color: rgb(232,237,245); }

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