#EDFFF0

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

Shades of Honeydew #EDFFF0

Tints of Honeydew #EDFFF0

Color information

#EDFFF0 (or 0xEDFFF0) is unknown color: approx Honeydew. HEX triplet: ED, FF and F0. RGB value is (237,255,240). Sum of RGB (Red+Green+Blue) = 237+255+240=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFF0 is #12000F. Grayscale: #F7F7F7. Windows color (decimal): -1179664 or 15794157. OLE color: 15794157.

HSL color Cylindrical-coordinate representation of color #EDFFF0: hue angle of 130º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFFF0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB237255240-
CMYK0.0700.060
HSL130º100%96.47%-
HSV(B)130º7.06%100%-
XYZ86.4195.8296.38-
YUV247.91123.54120.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 240 (94.14% from 255) = 32.79%
R=32.38%
G=34.84%
B=32.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552400.0700.06013010096.47
HexEDFFF07060826460
Octal3553773607060202144140
Binary111011011111111111110000111011001000001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFF0; }

 p { color: rgb(237,255,240); }

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

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

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

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

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

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

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