#E0FDE4

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

Shades of Frosted Mint #E0FDE4

Tints of Frosted Mint #E0FDE4

Color information

#E0FDE4 (or 0xE0FDE4) is unknown color: approx Frosted Mint. HEX triplet: E0, FD and E4. RGB value is (224,253,228). Sum of RGB (Red+Green+Blue) = 224+253+228=705 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.77% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 228 (89.45% from 255 or 32.34% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FDE4 is #1F021B. Grayscale: #F1F1F1. Windows color (decimal): -2032156 or 15007200. OLE color: 15007200.

HSL color Cylindrical-coordinate representation of color #E0FDE4: hue angle of 128.28º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FDE4 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB224253228-
CMYK0.1100.100.01
HSL128.28º87.88%93.53%-
HSV(B)128.28º11.46%99.22%-
XYZ79.8791.786.89-
YUV241.48120.39115.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.77%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 228 (89.45% from 255) = 32.34%
R=31.77%
G=35.89%
B=32.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242532280.1100.100.01128.2887.8893.53
HexE0FDE4B0A180585e
Octal340375344130121200130136
Binary11100000111111011110010010110101011000000010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDE4; }

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

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

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

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

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

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

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

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