#E5EDFE

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

Shades of Solitude #E5EDFE

Tints of Solitude #E5EDFE

Color information

#E5EDFE (or 0xE5EDFE) is unknown color: approx Solitude. HEX triplet: E5, ED and FE. RGB value is (229,237,254). Sum of RGB (Red+Green+Blue) = 229+237+254=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFE is #1A1201. Grayscale: #ECECEC. Windows color (decimal): -1708546 or 16707045. OLE color: 16707045.

HSL color Cylindrical-coordinate representation of color #E5EDFE: hue angle of 220.8º 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 #E5EDFE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229237254-
CMYK0.100.0700.00
HSL220.8º92.59%94.71%-
HSV(B)220.8º9.84%99.61%-
XYZ80.4984.38105.81-
YUV236.55137.85122.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.81%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=31.81%
G=32.92%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292372540.100.0700.00220.892.5994.71
HexE5EDFEA700dd5d5f
Octal34535537612700335135137
Binary1110010111101101111111101010111001101110110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDFE; }

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

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

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

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

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

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

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

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