#EDFCF3

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

Shades of Mint Cream #EDFCF3

Tints of Mint Cream #EDFCF3

Color information

#EDFCF3 (or 0xEDFCF3) is unknown color: approx Mint Cream. HEX triplet: ED, FC and F3. RGB value is (237,252,243). Sum of RGB (Red+Green+Blue) = 237+252+243=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 252 (98.83% from 255 or 34.43% from 732); Blue value is 243 (95.31% from 255 or 33.20% from 732); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCF3 is #12030C. Grayscale: #F6F6F6. Windows color (decimal): -1180429 or 15989997. OLE color: 15989997.

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

Color convert

RGB237252243-
CMYK0.0600.040.01
HSL144º71.43%95.88%-
HSV(B)144º5.95%98.82%-
XYZ85.9194.198.43-
YUV246.49126.03121.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 252 (98.83% from 255) = 34.43%
BLUE value IS 243 (95.31% from 255) = 33.20%
R=32.38%
G=34.43%
B=33.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522430.0600.040.0114471.4395.88
HexEDFCF36041904760
Octal3553743636041220107140
Binary111011011111110011110011110010011001000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCF3; }

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

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

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

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

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

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

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

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