#E0FAE4

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

Shades of Frosted Mint #E0FAE4

Tints of Frosted Mint #E0FAE4

Color information

#E0FAE4 (or 0xE0FAE4) is unknown color: approx Frosted Mint. HEX triplet: E0, FA and E4. RGB value is (224,250,228). Sum of RGB (Red+Green+Blue) = 224+250+228=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAE4 is #1F051B. Grayscale: #EFEFEF. Windows color (decimal): -2032924 or 15006432. OLE color: 15006432.

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

Color convert

RGB224250228-
CMYK0.1000.090.02
HSL129.23º72.22%92.94%-
HSV(B)129.23º10.4%98.04%-
XYZ78.9389.8286.58-
YUV239.72121.39116.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.91%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 228 (89.45% from 255) = 32.48%
R=31.91%
G=35.61%
B=32.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242502280.1000.090.02129.2372.2292.94
HexE0FAE4A09281485d
Octal340372344120112201110135
Binary111000001111101011100100101001001101000000110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAE4; }

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

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

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

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

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

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

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

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