Shades of Honeydew #EFFCEF
Tints of Honeydew #EFFCEF
RGB
CMYK
RGB Variations
Color information
#EFFCEF (or 0xEFFCEF) is known color: Honeydew. HEX triplet: EF, FC and EF. RGB value is (239,252,239). Sum of RGB (Red+Green+Blue) = 239+252+239=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 239 (93.75% from 255 or 32.74% from 730); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCEF is #100310. Grayscale: #F6F6F6. Windows color (decimal): -1049361 or 15727855. OLE color: 15727855.
HSL color Cylindrical-coordinate representation of color #EFFCEF: hue angle of 120º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFFCEF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 239 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.01 |
| HSL | 120º | 0.68% | 0.96% | - |
| HSV(B) | 120º | 0.05% | 0.99% | - |
| XYZ | 85.99 | 94.2 | 95.31 | - |
| YUV | 246.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 239 | 0.05 | 0 | 0.05 | 0.01 | 120 | 0.68 | 0.96 |
| Hex | EF | FC | EF | 5 | 0 | 5 | 1 | 78 | 44 | 60 |
| Octal | 357 | 374 | 357 | 5 | 0 | 5 | 1 | 170 | 104 | 140 |
| Binary | 11101111 | 11111100 | 11101111 | 101 | 0 | 101 | 1 | 1111000 | 1000100 | 1100000 |
Color Harmonies of #EFFCEF
Complementary color
Monochromatic Colors of #EFFCEF
Black with #EFFCEF
Text Example
Text Example
White with #EFFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCEF; }
p { color: rgb(239,252,239); }
H1.HeaderClassName
{
color: #EFFCEF;
}
.AnyTagClassName
{
color: #EFFCEF;
}
</style>
background-color css
<style>
a { background-color: #EFFCEF; }
a { background-color: rgb(239,252,239); }
div.DivClassName
{
background-color: #EFFCEF;
}
.BgClassName
{
background-color: #EFFCEF;
}
</style>
border-color css
<style>
span { border-color: #EFFCEF; }
span { border-color: rgb(239,252,239); }
td.TdClassName
{
border-color: #EFFCEF;
}
.TagClassName
{
border-color: #EFFCEF;
}
</style>