#E0EEFE

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

Shades of Solitude #E0EEFE

Tints of Solitude #E0EEFE

Color information

#E0EEFE (or 0xE0EEFE) is unknown color: approx Solitude. HEX triplet: E0, EE and FE. RGB value is (224,238,254). Sum of RGB (Red+Green+Blue) = 224+238+254=716 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.28% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EEFE is #1F1101. Grayscale: #EBEBEB. Windows color (decimal): -2035970 or 16707296. OLE color: 16707296.

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

Color convert

RGB224238254-
CMYK0.120.0600.00
HSL212º93.75%93.73%-
HSV(B)212º11.81%99.61%-
XYZ79.284.15105.83-
YUV235.64138.36119.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.28%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=31.28%
G=33.24%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242382540.120.0600.0021293.7593.73
HexE0EEFEC600d45e5e
Octal34035637614600324136136
Binary1110000011101110111111101100110001101010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EEFE; }

 p { color: rgb(224,238,254); }

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

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

 a { background-color: rgb(224,238,254); }

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

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

 span { border-color: rgb(224,238,254); }

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