#E0FAE1

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

Shades of Frosted Mint #E0FAE1

Tints of Frosted Mint #E0FAE1

Color information

#E0FAE1 (or 0xE0FAE1) is unknown color: approx Frosted Mint. HEX triplet: E0, FA and E1. RGB value is (224,250,225). Sum of RGB (Red+Green+Blue) = 224+250+225=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAE1 is #1F051E. Grayscale: #EFEFEF. Windows color (decimal): -2032927 or 14809824. OLE color: 14809824.

HSL color Cylindrical-coordinate representation of color #E0FAE1: hue angle of 122.31º degrees, saturation: 0.72, 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 #E0FAE1 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB224250225-
CMYK0.1000.100.02
HSL122.31º72.22%92.94%-
HSV(B)122.31º10.4%98.04%-
XYZ78.5289.6584.4-
YUV239.38119.89117.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.05%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=32.05%
G=35.77%
B=32.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242502250.1000.100.02122.3172.2292.94
HexE0FAE1A0A27a485d
Octal340372341120122172110135
Binary11100000111110101110000110100101010111101010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAE1; }

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

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

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

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

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

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

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

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