Shades of Honeydew #EDF9EE
Tints of Honeydew #EDF9EE
RGB
CMYK
RGB Variations
Color information
#EDF9EE (or 0xEDF9EE) is known color: Honeydew. HEX triplet: ED, F9 and EE. RGB value is (237,249,238). Sum of RGB (Red+Green+Blue) = 237+249+238=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9EE is #120611. Grayscale: #F4F4F4. Windows color (decimal): -1181202 or 15661549. OLE color: 15661549.
HSL color Cylindrical-coordinate representation of color #EDF9EE: hue angle of 125º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF9EE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 238 | - |
CMYK | 0.05 | 0 | 0.04 | 0.02 |
HSL | 125º | 0.5% | 0.95% | - |
HSV(B) | 125º | 0.05% | 0.98% | - |
XYZ | 84.23 | 91.93 | 94.19 | - |
YUV | 244.16 | 124.52 | 122.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 238 | 0.05 | 0 | 0.04 | 0.02 | 125 | 0.5 | 0.95 |
Hex | ED | F9 | EE | 5 | 0 | 4 | 2 | 7D | 32 | 5F |
Octal | 355 | 371 | 356 | 5 | 0 | 4 | 2 | 175 | 62 | 137 |
Binary | 11101101 | 11111001 | 11101110 | 101 | 0 | 100 | 10 | 1111101 | 110010 | 1011111 |
Color Harmonies of #EDF9EE
Complementary color
Monochromatic Colors of #EDF9EE
Black with #EDF9EE
Text Example
Text Example
White with #EDF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9EE; }
p { color: rgb(237,249,238); }
H1.HeaderClassName
{
color: #EDF9EE;
}
.AnyTagClassName
{
color: #EDF9EE;
}
</style>
background-color css
<style>
a { background-color: #EDF9EE; }
a { background-color: rgb(237,249,238); }
div.DivClassName
{
background-color: #EDF9EE;
}
.BgClassName
{
background-color: #EDF9EE;
}
</style>
border-color css
<style>
span { border-color: #EDF9EE; }
span { border-color: rgb(237,249,238); }
td.TdClassName
{
border-color: #EDF9EE;
}
.TagClassName
{
border-color: #EDF9EE;
}
</style>