Shades of Honeydew #EFFFF1
Tints of Honeydew #EFFFF1
RGB
CMYK
RGB Variations
Color information
#EFFFF1 (or 0xEFFFF1) is known color: Honeydew. HEX triplet: EF, FF and F1. RGB value is (239,255,241). Sum of RGB (Red+Green+Blue) = 239+255+241=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 241 (94.53% from 255 or 32.79% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFF1 is #10000E. Grayscale: #F8F8F8. Windows color (decimal): -1048591 or 15859695. OLE color: 15859695.
HSL color Cylindrical-coordinate representation of color #EFFFF1: hue angle of 127.5º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFF1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 241 | - |
| CMYK | 0.06 | 0 | 0.05 | 0 |
| HSL | 127.5º | 1% | 0.97% | - |
| HSV(B) | 127.5º | 0.06% | 1% | - |
| XYZ | 87.23 | 96.22 | 97.19 | - |
| YUV | 248.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 241 | 0.06 | 0 | 0.05 | 0 | 127.5 | 1 | 0.97 |
| Hex | EF | FF | F1 | 6 | 0 | 5 | 0 | 80 | 64 | 61 |
| Octal | 357 | 377 | 361 | 6 | 0 | 5 | 0 | 200 | 144 | 141 |
| Binary | 11101111 | 11111111 | 11110001 | 110 | 0 | 101 | 0 | 10000000 | 1100100 | 1100001 |
Color Harmonies of #EFFFF1
Complementary color
Monochromatic Colors of #EFFFF1
Black with #EFFFF1
Text Example
Text Example
White with #EFFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFF1; }
p { color: rgb(239,255,241); }
H1.HeaderClassName
{
color: #EFFFF1;
}
.AnyTagClassName
{
color: #EFFFF1;
}
</style>
background-color css
<style>
a { background-color: #EFFFF1; }
a { background-color: rgb(239,255,241); }
div.DivClassName
{
background-color: #EFFFF1;
}
.BgClassName
{
background-color: #EFFFF1;
}
</style>
border-color css
<style>
span { border-color: #EFFFF1; }
span { border-color: rgb(239,255,241); }
td.TdClassName
{
border-color: #EFFFF1;
}
.TagClassName
{
border-color: #EFFFF1;
}
</style>