#E5EFE6

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

Shades of Frosted Mint #E5EFE6

Tints of Frosted Mint #E5EFE6

Color information

#E5EFE6 (or 0xE5EFE6) is unknown color: approx Frosted Mint. HEX triplet: E5, EF and E6. RGB value is (229,239,230). Sum of RGB (Red+Green+Blue) = 229+239+230=698 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.81% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFE6 is #1A1019. Grayscale: #EBEBEB. Windows color (decimal): -1708058 or 15134693. OLE color: 15134693.

HSL color Cylindrical-coordinate representation of color #E5EFE6: hue angle of 126º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5EFE6 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB229239230-
CMYK0.0400.040.06
HSL126º23.81%91.76%-
HSV(B)126º4.18%93.73%-
XYZ77.4684.187.01-
YUV234.98125.19123.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.81%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 230 (90.23% from 255) = 32.95%
R=32.81%
G=34.24%
B=32.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292392300.0400.040.0612623.8191.76
HexE5EFE640467e185c
Octal345357346404617630134
Binary11100101111011111110011010001001101111110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFE6; }

 p { color: rgb(229,239,230); }

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

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

 a { background-color: rgb(229,239,230); }

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

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

 span { border-color: rgb(229,239,230); }

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