Shades of Honeydew #EEFCED
Tints of Honeydew #EEFCED
RGB
CMYK
RGB Variations
Color information
#EEFCED (or 0xEEFCED) is known color: Honeydew. HEX triplet: EE, FC and ED. RGB value is (238,252,237). Sum of RGB (Red+Green+Blue) = 238+252+237=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCED is #110312. Grayscale: #F6F6F6. Windows color (decimal): -1114899 or 15596782. OLE color: 15596782.
HSL color Cylindrical-coordinate representation of color #EEFCED: hue angle of 116º degrees, saturation: 0.71, 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 #EEFCED is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 237 | - |
CMYK | 0.06 | 0 | 0.06 | 0.01 |
HSL | 116º | 0.71% | 0.96% | - |
HSV(B) | 116º | 0.06% | 0.99% | - |
XYZ | 85.36 | 93.91 | 93.75 | - |
YUV | 246.1 | 122.86 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 237 | 0.06 | 0 | 0.06 | 0.01 | 116 | 0.71 | 0.96 |
Hex | EE | FC | ED | 6 | 0 | 6 | 1 | 74 | 47 | 60 |
Octal | 356 | 374 | 355 | 6 | 0 | 6 | 1 | 164 | 107 | 140 |
Binary | 11101110 | 11111100 | 11101101 | 110 | 0 | 110 | 1 | 1110100 | 1000111 | 1100000 |
Color Harmonies of #EEFCED
Complementary color
Monochromatic Colors of #EEFCED
Black with #EEFCED
Text Example
Text Example
White with #EEFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCED; }
p { color: rgb(238,252,237); }
H1.HeaderClassName
{
color: #EEFCED;
}
.AnyTagClassName
{
color: #EEFCED;
}
</style>
background-color css
<style>
a { background-color: #EEFCED; }
a { background-color: rgb(238,252,237); }
div.DivClassName
{
background-color: #EEFCED;
}
.BgClassName
{
background-color: #EEFCED;
}
</style>
border-color css
<style>
span { border-color: #EEFCED; }
span { border-color: rgb(238,252,237); }
td.TdClassName
{
border-color: #EEFCED;
}
.TagClassName
{
border-color: #EEFCED;
}
</style>