#EAFEF6

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

Shades of Mint Cream #EAFEF6

Tints of Mint Cream #EAFEF6

Color information

#EAFEF6 (or 0xEAFEF6) is unknown color: approx Mint Cream. HEX triplet: EA, FE and F6. RGB value is (234,254,246). Sum of RGB (Red+Green+Blue) = 234+254+246=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 246 (96.48% from 255 or 33.51% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEF6 is #150109. Grayscale: #F7F7F7. Windows color (decimal): -1376522 or 16187114. OLE color: 16187114.

HSL color Cylindrical-coordinate representation of color #EAFEF6: hue angle of 156º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFEF6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB234254246-
CMYK0.0800.030.00
HSL156º90.91%95.69%-
HSV(B)156º7.87%99.61%-
XYZ86.0195.03101-
YUV247.11127.37118.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.88%
GREEN value IS 254 (99.61% from 255) = 34.60%
BLUE value IS 246 (96.48% from 255) = 33.51%
R=31.88%
G=34.60%
B=33.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542460.0800.030.0015690.9195.69
HexEAFEF680309c5b60
Octal35237636610030234133140
Binary111010101111111011110110100001101001110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEF6; }

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

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

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

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

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

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

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

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