#EAFDE9

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

Shades of Honeydew #EAFDE9

Tints of Honeydew #EAFDE9

Color information

#EAFDE9 (or 0xEAFDE9) is unknown color: approx Honeydew. HEX triplet: EA, FD and E9. RGB value is (234,253,233). Sum of RGB (Red+Green+Blue) = 234+253+233=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 233 (91.41% from 255 or 32.36% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDE9 is #150216. Grayscale: #F5F5F5. Windows color (decimal): -1376791 or 15334890. OLE color: 15334890.

HSL color Cylindrical-coordinate representation of color #EAFDE9: hue angle of 117º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDE9 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB234253233-
CMYK0.0800.080.01
HSL117º83.33%95.29%-
HSV(B)117º7.91%99.22%-
XYZ83.7693.6390.75-
YUV245.04121.21120.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.5%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 233 (91.41% from 255) = 32.36%
R=32.5%
G=35.14%
B=32.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532330.0800.080.0111783.3395.29
HexEAFDE9808175535f
Octal352375351100101165123137
Binary1110101011111101111010011000010001111010110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDE9; }

 p { color: rgb(234,253,233); }

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

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

 a { background-color: rgb(234,253,233); }

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

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

 span { border-color: rgb(234,253,233); }

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