#EFFFF2

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

Shades of Honeydew #EFFFF2

Tints of Honeydew #EFFFF2

Color information

#EFFFF2 (or 0xEFFFF2) is unknown color: approx Honeydew. HEX triplet: EF, FF and F2. RGB value is (239,255,242). Sum of RGB (Red+Green+Blue) = 239+255+242=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 242 (94.92% from 255 or 32.88% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFF2 is #10000D. Grayscale: #F8F8F8. Windows color (decimal): -1048590 or 15925231. OLE color: 15925231.

HSL color Cylindrical-coordinate representation of color #EFFFF2: hue angle of 131.25º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFF2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB239255242-
CMYK0.0600.050
HSL131.25º100%96.86%-
HSV(B)131.25º6.27%100%-
XYZ87.3896.2897.98-
YUV248.73124.2121.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.47%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 242 (94.92% from 255) = 32.88%
R=32.47%
G=34.65%
B=32.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552420.0600.050131.2510096.86
HexEFFFF26050836461
Octal3573773626050203144141
Binary111011111111111111110010110010101000001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFF2; }

 p { color: rgb(239,255,242); }

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

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

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

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

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

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

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