Shades of Honeydew #EEFDEC
Tints of Honeydew #EEFDEC
RGB
CMYK
RGB Variations
Color information
#EEFDEC (or 0xEEFDEC) is known color: Honeydew. HEX triplet: EE, FD and EC. RGB value is (238,253,236). Sum of RGB (Red+Green+Blue) = 238+253+236=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 236 (92.58% from 255 or 32.46% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDEC is #110213. Grayscale: #F6F6F6. Windows color (decimal): -1114644 or 15531502. OLE color: 15531502.
HSL color Cylindrical-coordinate representation of color #EEFDEC: hue angle of 112.94º 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 #EEFDEC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 236 | - |
CMYK | 0.06 | 0 | 0.07 | 0.01 |
HSL | 112.94º | 0.81% | 0.96% | - |
HSV(B) | 112.94º | 0.07% | 0.99% | - |
XYZ | 85.53 | 94.48 | 93.09 | - |
YUV | 246.58 | 122.03 | 121.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 236 | 0.06 | 0 | 0.07 | 0.01 | 112.94 | 0.81 | 0.96 |
Hex | EE | FD | EC | 6 | 0 | 7 | 1 | 71 | 51 | 60 |
Octal | 356 | 375 | 354 | 6 | 0 | 7 | 1 | 161 | 121 | 140 |
Binary | 11101110 | 11111101 | 11101100 | 110 | 0 | 111 | 1 | 1110001 | 1010001 | 1100000 |
Color Harmonies of #EEFDEC
Complementary color
Monochromatic Colors of #EEFDEC
Black with #EEFDEC
Text Example
Text Example
White with #EEFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDEC; }
p { color: rgb(238,253,236); }
H1.HeaderClassName
{
color: #EEFDEC;
}
.AnyTagClassName
{
color: #EEFDEC;
}
</style>
background-color css
<style>
a { background-color: #EEFDEC; }
a { background-color: rgb(238,253,236); }
div.DivClassName
{
background-color: #EEFDEC;
}
.BgClassName
{
background-color: #EEFDEC;
}
</style>
border-color css
<style>
span { border-color: #EEFDEC; }
span { border-color: rgb(238,253,236); }
td.TdClassName
{
border-color: #EEFDEC;
}
.TagClassName
{
border-color: #EEFDEC;
}
</style>