#EFFCED

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

Shades of Honeydew #EFFCED

Tints of Honeydew #EFFCED

Color information

#EFFCED (or 0xEFFCED) is unknown color: approx Honeydew. HEX triplet: EF, FC and ED. RGB value is (239,252,237). Sum of RGB (Red+Green+Blue) = 239+252+237=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCED is #100312. Grayscale: #F6F6F6. Windows color (decimal): -1049363 or 15596783. OLE color: 15596783.

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

Color convert

RGB239252237-
CMYK0.0500.060.01
HSL112º71.43%95.88%-
HSV(B)112º5.95%98.82%-
XYZ85.6994.0993.76-
YUV246.4122.69122.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 252 (98.83% from 255) = 34.62%
BLUE value IS 237 (92.97% from 255) = 32.55%
R=32.83%
G=34.62%
B=32.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522370.0500.060.0111271.4395.88
HexEFFCED5061704760
Octal3573743555061160107140
Binary11101111111111001110110110101101111000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCED; }

 p { color: rgb(239,252,237); }

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

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

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

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

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

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

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