Shades of Honeydew #EFFDEC
Tints of Honeydew #EFFDEC
RGB
CMYK
RGB Variations
Color information
#EFFDEC (or 0xEFFDEC) is known color: Honeydew. HEX triplet: EF, FD and EC. RGB value is (239,253,236). Sum of RGB (Red+Green+Blue) = 239+253+236=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDEC is #100213. Grayscale: #F6F6F6. Windows color (decimal): -1049108 or 15531503. OLE color: 15531503.
HSL color Cylindrical-coordinate representation of color #EFFDEC: hue angle of 109.41º 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 #EFFDEC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 236 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.01 |
| HSL | 109.41º | 0.81% | 0.96% | - |
| HSV(B) | 109.41º | 0.07% | 0.99% | - |
| XYZ | 85.86 | 94.66 | 93.1 | - |
| YUV | 246.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 236 | 0.06 | 0 | 0.07 | 0.01 | 109.41 | 0.81 | 0.96 |
| Hex | EF | FD | EC | 6 | 0 | 7 | 1 | 6D | 51 | 60 |
| Octal | 357 | 375 | 354 | 6 | 0 | 7 | 1 | 155 | 121 | 140 |
| Binary | 11101111 | 11111101 | 11101100 | 110 | 0 | 111 | 1 | 1101101 | 1010001 | 1100000 |
Color Harmonies of #EFFDEC
Complementary color
Monochromatic Colors of #EFFDEC
Black with #EFFDEC
Text Example
Text Example
White with #EFFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDEC; }
p { color: rgb(239,253,236); }
H1.HeaderClassName
{
color: #EFFDEC;
}
.AnyTagClassName
{
color: #EFFDEC;
}
</style>
background-color css
<style>
a { background-color: #EFFDEC; }
a { background-color: rgb(239,253,236); }
div.DivClassName
{
background-color: #EFFDEC;
}
.BgClassName
{
background-color: #EFFDEC;
}
</style>
border-color css
<style>
span { border-color: #EFFDEC; }
span { border-color: rgb(239,253,236); }
td.TdClassName
{
border-color: #EFFDEC;
}
.TagClassName
{
border-color: #EFFDEC;
}
</style>