#EEFAEF

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

Shades of Honeydew #EEFAEF

Tints of Honeydew #EEFAEF

Color information

#EEFAEF (or 0xEEFAEF) is unknown color: approx Honeydew. HEX triplet: EE, FA and EF. RGB value is (238,250,239). Sum of RGB (Red+Green+Blue) = 238+250+239=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 239 (93.75% from 255 or 32.87% from 727); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAEF is #110510. Grayscale: #F5F5F5. Windows color (decimal): -1115409 or 15727342. OLE color: 15727342.

HSL color Cylindrical-coordinate representation of color #EEFAEF: hue angle of 125º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEFAEF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB238250239-
CMYK0.0500.040.02
HSL125º54.55%95.69%-
HSV(B)125º4.8%98.04%-
XYZ85.0392.7895.09-
YUV245.16124.52122.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.74%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 239 (93.75% from 255) = 32.87%
R=32.74%
G=34.39%
B=32.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502390.0500.040.0212554.5595.69
HexEEFAEF50427d3760
Octal356372357504217567140
Binary11101110111110101110111110101001011111011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAEF; }

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

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

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

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

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

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

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

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