#EEFFEF

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

Shades of Honeydew #EEFFEF

Tints of Honeydew #EEFFEF

Color information

#EEFFEF (or 0xEEFFEF) is unknown color: approx Honeydew. HEX triplet: EE, FF and EF. RGB value is (238,255,239). Sum of RGB (Red+Green+Blue) = 238+255+239=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 239 (93.75% from 255 or 32.65% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFEF is #110010. Grayscale: #F8F8F8. Windows color (decimal): -1114129 or 15728622. OLE color: 15728622.

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

Color convert

RGB238255239-
CMYK0.0700.060
HSL123.53º100%96.67%-
HSV(B)123.53º6.67%100%-
XYZ86.695.9395.61-
YUV248.09122.87120.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.51%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 239 (93.75% from 255) = 32.65%
R=32.51%
G=34.84%
B=32.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552390.0700.060123.5310096.67
HexEEFFEF70607c6461
Octal3563773577060174144141
Binary11101110111111111110111111101100111110011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFEF; }

 p { color: rgb(238,255,239); }

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

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

 a { background-color: rgb(238,255,239); }

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

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

 span { border-color: rgb(238,255,239); }

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