#E1FAE5

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

Shades of Frosted Mint #E1FAE5

Tints of Frosted Mint #E1FAE5

Color information

#E1FAE5 (or 0xE1FAE5) is unknown color: approx Frosted Mint. HEX triplet: E1, FA and E5. RGB value is (225,250,229). Sum of RGB (Red+Green+Blue) = 225+250+229=704 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.96% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FAE5 is #1E051A. Grayscale: #F0F0F0. Windows color (decimal): -1967387 or 15071969. OLE color: 15071969.

HSL color Cylindrical-coordinate representation of color #E1FAE5: hue angle of 129.6º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1FAE5 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB225250229-
CMYK0.1000.080.02
HSL129.6º71.43%93.14%-
HSV(B)129.6º10%98.04%-
XYZ79.3890.0487.32-
YUV240.13121.72117.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.96%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 229 (89.84% from 255) = 32.53%
R=31.96%
G=35.51%
B=32.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252502290.1000.080.02129.671.4393.14
HexE1FAE5A08282475d
Octal341372345120102202107135
Binary111000011111101011100101101001000101000001010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAE5; }

 p { color: rgb(225,250,229); }

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

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

 a { background-color: rgb(225,250,229); }

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

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

 span { border-color: rgb(225,250,229); }

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