#E1EAE2

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

Shades of Frosted Mint #E1EAE2

Tints of Frosted Mint #E1EAE2

Color information

#E1EAE2 (or 0xE1EAE2) is unknown color: approx Frosted Mint. HEX triplet: E1, EA and E2. RGB value is (225,234,226). Sum of RGB (Red+Green+Blue) = 225+234+226=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EAE2 is #1E151D. Grayscale: #E6E6E6. Windows color (decimal): -1971486 or 14871265. OLE color: 14871265.

HSL color Cylindrical-coordinate representation of color #E1EAE2: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1EAE2 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB225234226-
CMYK0.0400.030.08
HSL126.67º17.65%90%-
HSV(B)126.67º3.85%91.76%-
XYZ74.280.3483.55-
YUV230.4125.52124.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.85%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=32.85%
G=34.16%
B=32.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252342260.0400.030.08126.6717.6590
HexE1EAE240387f125a
Octal3413523424031017722132
Binary11100001111010101110001010001110001111111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EAE2; }

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

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

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

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

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

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

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

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