#EAFEF8

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

Shades of Mint Cream #EAFEF8

Tints of Mint Cream #EAFEF8

Color information

#EAFEF8 (or 0xEAFEF8) is unknown color: approx Mint Cream. HEX triplet: EA, FE and F8. RGB value is (234,254,248). Sum of RGB (Red+Green+Blue) = 234+254+248=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 254 (99.61% from 255 or 34.51% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEF8 is #150107. Grayscale: #F7F7F7. Windows color (decimal): -1376520 or 16318186. OLE color: 16318186.

HSL color Cylindrical-coordinate representation of color #EAFEF8: hue angle of 162º 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 #EAFEF8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB234254248-
CMYK0.0800.020.00
HSL162º90.91%95.69%-
HSV(B)162º7.87%99.61%-
XYZ86.3295.15102.62-
YUV247.34128.37118.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.79%
GREEN value IS 254 (99.61% from 255) = 34.51%
BLUE value IS 248 (97.27% from 255) = 33.70%
R=31.79%
G=34.51%
B=33.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542480.0800.020.0016290.9195.69
HexEAFEF88020a25b60
Octal35237637010020242133140
Binary111010101111111011111000100001001010001010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEF8; }

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

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

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

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

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

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

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

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