Shades of Honeydew #EEFDED
Tints of Honeydew #EEFDED
RGB
CMYK
RGB Variations
Color information
#EEFDED (or 0xEEFDED) is known color: Honeydew. HEX triplet: EE, FD and ED. RGB value is (238,253,237). Sum of RGB (Red+Green+Blue) = 238+253+237=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 253 (99.22% from 255 or 34.75% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDED is #110212. Grayscale: #F6F6F6. Windows color (decimal): -1114643 or 15597038. OLE color: 15597038.
HSL color Cylindrical-coordinate representation of color #EEFDED: hue angle of 116.25º degrees, saturation: 0.8, 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 #EEFDED is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 237 | - |
CMYK | 0.06 | 0 | 0.06 | 0.01 |
HSL | 116.25º | 0.8% | 0.96% | - |
HSV(B) | 116.25º | 0.06% | 0.99% | - |
XYZ | 85.67 | 94.54 | 93.85 | - |
YUV | 246.69 | 122.53 | 121.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 237 | 0.06 | 0 | 0.06 | 0.01 | 116.25 | 0.8 | 0.96 |
Hex | EE | FD | ED | 6 | 0 | 6 | 1 | 74 | 50 | 60 |
Octal | 356 | 375 | 355 | 6 | 0 | 6 | 1 | 164 | 120 | 140 |
Binary | 11101110 | 11111101 | 11101101 | 110 | 0 | 110 | 1 | 1110100 | 1010000 | 1100000 |
Color Harmonies of #EEFDED
Complementary color
Monochromatic Colors of #EEFDED
Black with #EEFDED
Text Example
Text Example
White with #EEFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDED; }
p { color: rgb(238,253,237); }
H1.HeaderClassName
{
color: #EEFDED;
}
.AnyTagClassName
{
color: #EEFDED;
}
</style>
background-color css
<style>
a { background-color: #EEFDED; }
a { background-color: rgb(238,253,237); }
div.DivClassName
{
background-color: #EEFDED;
}
.BgClassName
{
background-color: #EEFDED;
}
</style>
border-color css
<style>
span { border-color: #EEFDED; }
span { border-color: rgb(238,253,237); }
td.TdClassName
{
border-color: #EEFDED;
}
.TagClassName
{
border-color: #EEFDED;
}
</style>