Shades of Honeydew #EDF8ED
Tints of Honeydew #EDF8ED
RGB
CMYK
RGB Variations
Color information
#EDF8ED (or 0xEDF8ED) is known color: Honeydew. HEX triplet: ED, F8 and ED. RGB value is (237,248,237). Sum of RGB (Red+Green+Blue) = 237+248+237=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 237 (92.97% from 255 or 32.83% from 722); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8ED is #120712. Grayscale: #F3F3F3. Windows color (decimal): -1181459 or 15595757. OLE color: 15595757.
HSL color Cylindrical-coordinate representation of color #EDF8ED: hue angle of 120º 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 #EDF8ED is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 248 | 237 | - |
CMYK | 0.04 | 0 | 0.04 | 0.03 |
HSL | 120º | 0.44% | 0.95% | - |
HSV(B) | 120º | 0.04% | 0.97% | - |
XYZ | 83.78 | 91.25 | 93.32 | - |
YUV | 243.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 248 | 237 | 0.04 | 0 | 0.04 | 0.03 | 120 | 0.44 | 0.95 |
Hex | ED | F8 | ED | 4 | 0 | 4 | 3 | 78 | 2C | 5F |
Octal | 355 | 370 | 355 | 4 | 0 | 4 | 3 | 170 | 54 | 137 |
Binary | 11101101 | 11111000 | 11101101 | 100 | 0 | 100 | 11 | 1111000 | 101100 | 1011111 |
Color Harmonies of #EDF8ED
Complementary color
Monochromatic Colors of #EDF8ED
Black with #EDF8ED
Text Example
Text Example
White with #EDF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8ED; }
p { color: rgb(237,248,237); }
H1.HeaderClassName
{
color: #EDF8ED;
}
.AnyTagClassName
{
color: #EDF8ED;
}
</style>
background-color css
<style>
a { background-color: #EDF8ED; }
a { background-color: rgb(237,248,237); }
div.DivClassName
{
background-color: #EDF8ED;
}
.BgClassName
{
background-color: #EDF8ED;
}
</style>
border-color css
<style>
span { border-color: #EDF8ED; }
span { border-color: rgb(237,248,237); }
td.TdClassName
{
border-color: #EDF8ED;
}
.TagClassName
{
border-color: #EDF8ED;
}
</style>