Shades of Honeydew #EDFDEC
Tints of Honeydew #EDFDEC
RGB
CMYK
RGB Variations
Color information
#EDFDEC (or 0xEDFDEC) is known color: Honeydew. HEX triplet: ED, FD and EC. RGB value is (237,253,236). Sum of RGB (Red+Green+Blue) = 237+253+236=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDEC is #120213. Grayscale: #F6F6F6. Windows color (decimal): -1180180 or 15531501. OLE color: 15531501.
HSL color Cylindrical-coordinate representation of color #EDFDEC: hue angle of 116.47º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFDEC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 236 | - |
CMYK | 0.06 | 0 | 0.07 | 0.01 |
HSL | 116.47º | 0.81% | 0.96% | - |
HSV(B) | 116.47º | 0.07% | 0.99% | - |
XYZ | 85.19 | 94.31 | 93.07 | - |
YUV | 246.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 236 | 0.06 | 0 | 0.07 | 0.01 | 116.47 | 0.81 | 0.96 |
Hex | ED | FD | EC | 6 | 0 | 7 | 1 | 74 | 51 | 60 |
Octal | 355 | 375 | 354 | 6 | 0 | 7 | 1 | 164 | 121 | 140 |
Binary | 11101101 | 11111101 | 11101100 | 110 | 0 | 111 | 1 | 1110100 | 1010001 | 1100000 |
Color Harmonies of #EDFDEC
Complementary color
Monochromatic Colors of #EDFDEC
Black with #EDFDEC
Text Example
Text Example
White with #EDFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDEC; }
p { color: rgb(237,253,236); }
H1.HeaderClassName
{
color: #EDFDEC;
}
.AnyTagClassName
{
color: #EDFDEC;
}
</style>
background-color css
<style>
a { background-color: #EDFDEC; }
a { background-color: rgb(237,253,236); }
div.DivClassName
{
background-color: #EDFDEC;
}
.BgClassName
{
background-color: #EDFDEC;
}
</style>
border-color css
<style>
span { border-color: #EDFDEC; }
span { border-color: rgb(237,253,236); }
td.TdClassName
{
border-color: #EDFDEC;
}
.TagClassName
{
border-color: #EDFDEC;
}
</style>