#E0EDFF

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

Shades of Solitude #E0EDFF

Tints of Solitude #E0EDFF

Color information

#E0EDFF (or 0xE0EDFF) is unknown color: approx Solitude. HEX triplet: E0, ED and FF. RGB value is (224,237,255). Sum of RGB (Red+Green+Blue) = 224+237+255=716 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.28% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EDFF is #1F1200. Grayscale: #EBEBEB. Windows color (decimal): -2036225 or 16772576. OLE color: 16772576.

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

Color convert

RGB224237255-
CMYK0.120.0700
HSL214.84º100%93.92%-
HSV(B)214.84º12.16%100%-
XYZ79.0783.64106.58-
YUV235.16139.19120.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.28%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 255 (100% from 255) = 35.61%
R=31.28%
G=33.10%
B=35.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242372550.120.0700214.8410093.92
HexE0EDFFC700d7645e
Octal34035537714700327144136
Binary1110000011101101111111111100111001101011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EDFF; }

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

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

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

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

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

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

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

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