#EEFDED

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

Shades of Honeydew #EEFDED

Tints of Honeydew #EEFDED

Color information

#EEFDED (or 0xEEFDED) is unknown color: approx Honeydew. HEX triplet: EE, FD and ED. RGB value is (238,253,237). Sum of RGB (Red+Green+Blue) = 238+253+237=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDED is #110212. Grayscale: #F6F6F6. Windows color (decimal): -1114643 or 15597038. OLE color: 15597038.

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

Color convert

RGB238253237-
CMYK0.0600.060.01
HSL116.25º80%96.08%-
HSV(B)116.25º6.32%99.22%-
XYZ85.6794.5493.85-
YUV246.69122.53121.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.69%
GREEN value IS 253 (99.22% from 255) = 34.75%
BLUE value IS 237 (92.97% from 255) = 32.55%
R=32.69%
G=34.75%
B=32.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532370.0600.060.01116.258096.08
HexEEFDED6061745060
Octal3563753556061164120140
Binary11101110111111011110110111001101111010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDED; }

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

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

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

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

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

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

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

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