Shades of Honeydew #EFFDF1
Tints of Honeydew #EFFDF1
RGB
CMYK
RGB Variations
Color information
#EFFDF1 (or 0xEFFDF1) is known color: Honeydew. HEX triplet: EF, FD and F1. RGB value is (239,253,241). Sum of RGB (Red+Green+Blue) = 239+253+241=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 253 (99.22% from 255 or 34.52% from 733); Blue value is 241 (94.53% from 255 or 32.88% from 733); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF1 is #10020E. Grayscale: #F7F7F7. Windows color (decimal): -1049103 or 15859183. OLE color: 15859183.
HSL color Cylindrical-coordinate representation of color #EFFDF1: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFDF1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 241 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.01 |
| HSL | 128.57º | 0.78% | 0.96% | - |
| HSV(B) | 128.57º | 0.06% | 0.99% | - |
| XYZ | 86.6 | 94.95 | 96.98 | - |
| YUV | 247.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 241 | 0.06 | 0 | 0.05 | 0.01 | 128.57 | 0.78 | 0.96 |
| Hex | EF | FD | F1 | 6 | 0 | 5 | 1 | 81 | 4E | 60 |
| Octal | 357 | 375 | 361 | 6 | 0 | 5 | 1 | 201 | 116 | 140 |
| Binary | 11101111 | 11111101 | 11110001 | 110 | 0 | 101 | 1 | 10000001 | 1001110 | 1100000 |
Color Harmonies of #EFFDF1
Complementary color
Monochromatic Colors of #EFFDF1
Black with #EFFDF1
Text Example
Text Example
White with #EFFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDF1; }
p { color: rgb(239,253,241); }
H1.HeaderClassName
{
color: #EFFDF1;
}
.AnyTagClassName
{
color: #EFFDF1;
}
</style>
background-color css
<style>
a { background-color: #EFFDF1; }
a { background-color: rgb(239,253,241); }
div.DivClassName
{
background-color: #EFFDF1;
}
.BgClassName
{
background-color: #EFFDF1;
}
</style>
border-color css
<style>
span { border-color: #EFFDF1; }
span { border-color: rgb(239,253,241); }
td.TdClassName
{
border-color: #EFFDF1;
}
.TagClassName
{
border-color: #EFFDF1;
}
</style>