#EFFDEE

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

Shades of Honeydew #EFFDEE

Tints of Honeydew #EFFDEE

Color information

#EFFDEE (or 0xEFFDEE) is unknown color: approx Honeydew. HEX triplet: EF, FD and EE. RGB value is (239,253,238). Sum of RGB (Red+Green+Blue) = 239+253+238=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDEE is #100211. Grayscale: #F7F7F7. Windows color (decimal): -1049106 or 15662575. OLE color: 15662575.

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

Color convert

RGB239253238-
CMYK0.0600.060.01
HSL116º78.95%96.27%-
HSV(B)116º5.93%99.22%-
XYZ86.1594.7794.64-
YUV247.1122.86122.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 253 (99.22% from 255) = 34.66%
BLUE value IS 238 (93.36% from 255) = 32.60%
R=32.74%
G=34.66%
B=32.60%

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
Decimal2392532380.0600.060.0111678.9596.27
HexEFFDEE6061744f60
Octal3573753566061164117140
Binary11101111111111011110111011001101111010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDEE; }

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

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

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

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

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

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

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

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