#EDFEF6

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

Shades of Mint Cream #EDFEF6

Tints of Mint Cream #EDFEF6

Color information

#EDFEF6 (or 0xEDFEF6) is unknown color: approx Mint Cream. HEX triplet: ED, FE and F6. RGB value is (237,254,246). Sum of RGB (Red+Green+Blue) = 237+254+246=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 254 (99.61% from 255 or 34.46% from 737); Blue value is 246 (96.48% from 255 or 33.38% from 737); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEF6 is #120109. Grayscale: #F8F8F8. Windows color (decimal): -1179914 or 16187117. OLE color: 16187117.

HSL color Cylindrical-coordinate representation of color #EDFEF6: hue angle of 151.76º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEF6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB237254246-
CMYK0.0700.030.00
HSL151.76º89.47%96.27%-
HSV(B)151.76º6.69%99.61%-
XYZ8795.54101.04-
YUV248126.87120.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.16%
GREEN value IS 254 (99.61% from 255) = 34.46%
BLUE value IS 246 (96.48% from 255) = 33.38%
R=32.16%
G=34.46%
B=33.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542460.0700.030.00151.7689.4796.27
HexEDFEF67030985960
Octal3553763667030230131140
Binary11101101111111101111011011101101001100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEF6; }

 p { color: rgb(237,254,246); }

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

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

 a { background-color: rgb(237,254,246); }

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

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

 span { border-color: rgb(237,254,246); }

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