#EDFDEB

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

Shades of Honeydew #EDFDEB

Tints of Honeydew #EDFDEB

Color information

#EDFDEB (or 0xEDFDEB) is unknown color: approx Honeydew. HEX triplet: ED, FD and EB. RGB value is (237,253,235). Sum of RGB (Red+Green+Blue) = 237+253+235=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 235 (92.19% from 255 or 32.41% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDEB is #120214. Grayscale: #F6F6F6. Windows color (decimal): -1180181 or 15465965. OLE color: 15465965.

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

Color convert

RGB237253235-
CMYK0.0600.070.01
HSL113.33º81.82%95.69%-
HSV(B)113.33º7.11%99.22%-
XYZ85.0594.2592.31-
YUV246.16121.7121.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.69%
GREEN value IS 253 (99.22% from 255) = 34.90%
BLUE value IS 235 (92.19% from 255) = 32.41%
R=32.69%
G=34.90%
B=32.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532350.0600.070.01113.3381.8295.69
HexEDFDEB6071715260
Octal3553753536071161122140
Binary11101101111111011110101111001111111000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDEB; }

 p { color: rgb(237,253,235); }

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

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

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

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

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

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

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