#EDFDEA

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

Shades of Honeydew #EDFDEA

Tints of Honeydew #EDFDEA

Color information

#EDFDEA (or 0xEDFDEA) is unknown color: approx Honeydew. HEX triplet: ED, FD and EA. RGB value is (237,253,234). Sum of RGB (Red+Green+Blue) = 237+253+234=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDEA is #120215. Grayscale: #F6F6F6. Windows color (decimal): -1180182 or 15400429. OLE color: 15400429.

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

Color convert

RGB237253234-
CMYK0.0600.080.01
HSL110.53º82.61%95.49%-
HSV(B)110.53º7.51%99.22%-
XYZ84.994.291.55-
YUV246.05121.2121.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.73%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 234 (91.80% from 255) = 32.32%
R=32.73%
G=34.94%
B=32.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532340.0600.080.01110.5382.6195.49
HexEDFDEA60816f535f
Octal35537535260101157123137
Binary111011011111110111101010110010001110111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDEA; }

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

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

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

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

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

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

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

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