#EFFDEC

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

Shades of Honeydew #EFFDEC

Tints of Honeydew #EFFDEC

Color information

#EFFDEC (or 0xEFFDEC) is unknown color: approx Honeydew. HEX triplet: EF, FD and EC. RGB value is (239,253,236). Sum of RGB (Red+Green+Blue) = 239+253+236=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDEC is #100213. Grayscale: #F6F6F6. Windows color (decimal): -1049108 or 15531503. OLE color: 15531503.

HSL color Cylindrical-coordinate representation of color #EFFDEC: hue angle of 109.41º 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 #EFFDEC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB239253236-
CMYK0.0600.070.01
HSL109.41º80.95%95.88%-
HSV(B)109.41º6.72%99.22%-
XYZ85.8694.6693.1-
YUV246.88121.86122.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 236 (92.58% from 255) = 32.42%
R=32.83%
G=34.75%
B=32.42%

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
Decimal2392532360.0600.070.01109.4180.9595.88
HexEFFDEC60716d5160
Octal3573753546071155121140
Binary11101111111111011110110011001111110110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDEC; }

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

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

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

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

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

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

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

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