Shades of Honeydew #EDF8EE
Tints of Honeydew #EDF8EE
RGB
CMYK
RGB Variations
Color information
#EDF8EE (or 0xEDF8EE) is known color: Honeydew. HEX triplet: ED, F8 and EE. RGB value is (237,248,238). Sum of RGB (Red+Green+Blue) = 237+248+238=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 238 (93.36% from 255 or 32.92% from 723); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8EE is #120711. Grayscale: #F3F3F3. Windows color (decimal): -1181458 or 15661293. OLE color: 15661293.
HSL color Cylindrical-coordinate representation of color #EDF8EE: hue angle of 125.45º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF8EE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 238 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.03 |
| HSL | 125.45º | 0.44% | 0.95% | - |
| HSV(B) | 125.45º | 0.04% | 0.97% | - |
| XYZ | 83.93 | 91.31 | 94.09 | - |
| YUV | 243.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 238 | 0.04 | 0 | 0.04 | 0.03 | 125.45 | 0.44 | 0.95 |
| Hex | ED | F8 | EE | 4 | 0 | 4 | 3 | 7D | 2C | 5F |
| Octal | 355 | 370 | 356 | 4 | 0 | 4 | 3 | 175 | 54 | 137 |
| Binary | 11101101 | 11111000 | 11101110 | 100 | 0 | 100 | 11 | 1111101 | 101100 | 1011111 |
Color Harmonies of #EDF8EE
Complementary color
Monochromatic Colors of #EDF8EE
Black with #EDF8EE
Text Example
Text Example
White with #EDF8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8EE; }
p { color: rgb(237,248,238); }
H1.HeaderClassName
{
color: #EDF8EE;
}
.AnyTagClassName
{
color: #EDF8EE;
}
</style>
background-color css
<style>
a { background-color: #EDF8EE; }
a { background-color: rgb(237,248,238); }
div.DivClassName
{
background-color: #EDF8EE;
}
.BgClassName
{
background-color: #EDF8EE;
}
</style>
border-color css
<style>
span { border-color: #EDF8EE; }
span { border-color: rgb(237,248,238); }
td.TdClassName
{
border-color: #EDF8EE;
}
.TagClassName
{
border-color: #EDF8EE;
}
</style>