Shades of Honeydew #EAFDEC
Tints of Honeydew #EAFDEC
RGB
CMYK
RGB Variations
Color information
#EAFDEC (or 0xEAFDEC) is known color: Honeydew. HEX triplet: EA, FD and EC. RGB value is (234,253,236). Sum of RGB (Red+Green+Blue) = 234+253+236=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDEC is #150213. Grayscale: #F5F5F5. Windows color (decimal): -1376788 or 15531498. OLE color: 15531498.
HSL color Cylindrical-coordinate representation of color #EAFDEC: hue angle of 126.32º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDEC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 236 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.01 |
| HSL | 126.32º | 0.83% | 0.95% | - |
| HSV(B) | 126.32º | 0.08% | 0.99% | - |
| XYZ | 84.2 | 93.8 | 93.02 | - |
| YUV | 245.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 236 | 0.08 | 0 | 0.07 | 0.01 | 126.32 | 0.83 | 0.95 |
| Hex | EA | FD | EC | 8 | 0 | 7 | 1 | 7E | 53 | 5F |
| Octal | 352 | 375 | 354 | 10 | 0 | 7 | 1 | 176 | 123 | 137 |
| Binary | 11101010 | 11111101 | 11101100 | 1000 | 0 | 111 | 1 | 1111110 | 1010011 | 1011111 |
Color Harmonies of #EAFDEC
Complementary color
Monochromatic Colors of #EAFDEC
Black with #EAFDEC
Text Example
Text Example
White with #EAFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDEC; }
p { color: rgb(234,253,236); }
H1.HeaderClassName
{
color: #EAFDEC;
}
.AnyTagClassName
{
color: #EAFDEC;
}
</style>
background-color css
<style>
a { background-color: #EAFDEC; }
a { background-color: rgb(234,253,236); }
div.DivClassName
{
background-color: #EAFDEC;
}
.BgClassName
{
background-color: #EAFDEC;
}
</style>
border-color css
<style>
span { border-color: #EAFDEC; }
span { border-color: rgb(234,253,236); }
td.TdClassName
{
border-color: #EAFDEC;
}
.TagClassName
{
border-color: #EAFDEC;
}
</style>