#EDFDF7

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

Shades of Mint Cream #EDFDF7

Tints of Mint Cream #EDFDF7

Color information

#EDFDF7 (or 0xEDFDF7) is unknown color: approx Mint Cream. HEX triplet: ED, FD and F7. RGB value is (237,253,247). Sum of RGB (Red+Green+Blue) = 237+253+247=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 247 (96.88% from 255 or 33.51% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF7 is #120208. Grayscale: #F7F7F7. Windows color (decimal): -1180169 or 16252397. OLE color: 16252397.

HSL color Cylindrical-coordinate representation of color #EDFDF7: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFDF7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB237253247-
CMYK0.0600.020.01
HSL157.5º80%96.08%-
HSV(B)157.5º6.32%99.22%-
XYZ86.8494.97101.75-
YUV247.53127.7120.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.16%
GREEN value IS 253 (99.22% from 255) = 34.33%
BLUE value IS 247 (96.88% from 255) = 33.51%
R=32.16%
G=34.33%
B=33.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532470.0600.020.01157.58096.08
HexEDFDF760219e5060
Octal3553753676021236120140
Binary11101101111111011111011111001011001111010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDF7; }

 p { color: rgb(237,253,247); }

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

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

 a { background-color: rgb(237,253,247); }

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

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

 span { border-color: rgb(237,253,247); }

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