#EDFBF4

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

Shades of Mint Cream #EDFBF4

Tints of Mint Cream #EDFBF4

Color information

#EDFBF4 (or 0xEDFBF4) is unknown color: approx Mint Cream. HEX triplet: ED, FB and F4. RGB value is (237,251,244). Sum of RGB (Red+Green+Blue) = 237+251+244=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBF4 is #12040B. Grayscale: #F6F6F6. Windows color (decimal): -1180684 or 16055277. OLE color: 16055277.

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

Color convert

RGB237251244-
CMYK0.0600.030.02
HSL150º63.64%95.69%-
HSV(B)150º5.58%98.43%-
XYZ85.7593.5399.12-
YUV246.02126.86121.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 244 (95.70% from 255) = 33.33%
R=32.38%
G=34.29%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512440.0600.030.0215063.6495.69
HexEDFBF46032964060
Octal3553733646032226100140
Binary111011011111101111110100110011101001011010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBF4; }

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

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

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

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

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

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

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

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