#EAFCF6

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

Shades of Mint Cream #EAFCF6

Tints of Mint Cream #EAFCF6

Color information

#EAFCF6 (or 0xEAFCF6) is unknown color: approx Mint Cream. HEX triplet: EA, FC and F6. RGB value is (234,252,246). Sum of RGB (Red+Green+Blue) = 234+252+246=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 252 (98.83% from 255 or 34.43% from 732); Blue value is 246 (96.48% from 255 or 33.61% from 732); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCF6 is #150309. Grayscale: #F5F5F5. Windows color (decimal): -1377034 or 16186602. OLE color: 16186602.

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

Color convert

RGB234252246-
CMYK0.0700.020.01
HSL160º75%95.29%-
HSV(B)160º7.14%98.82%-
XYZ85.3893.77100.79-
YUV245.93128.04119.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 252 (98.83% from 255) = 34.43%
BLUE value IS 246 (96.48% from 255) = 33.61%
R=31.97%
G=34.43%
B=33.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522460.0700.020.011607595.29
HexEAFCF67021a04b5f
Octal3523743667021240113137
Binary11101010111111001111011011101011010000010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCF6; }

 p { color: rgb(234,252,246); }

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

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

 a { background-color: rgb(234,252,246); }

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

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

 span { border-color: rgb(234,252,246); }

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