#EDFFEC

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

Shades of Honeydew #EDFFEC

Tints of Honeydew #EDFFEC

Color information

#EDFFEC (or 0xEDFFEC) is unknown color: approx Honeydew. HEX triplet: ED, FF and EC. RGB value is (237,255,236). Sum of RGB (Red+Green+Blue) = 237+255+236=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFEC is #120013. Grayscale: #F7F7F7. Windows color (decimal): -1179668 or 15532013. OLE color: 15532013.

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

Color convert

RGB237255236-
CMYK0.0700.070
HSL116.84º100%96.27%-
HSV(B)116.84º7.45%100%-
XYZ85.8395.5893.28-
YUV247.45121.54120.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.55%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 236 (92.58% from 255) = 32.42%
R=32.55%
G=35.03%
B=32.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552360.0700.070116.8410096.27
HexEDFFEC7070756460
Octal3553773547070165144140
Binary11101101111111111110110011101110111010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFEC; }

 p { color: rgb(237,255,236); }

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

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

 a { background-color: rgb(237,255,236); }

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

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

 span { border-color: rgb(237,255,236); }

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