#EDF8F4

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

Shades of Mint Cream #EDF8F4

Tints of Mint Cream #EDF8F4

Color information

#EDF8F4 (or 0xEDF8F4) is unknown color: approx Mint Cream. HEX triplet: ED, F8 and F4. RGB value is (237,248,244). Sum of RGB (Red+Green+Blue) = 237+248+244=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 248 (97.27% from 255 or 34.02% from 729); Blue value is 244 (95.70% from 255 or 33.47% from 729); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8F4 is #12070B. Grayscale: #F4F4F4. Windows color (decimal): -1181452 or 16054509. OLE color: 16054509.

HSL color Cylindrical-coordinate representation of color #EDF8F4: hue angle of 158.18º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF8F4 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB237248244-
CMYK0.0400.020.03
HSL158.18º44%95.1%-
HSV(B)158.18º4.44%97.25%-
XYZ84.8291.6798.81-
YUV244.26127.86122.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 248 (97.27% from 255) = 34.02%
BLUE value IS 244 (95.70% from 255) = 33.47%
R=32.51%
G=34.02%
B=33.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482440.0400.020.03158.184495.1
HexEDF8F440239e2c5f
Octal355370364402323654137
Binary11101101111110001111010010001011100111101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8F4; }

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

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

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

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

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

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

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

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