#E5EDFF

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

Shades of Solitude #E5EDFF

Tints of Solitude #E5EDFF

Color information

#E5EDFF (or 0xE5EDFF) is unknown color: approx Solitude. HEX triplet: E5, ED and FF. RGB value is (229,237,255). Sum of RGB (Red+Green+Blue) = 229+237+255=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EDFF is #1A1200. Grayscale: #ECECEC. Windows color (decimal): -1708545 or 16772581. OLE color: 16772581.

HSL color Cylindrical-coordinate representation of color #E5EDFF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5EDFF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229237255-
CMYK0.100.0700
HSL221.54º100%94.9%-
HSV(B)221.54º10.2%100%-
XYZ80.6584.45106.66-
YUV236.66138.35122.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.76%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 255 (100% from 255) = 35.37%
R=31.76%
G=32.87%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2292372550.100.0700221.5410094.9
HexE5EDFFA700de645f
Octal34535537712700336144137
Binary1110010111101101111111111010111001101111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EDFF; }

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

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

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

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

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

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

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

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