Shades of Honeydew #EEFDEF
Tints of Honeydew #EEFDEF
RGB
CMYK
RGB Variations
Color information
#EEFDEF (or 0xEEFDEF) is known color: Honeydew. HEX triplet: EE, FD and EF. RGB value is (238,253,239). Sum of RGB (Red+Green+Blue) = 238+253+239=730 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.60% from 730); Green value is 253 (99.22% from 255 or 34.66% from 730); Blue value is 239 (93.75% from 255 or 32.74% from 730); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDEF is #110210. Grayscale: #F6F6F6. Windows color (decimal): -1114641 or 15728110. OLE color: 15728110.
HSL color Cylindrical-coordinate representation of color #EEFDEF: hue angle of 124º degrees, saturation: 0.79, 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 #EEFDEF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 239 | - |
CMYK | 0.06 | 0 | 0.06 | 0.01 |
HSL | 124º | 0.79% | 0.96% | - |
HSV(B) | 124º | 0.06% | 0.99% | - |
XYZ | 85.97 | 94.66 | 95.4 | - |
YUV | 246.92 | 123.53 | 121.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 239 | 0.06 | 0 | 0.06 | 0.01 | 124 | 0.79 | 0.96 |
Hex | EE | FD | EF | 6 | 0 | 6 | 1 | 7C | 4F | 60 |
Octal | 356 | 375 | 357 | 6 | 0 | 6 | 1 | 174 | 117 | 140 |
Binary | 11101110 | 11111101 | 11101111 | 110 | 0 | 110 | 1 | 1111100 | 1001111 | 1100000 |
Color Harmonies of #EEFDEF
Complementary color
Monochromatic Colors of #EEFDEF
Black with #EEFDEF
Text Example
Text Example
White with #EEFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDEF; }
p { color: rgb(238,253,239); }
H1.HeaderClassName
{
color: #EEFDEF;
}
.AnyTagClassName
{
color: #EEFDEF;
}
</style>
background-color css
<style>
a { background-color: #EEFDEF; }
a { background-color: rgb(238,253,239); }
div.DivClassName
{
background-color: #EEFDEF;
}
.BgClassName
{
background-color: #EEFDEF;
}
</style>
border-color css
<style>
span { border-color: #EEFDEF; }
span { border-color: rgb(238,253,239); }
td.TdClassName
{
border-color: #EEFDEF;
}
.TagClassName
{
border-color: #EEFDEF;
}
</style>