#EFFDEF

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

Shades of Honeydew #EFFDEF

Tints of Honeydew #EFFDEF

Color information

#EFFDEF (or 0xEFFDEF) is unknown color: approx Honeydew. HEX triplet: EF, FD and EF. RGB value is (239,253,239). Sum of RGB (Red+Green+Blue) = 239+253+239=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDEF is #100210. Grayscale: #F7F7F7. Windows color (decimal): -1049105 or 15728111. OLE color: 15728111.

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

Color convert

RGB239253239-
CMYK0.0600.060.01
HSL120º77.78%96.47%-
HSV(B)120º5.53%99.22%-
XYZ86.394.8395.42-
YUV247.22123.36122.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 253 (99.22% from 255) = 34.61%
BLUE value IS 239 (93.75% from 255) = 32.69%
R=32.69%
G=34.61%
B=32.69%

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
Decimal2392532390.0600.060.0112077.7896.47
HexEFFDEF6061784e60
Octal3573753576061170116140
Binary11101111111111011110111111001101111100010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDEF; }

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

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

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

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

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

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

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

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