#EDFDED

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

Shades of Honeydew #EDFDED

Tints of Honeydew #EDFDED

Color information

#EDFDED (or 0xEDFDED) is unknown color: approx Honeydew. HEX triplet: ED, FD and ED. RGB value is (237,253,237). Sum of RGB (Red+Green+Blue) = 237+253+237=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDED is #120212. Grayscale: #F6F6F6. Windows color (decimal): -1180179 or 15597037. OLE color: 15597037.

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

Color convert

RGB237253237-
CMYK0.0600.060.01
HSL120º80%96.08%-
HSV(B)120º6.32%99.22%-
XYZ85.3494.3793.84-
YUV246.39122.7121.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 253 (99.22% from 255) = 34.80%
BLUE value IS 237 (92.97% from 255) = 32.60%
R=32.60%
G=34.80%
B=32.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532370.0600.060.011208096.08
HexEDFDED6061785060
Octal3553753556061170120140
Binary11101101111111011110110111001101111100010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDED; }

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

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

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

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

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

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

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

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