#EDFDF6

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

Shades of Mint Cream #EDFDF6

Tints of Mint Cream #EDFDF6

Color information

#EDFDF6 (or 0xEDFDF6) is unknown color: approx Mint Cream. HEX triplet: ED, FD and F6. RGB value is (237,253,246). Sum of RGB (Red+Green+Blue) = 237+253+246=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 246 (96.48% from 255 or 33.42% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF6 is #120209. Grayscale: #F7F7F7. Windows color (decimal): -1180170 or 16186861. OLE color: 16186861.

HSL color Cylindrical-coordinate representation of color #EDFDF6: hue angle of 153.75º 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 #EDFDF6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB237253246-
CMYK0.0600.030.01
HSL153.75º80%96.08%-
HSV(B)153.75º6.32%99.22%-
XYZ86.6894.91100.94-
YUV247.42127.2120.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.20%
GREEN value IS 253 (99.22% from 255) = 34.38%
BLUE value IS 246 (96.48% from 255) = 33.42%
R=32.20%
G=34.38%
B=33.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532460.0600.030.01153.758096.08
HexEDFDF660319a5060
Octal3553753666031232120140
Binary11101101111111011111011011001111001101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDF6; }

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

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

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

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

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

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

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

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