Shades of Honeydew #EDFDEA
Tints of Honeydew #EDFDEA
RGB
CMYK
RGB Variations
Color information
#EDFDEA (or 0xEDFDEA) is known color: Honeydew. HEX triplet: ED, FD and EA. RGB value is (237,253,234). Sum of RGB (Red+Green+Blue) = 237+253+234=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDEA is #120215. Grayscale: #F6F6F6. Windows color (decimal): -1180182 or 15400429. OLE color: 15400429.
HSL color Cylindrical-coordinate representation of color #EDFDEA: hue angle of 110.53º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDFDEA is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 234 | - |
CMYK | 0.06 | 0 | 0.08 | 0.01 |
HSL | 110.53º | 0.83% | 0.95% | - |
HSV(B) | 110.53º | 0.08% | 0.99% | - |
XYZ | 84.9 | 94.2 | 91.55 | - |
YUV | 246.05 | 121.2 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 234 | 0.06 | 0 | 0.08 | 0.01 | 110.53 | 0.83 | 0.95 |
Hex | ED | FD | EA | 6 | 0 | 8 | 1 | 6F | 53 | 5F |
Octal | 355 | 375 | 352 | 6 | 0 | 10 | 1 | 157 | 123 | 137 |
Binary | 11101101 | 11111101 | 11101010 | 110 | 0 | 1000 | 1 | 1101111 | 1010011 | 1011111 |
Color Harmonies of #EDFDEA
Complementary color
Monochromatic Colors of #EDFDEA
Black with #EDFDEA
Text Example
Text Example
White with #EDFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDEA; }
p { color: rgb(237,253,234); }
H1.HeaderClassName
{
color: #EDFDEA;
}
.AnyTagClassName
{
color: #EDFDEA;
}
</style>
background-color css
<style>
a { background-color: #EDFDEA; }
a { background-color: rgb(237,253,234); }
div.DivClassName
{
background-color: #EDFDEA;
}
.BgClassName
{
background-color: #EDFDEA;
}
</style>
border-color css
<style>
span { border-color: #EDFDEA; }
span { border-color: rgb(237,253,234); }
td.TdClassName
{
border-color: #EDFDEA;
}
.TagClassName
{
border-color: #EDFDEA;
}
</style>