#EFFDF0

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

Shades of Honeydew #EFFDF0

Tints of Honeydew #EFFDF0

Color information

#EFFDF0 (or 0xEFFDF0) is unknown color: approx Honeydew. HEX triplet: EF, FD and F0. RGB value is (239,253,240). Sum of RGB (Red+Green+Blue) = 239+253+240=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 240 (94.14% from 255 or 32.79% from 732); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF0 is #10020F. Grayscale: #F7F7F7. Windows color (decimal): -1049104 or 15793647. OLE color: 15793647.

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

Color convert

RGB239253240-
CMYK0.0600.050.01
HSL124.29º77.78%96.47%-
HSV(B)124.29º5.53%99.22%-
XYZ86.4594.8996.2-
YUV247.33123.86122.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.65%
GREEN value IS 253 (99.22% from 255) = 34.56%
BLUE value IS 240 (94.14% from 255) = 32.79%
R=32.65%
G=34.56%
B=32.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532400.0600.050.01124.2977.7896.47
HexEFFDF060517c4e60
Octal3573753606051174116140
Binary11101111111111011111000011001011111110010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDF0; }

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

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

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

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

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

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

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

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