#E2EEFC

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

Shades of Solitude #E2EEFC

Tints of Solitude #E2EEFC

Color information

#E2EEFC (or 0xE2EEFC) is unknown color: approx Solitude. HEX triplet: E2, EE and FC. RGB value is (226,238,252). Sum of RGB (Red+Green+Blue) = 226+238+252=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EEFC is #1D1103. Grayscale: #EBEBEB. Windows color (decimal): -1904900 or 16576226. OLE color: 16576226.

HSL color Cylindrical-coordinate representation of color #E2EEFC: hue angle of 212.31º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EEFC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226238252-
CMYK0.100.0600.01
HSL212.31º81.25%93.73%-
HSV(B)212.31º10.32%98.82%-
XYZ79.5184.35104.19-
YUV236.01137.02120.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.56%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=31.56%
G=33.24%
B=35.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262382520.100.0600.01212.3181.2593.73
HexE2EEFCA601d4515e
Octal34235637412601324121136
Binary1110001011101110111111001010110011101010010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EEFC; }

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

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

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

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

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

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

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

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