#EEFBED

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

Shades of Honeydew #EEFBED

Tints of Honeydew #EEFBED

Color information

#EEFBED (or 0xEEFBED) is unknown color: approx Honeydew. HEX triplet: EE, FB and ED. RGB value is (238,251,237). Sum of RGB (Red+Green+Blue) = 238+251+237=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBED is #110412. Grayscale: #F5F5F5. Windows color (decimal): -1115155 or 15596526. OLE color: 15596526.

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

Color convert

RGB238251237-
CMYK0.0500.060.02
HSL115.71º63.64%95.69%-
HSV(B)115.71º5.58%98.43%-
XYZ85.0493.2993.64-
YUV245.52123.19122.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.78%
GREEN value IS 251 (98.44% from 255) = 34.57%
BLUE value IS 237 (92.97% from 255) = 32.64%
R=32.78%
G=34.57%
B=32.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512370.0500.060.02115.7163.6495.69
HexEEFBED5062744060
Octal3563733555062164100140
Binary111011101111101111101101101011010111010010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBED; }

 p { color: rgb(238,251,237); }

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

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

 a { background-color: rgb(238,251,237); }

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

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

 span { border-color: rgb(238,251,237); }

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