Shades of Honeydew #EDFBEE
Tints of Honeydew #EDFBEE
RGB
CMYK
RGB Variations
Color information
#EDFBEE (or 0xEDFBEE) is known color: 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
| RGB | 237 | 251 | 238 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.02 |
| HSL | 124.29º | 0.64% | 0.96% | - |
| HSV(B) | 124.29º | 0.06% | 0.98% | - |
| XYZ | 84.85 | 93.17 | 94.4 | - |
| YUV | 245.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 238 | 0.06 | 0 | 0.05 | 0.02 | 124.29 | 0.64 | 0.96 |
| Hex | ED | FB | EE | 6 | 0 | 5 | 2 | 7C | 40 | 60 |
| Octal | 355 | 373 | 356 | 6 | 0 | 5 | 2 | 174 | 100 | 140 |
| Binary | 11101101 | 11111011 | 11101110 | 110 | 0 | 101 | 10 | 1111100 | 1000000 | 1100000 |
Color Harmonies of #EDFBEE
Complementary color
Monochromatic Colors of #EDFBEE
Black with #EDFBEE
Text Example
Text Example
White with #EDFBEE
Text Example
Text Example
HTML Codes & Css Web 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>