#E1F2E3

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

Shades of Frosted Mint #E1F2E3

Tints of Frosted Mint #E1F2E3

Color information

#E1F2E3 (or 0xE1F2E3) is unknown color: approx Frosted Mint. HEX triplet: E1, F2 and E3. RGB value is (225,242,227). Sum of RGB (Red+Green+Blue) = 225+242+227=694 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.42% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2E3 is #1E0D1C. Grayscale: #EBEBEB. Windows color (decimal): -1969437 or 14938849. OLE color: 14938849.

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

Color convert

RGB225242227-
CMYK0.0700.060.05
HSL127.06º39.53%91.57%-
HSV(B)127.06º7.02%94.9%-
XYZ76.6785.0685.05-
YUV235.21123.37120.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.42%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 227 (89.06% from 255) = 32.71%
R=32.42%
G=34.87%
B=32.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252422270.0700.060.05127.0639.5391.57
HexE1F2E370657f285c
Octal341362343706517750134
Binary111000011111001011100011111011010111111111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F2E3; }

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

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

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

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

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

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

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

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