#E2F2E5

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

Shades of Polar #E2F2E5

Tints of Polar #E2F2E5

Color information

#E2F2E5 (or 0xE2F2E5) is unknown color: approx Polar. HEX triplet: E2, F2 and E5. RGB value is (226,242,229). Sum of RGB (Red+Green+Blue) = 226+242+229=697 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.42% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F2E5 is #1D0D1A. Grayscale: #EBEBEB. Windows color (decimal): -1903899 or 15069922. OLE color: 15069922.

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

Color convert

RGB226242229-
CMYK0.0700.050.05
HSL131.25º38.1%91.76%-
HSV(B)131.25º6.61%94.9%-
XYZ77.2685.3386.53-
YUV235.73124.2121.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.42%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 229 (89.84% from 255) = 32.86%
R=32.42%
G=34.72%
B=32.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2262422290.0700.050.05131.2538.191.76
HexE2F2E5705583265c
Octal342362345705520346134
Binary1110001011110010111001011110101101100000111001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F2E5; }

 p { color: rgb(226,242,229); }

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

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

 a { background-color: rgb(226,242,229); }

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

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

 span { border-color: rgb(226,242,229); }

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