#E2EEFE

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

Shades of Solitude #E2EEFE

Tints of Solitude #E2EEFE

Color information

#E2EEFE (or 0xE2EEFE) is unknown color: approx Solitude. HEX triplet: E2, EE and FE. RGB value is (226,238,254). Sum of RGB (Red+Green+Blue) = 226+238+254=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 254 (99.61% from 255 or 35.38% from 718); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEFE is #1D1101. Grayscale: #ECECEC. Windows color (decimal): -1904898 or 16707298. OLE color: 16707298.

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

Color convert

RGB226238254-
CMYK0.110.0600.00
HSL214.29º93.33%94.12%-
HSV(B)214.29º11.02%99.61%-
XYZ79.8384.47105.86-
YUV236.24138.02120.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.48%
GREEN value IS 238 (93.36% from 255) = 33.15%
BLUE value IS 254 (99.61% from 255) = 35.38%
R=31.48%
G=33.15%
B=35.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262382540.110.0600.00214.2993.3394.12
HexE2EEFEB600d65d5e
Octal34235637613600326135136
Binary1110001011101110111111101011110001101011010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EEFE; }

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

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

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

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

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

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

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

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