#EEFDEC

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

Shades of Honeydew #EEFDEC

Tints of Honeydew #EEFDEC

Color information

#EEFDEC (or 0xEEFDEC) is unknown color: approx Honeydew. HEX triplet: EE, FD and EC. RGB value is (238,253,236). Sum of RGB (Red+Green+Blue) = 238+253+236=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 236 (92.58% from 255 or 32.46% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDEC is #110213. Grayscale: #F6F6F6. Windows color (decimal): -1114644 or 15531502. OLE color: 15531502.

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

Color convert

RGB238253236-
CMYK0.0600.070.01
HSL112.94º80.95%95.88%-
HSV(B)112.94º6.72%99.22%-
XYZ85.5394.4893.09-
YUV246.58122.03121.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.74%
GREEN value IS 253 (99.22% from 255) = 34.80%
BLUE value IS 236 (92.58% from 255) = 32.46%
R=32.74%
G=34.80%
B=32.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532360.0600.070.01112.9480.9595.88
HexEEFDEC6071715160
Octal3563753546071161121140
Binary11101110111111011110110011001111111000110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDEC; }

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

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

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

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

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

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

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

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