#EEFDF5

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

Shades of Mint Cream #EEFDF5

Tints of Mint Cream #EEFDF5

Color information

#EEFDF5 (or 0xEEFDF5) is unknown color: approx Mint Cream. HEX triplet: EE, FD and F5. RGB value is (238,253,245). Sum of RGB (Red+Green+Blue) = 238+253+245=736 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.34% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 245 (96.09% from 255 or 33.29% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDF5 is #11020A. Grayscale: #F7F7F7. Windows color (decimal): -1114635 or 16121326. OLE color: 16121326.

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

Color convert

RGB238253245-
CMYK0.0600.030.01
HSL148º78.95%96.27%-
HSV(B)148º5.93%99.22%-
XYZ86.8795.02100.15-
YUV247.6126.53121.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.34%
GREEN value IS 253 (99.22% from 255) = 34.38%
BLUE value IS 245 (96.09% from 255) = 33.29%
R=32.34%
G=34.38%
B=33.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532450.0600.030.0114878.9596.27
HexEEFDF56031944f60
Octal3563753656031224117140
Binary11101110111111011111010111001111001010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDF5; }

 p { color: rgb(238,253,245); }

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

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

 a { background-color: rgb(238,253,245); }

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

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

 span { border-color: rgb(238,253,245); }

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