#EDFFEE

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

Shades of Honeydew #EDFFEE

Tints of Honeydew #EDFFEE

Color information

#EDFFEE (or 0xEDFFEE) is unknown color: approx Honeydew. HEX triplet: ED, FF and EE. RGB value is (237,255,238). Sum of RGB (Red+Green+Blue) = 237+255+238=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFEE is #120011. Grayscale: #F7F7F7. Windows color (decimal): -1179666 or 15663085. OLE color: 15663085.

HSL color Cylindrical-coordinate representation of color #EDFFEE: hue angle of 123.33º 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 #EDFFEE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB237255238-
CMYK0.0700.070
HSL123.33º100%96.47%-
HSV(B)123.33º7.06%100%-
XYZ86.1295.794.82-
YUV247.68122.54120.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.47%
GREEN value IS 255 (100% from 255) = 34.93%
BLUE value IS 238 (93.36% from 255) = 32.60%
R=32.47%
G=34.93%
B=32.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552380.0700.070123.3310096.47
HexEDFFEE70707b6460
Octal3553773567070173144140
Binary11101101111111111110111011101110111101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFEE; }

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

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

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

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

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

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

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

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