Shades of Honeydew #EEFFEE
Tints of Honeydew #EEFFEE
RGB
CMYK
RGB Variations
Color information
#EEFFEE (or 0xEEFFEE) is known color: Honeydew. HEX triplet: EE, FF and EE. RGB value is (238,255,238). Sum of RGB (Red+Green+Blue) = 238+255+238=731 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.56% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 238 (93.36% from 255 or 32.56% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFFEE is #110011. Grayscale: #F8F8F8. Windows color (decimal): -1114130 or 15663086. OLE color: 15663086.
HSL color Cylindrical-coordinate representation of color #EEFFEE: hue angle of 120º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEFFEE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 238 | - |
CMYK | 0.07 | 0 | 0.07 | 0 |
HSL | 120º | 1% | 0.97% | - |
HSV(B) | 120º | 0.07% | 1% | - |
XYZ | 86.45 | 95.87 | 94.84 | - |
YUV | 247.98 | 122.37 | 120.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 238 | 0.07 | 0 | 0.07 | 0 | 120 | 1 | 0.97 |
Hex | EE | FF | EE | 7 | 0 | 7 | 0 | 78 | 64 | 61 |
Octal | 356 | 377 | 356 | 7 | 0 | 7 | 0 | 170 | 144 | 141 |
Binary | 11101110 | 11111111 | 11101110 | 111 | 0 | 111 | 0 | 1111000 | 1100100 | 1100001 |
Color Harmonies of #EEFFEE
Complementary color
Monochromatic Colors of #EEFFEE
Black with #EEFFEE
Text Example
Text Example
White with #EEFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFEE; }
p { color: rgb(238,255,238); }
H1.HeaderClassName
{
color: #EEFFEE;
}
.AnyTagClassName
{
color: #EEFFEE;
}
</style>
background-color css
<style>
a { background-color: #EEFFEE; }
a { background-color: rgb(238,255,238); }
div.DivClassName
{
background-color: #EEFFEE;
}
.BgClassName
{
background-color: #EEFFEE;
}
</style>
border-color css
<style>
span { border-color: #EEFFEE; }
span { border-color: rgb(238,255,238); }
td.TdClassName
{
border-color: #EEFFEE;
}
.TagClassName
{
border-color: #EEFFEE;
}
</style>