#EEFDEE

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

Shades of Honeydew #EEFDEE

Tints of Honeydew #EEFDEE

Color information

#EEFDEE (or 0xEEFDEE) is unknown color: approx Honeydew. HEX triplet: EE, FD and EE. RGB value is (238,253,238). Sum of RGB (Red+Green+Blue) = 238+253+238=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDEE is #110211. Grayscale: #F6F6F6. Windows color (decimal): -1114642 or 15662574. OLE color: 15662574.

HSL color Cylindrical-coordinate representation of color #EEFDEE: hue angle of 120º degrees, saturation: 0.79, 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 #EEFDEE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB238253238-
CMYK0.0600.060.01
HSL120º78.95%96.27%-
HSV(B)120º5.93%99.22%-
XYZ85.8294.694.63-
YUV246.8123.03121.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.65%
GREEN value IS 253 (99.22% from 255) = 34.71%
BLUE value IS 238 (93.36% from 255) = 32.65%
R=32.65%
G=34.71%
B=32.65%

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
Decimal2382532380.0600.060.0112078.9596.27
HexEEFDEE6061784f60
Octal3563753566061170117140
Binary11101110111111011110111011001101111100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDEE; }

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

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

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

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

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

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

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

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