#EDF8EE

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

Shades of Honeydew #EDF8EE

Tints of Honeydew #EDF8EE

Color information

#EDF8EE (or 0xEDF8EE) is unknown color: approx Honeydew. HEX triplet: ED, F8 and EE. RGB value is (237,248,238). Sum of RGB (Red+Green+Blue) = 237+248+238=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8EE is #120711. Grayscale: #F3F3F3. Windows color (decimal): -1181458 or 15661293. OLE color: 15661293.

HSL color Cylindrical-coordinate representation of color #EDF8EE: hue angle of 125.45º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF8EE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB237248238-
CMYK0.0400.040.03
HSL125.45º44%95.1%-
HSV(B)125.45º4.44%97.25%-
XYZ83.9391.3194.09-
YUV243.57124.86123.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 248 (97.27% from 255) = 34.30%
BLUE value IS 238 (93.36% from 255) = 32.92%
R=32.78%
G=34.30%
B=32.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372482380.0400.040.03125.454495.1
HexEDF8EE40437d2c5f
Octal355370356404317554137
Binary11101101111110001110111010001001111111011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8EE; }

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

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

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

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

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

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

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

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