Shades of Honeydew #EEFDEE
Tints of Honeydew #EEFDEE
RGB
CMYK
RGB Variations
Color information
#EEFDEE (or 0xEEFDEE) is known color: Honeydew. HEX triplet: EE, FD and EE. RGB value is (238,253,238). Sum of RGB (Red+Green+Blue) = 238+253+238=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDEE is #110211. Grayscale: #F6F6F6. Windows color (decimal): -1114642 or 15662574. OLE color: 15662574.
HSL color Cylindrical-coordinate representation of color #EEFDEE: hue angle of 120º 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 #EEFDEE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 238 | - |
CMYK | 0.06 | 0 | 0.06 | 0.01 |
HSL | 120º | 0.79% | 0.96% | - |
HSV(B) | 120º | 0.06% | 0.99% | - |
XYZ | 85.82 | 94.6 | 94.63 | - |
YUV | 246.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 238 | 0.06 | 0 | 0.06 | 0.01 | 120 | 0.79 | 0.96 |
Hex | EE | FD | EE | 6 | 0 | 6 | 1 | 78 | 4F | 60 |
Octal | 356 | 375 | 356 | 6 | 0 | 6 | 1 | 170 | 117 | 140 |
Binary | 11101110 | 11111101 | 11101110 | 110 | 0 | 110 | 1 | 1111000 | 1001111 | 1100000 |
Color Harmonies of #EEFDEE
Complementary color
Monochromatic Colors of #EEFDEE
Black with #EEFDEE
Text Example
Text Example
White with #EEFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDEE; }
p { color: rgb(238,253,238); }
H1.HeaderClassName
{
color: #EEFDEE;
}
.AnyTagClassName
{
color: #EEFDEE;
}
</style>
background-color css
<style>
a { background-color: #EEFDEE; }
a { background-color: rgb(238,253,238); }
div.DivClassName
{
background-color: #EEFDEE;
}
.BgClassName
{
background-color: #EEFDEE;
}
</style>
border-color css
<style>
span { border-color: #EEFDEE; }
span { border-color: rgb(238,253,238); }
td.TdClassName
{
border-color: #EEFDEE;
}
.TagClassName
{
border-color: #EEFDEE;
}
</style>