#EDFCF8

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

Shades of Mint Cream #EDFCF8

Tints of Mint Cream #EDFCF8

Color information

#EDFCF8 (or 0xEDFCF8) is unknown color: approx Mint Cream. HEX triplet: ED, FC and F8. RGB value is (237,252,248). Sum of RGB (Red+Green+Blue) = 237+252+248=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCF8 is #120307. Grayscale: #F7F7F7. Windows color (decimal): -1180424 or 16317677. OLE color: 16317677.

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

Color convert

RGB237252248-
CMYK0.0600.020.01
HSL164º71.43%95.88%-
HSV(B)164º5.95%98.82%-
XYZ86.6894.4102.46-
YUV247.06128.53120.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.16%
GREEN value IS 252 (98.83% from 255) = 34.19%
BLUE value IS 248 (97.27% from 255) = 33.65%
R=32.16%
G=34.19%
B=33.65%

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
Decimal2372522480.0600.020.0116471.4395.88
HexEDFCF86021a44760
Octal3553743706021244107140
Binary11101101111111001111100011001011010010010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCF8; }

 p { color: rgb(237,252,248); }

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

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

 a { background-color: rgb(237,252,248); }

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

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

 span { border-color: rgb(237,252,248); }

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