#E9FAF2

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

Shades of Mint Cream #E9FAF2

Tints of Mint Cream #E9FAF2

Color information

#E9FAF2 (or 0xE9FAF2) is unknown color: approx Mint Cream. HEX triplet: E9, FA and F2. RGB value is (233,250,242). Sum of RGB (Red+Green+Blue) = 233+250+242=725 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.14% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9FAF2 is #16050D. Grayscale: #F4F4F4. Windows color (decimal): -1443086 or 15923945. OLE color: 15923945.

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

Color convert

RGB233250242-
CMYK0.0700.030.02
HSL151.76º62.96%94.71%-
HSV(B)151.76º6.8%98.04%-
XYZ83.8292.1197.36-
YUV244126.87120.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.14%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 242 (94.92% from 255) = 33.38%
R=32.14%
G=34.48%
B=33.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332502420.0700.030.02151.7662.9694.71
HexE9FAF27032983f5f
Octal351372362703223077137
Binary11101001111110101111001011101110100110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FAF2; }

 p { color: rgb(233,250,242); }

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

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

 a { background-color: rgb(233,250,242); }

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

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

 span { border-color: rgb(233,250,242); }

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