#ECFDEC

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

Shades of Honeydew #ECFDEC

Tints of Honeydew #ECFDEC

Color information

#ECFDEC (or 0xECFDEC) is unknown color: approx Honeydew. HEX triplet: EC, FD and EC. RGB value is (236,253,236). Sum of RGB (Red+Green+Blue) = 236+253+236=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDEC is #130213. Grayscale: #F6F6F6. Windows color (decimal): -1245716 or 15531500. OLE color: 15531500.

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

Color convert

RGB236253236-
CMYK0.0700.070.01
HSL120º80.95%95.88%-
HSV(B)120º6.72%99.22%-
XYZ84.8694.1493.06-
YUV245.98122.37120.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.55%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 236 (92.58% from 255) = 32.55%
R=32.55%
G=34.90%
B=32.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532360.0700.070.0112080.9595.88
HexECFDEC7071785160
Octal3543753547071170121140
Binary11101100111111011110110011101111111100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDEC; }

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

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

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

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

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

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

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

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