#EDFAEC

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

Shades of Honeydew #EDFAEC

Tints of Honeydew #EDFAEC

Color information

#EDFAEC (or 0xEDFAEC) is unknown color: approx Honeydew. HEX triplet: ED, FA and EC. RGB value is (237,250,236). Sum of RGB (Red+Green+Blue) = 237+250+236=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAEC is #120513. Grayscale: #F4F4F4. Windows color (decimal): -1180948 or 15530733. OLE color: 15530733.

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

Color convert

RGB237250236-
CMYK0.0500.060.02
HSL115.71º58.33%95.29%-
HSV(B)115.71º5.6%98.04%-
XYZ84.2592.4392.76-
YUV244.52123.19122.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 236 (92.58% from 255) = 32.64%
R=32.78%
G=34.58%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502360.0500.060.02115.7158.3395.29
HexEDFAEC5062743a5f
Octal355372354506216472137
Binary11101101111110101110110010101101011101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAEC; }

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

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

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

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

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

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

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

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