#EDFAED

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

Shades of Honeydew #EDFAED

Tints of Honeydew #EDFAED

Color information

#EDFAED (or 0xEDFAED) is unknown color: approx Honeydew. HEX triplet: ED, FA and ED. RGB value is (237,250,237). Sum of RGB (Red+Green+Blue) = 237+250+237=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAED is #120512. Grayscale: #F4F4F4. Windows color (decimal): -1180947 or 15596269. OLE color: 15596269.

HSL color Cylindrical-coordinate representation of color #EDFAED: hue angle of 120º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAED is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB237250237-
CMYK0.0500.050.02
HSL120º56.52%95.49%-
HSV(B)120º5.2%98.04%-
XYZ84.492.4993.52-
YUV244.63123.69122.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.73%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 237 (92.97% from 255) = 32.73%
R=32.73%
G=34.53%
B=32.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502370.0500.050.0212056.5295.49
HexEDFAED505278395f
Octal355372355505217071137
Binary11101101111110101110110110101011011110001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAED; }

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

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

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

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

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

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

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

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