#EFFCF8

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

Shades of Mint Cream #EFFCF8

Tints of Mint Cream #EFFCF8

Color information

#EFFCF8 (or 0xEFFCF8) is unknown color: approx Mint Cream. HEX triplet: EF, FC and F8. RGB value is (239,252,248). Sum of RGB (Red+Green+Blue) = 239+252+248=739 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.34% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCF8 is #100307. Grayscale: #F7F7F7. Windows color (decimal): -1049352 or 16317679. OLE color: 16317679.

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

Color convert

RGB239252248-
CMYK0.0500.020.01
HSL161.54º68.42%96.27%-
HSV(B)161.54º5.16%98.82%-
XYZ87.3594.75102.49-
YUV247.66128.19121.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.34%
GREEN value IS 252 (98.83% from 255) = 34.10%
BLUE value IS 248 (97.27% from 255) = 33.56%
R=32.34%
G=34.10%
B=33.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522480.0500.020.01161.5468.4296.27
HexEFFCF85021a24460
Octal3573743705021242104140
Binary11101111111111001111100010101011010001010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCF8; }

 p { color: rgb(239,252,248); }

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

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

 a { background-color: rgb(239,252,248); }

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

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

 span { border-color: rgb(239,252,248); }

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