#E1F2E2

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

Shades of Frosted Mint #E1F2E2

Tints of Frosted Mint #E1F2E2

Color information

#E1F2E2 (or 0xE1F2E2) is unknown color: approx Frosted Mint. HEX triplet: E1, F2 and E2. RGB value is (225,242,226). Sum of RGB (Red+Green+Blue) = 225+242+226=693 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.47% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2E2 is #1E0D1D. Grayscale: #EBEBEB. Windows color (decimal): -1969438 or 14873313. OLE color: 14873313.

HSL color Cylindrical-coordinate representation of color #E1F2E2: hue angle of 123.53º degrees, saturation: 0.4, 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 #E1F2E2 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB225242226-
CMYK0.0700.070.05
HSL123.53º39.53%91.57%-
HSV(B)123.53º7.02%94.9%-
XYZ76.538584.33-
YUV235.09122.87120.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.47%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 226 (88.67% from 255) = 32.61%
R=32.47%
G=34.92%
B=32.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422260.0700.070.05123.5339.5391.57
HexE1F2E270757c285c
Octal341362342707517450134
Binary111000011111001011100010111011110111111001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2E2; }

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

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

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

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

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

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

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

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