#EDFBEE

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

Shades of Honeydew #EDFBEE

Tints of Honeydew #EDFBEE

Color information

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

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

Color convert

RGB237251238-
CMYK0.0600.050.02
HSL124.29º63.64%95.69%-
HSV(B)124.29º5.58%98.43%-
XYZ84.8593.1794.4-
YUV245.33123.86122.06-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512380.0600.050.02124.2963.6495.69
HexEDFBEE60527c4060
Octal3553733566052174100140
Binary111011011111101111101110110010110111110010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBEE; }

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

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

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

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

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

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

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

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