#E5FAE7

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

Shades of Frosted Mint #E5FAE7

Tints of Frosted Mint #E5FAE7

Color information

#E5FAE7 (or 0xE5FAE7) is unknown color: approx Frosted Mint. HEX triplet: E5, FA and E7. RGB value is (229,250,231). Sum of RGB (Red+Green+Blue) = 229+250+231=710 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.25% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAE7 is #1A0518. Grayscale: #F1F1F1. Windows color (decimal): -1705241 or 15203045. OLE color: 15203045.

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

Color convert

RGB229250231-
CMYK0.0800.080.02
HSL125.71º67.74%93.92%-
HSV(B)125.71º8.4%98.04%-
XYZ80.9290.888.86-
YUV241.56122.04119.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 231 (90.62% from 255) = 32.54%
R=32.25%
G=35.21%
B=32.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292502310.0800.080.02125.7167.7493.92
HexE5FAE780827e445e
Octal345372347100102176104136
Binary11100101111110101110011110000100010111111010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FAE7; }

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

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

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

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

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

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

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

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