#EEFAF4

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

Shades of Mint Cream #EEFAF4

Tints of Mint Cream #EEFAF4

Color information

#EEFAF4 (or 0xEEFAF4) is unknown color: approx Mint Cream. HEX triplet: EE, FA and F4. RGB value is (238,250,244). Sum of RGB (Red+Green+Blue) = 238+250+244=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAF4 is #11050B. Grayscale: #F5F5F5. Windows color (decimal): -1115404 or 16055022. OLE color: 16055022.

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

Color convert

RGB238250244-
CMYK0.0500.020.02
HSL150º54.55%95.69%-
HSV(B)150º4.8%98.04%-
XYZ85.7793.0899.03-
YUV245.73127.02122.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.51%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 244 (95.70% from 255) = 33.33%
R=32.51%
G=34.15%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502440.0500.020.0215054.5595.69
HexEEFAF45022963760
Octal356372364502222667140
Binary11101110111110101111010010101010100101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAF4; }

 p { color: rgb(238,250,244); }

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

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

 a { background-color: rgb(238,250,244); }

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

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

 span { border-color: rgb(238,250,244); }

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