#EDFEEB

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

Shades of Honeydew #EDFEEB

Tints of Honeydew #EDFEEB

Color information

#EDFEEB (or 0xEDFEEB) is unknown color: approx Honeydew. HEX triplet: ED, FE and EB. RGB value is (237,254,235). Sum of RGB (Red+Green+Blue) = 237+254+235=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 235 (92.19% from 255 or 32.37% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEEB is #120114. Grayscale: #F6F6F6. Windows color (decimal): -1179925 or 15466221. OLE color: 15466221.

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

Color convert

RGB237254235-
CMYK0.0700.070.00
HSL113.68º90.48%95.88%-
HSV(B)113.68º7.48%99.61%-
XYZ85.3694.8992.41-
YUV246.75121.37121.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 235 (92.19% from 255) = 32.37%
R=32.64%
G=34.99%
B=32.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542350.0700.070.00113.6890.4895.88
HexEDFEEB7070725a60
Octal3553763537070162132140
Binary11101101111111101110101111101110111001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEEB; }

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

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

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

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

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

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

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

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