Shades of Honeydew #EDFCEC
Tints of Honeydew #EDFCEC
RGB
CMYK
RGB Variations
Color information
#EDFCEC (or 0xEDFCEC) is known color: Honeydew. HEX triplet: ED, FC and EC. RGB value is (237,252,236). Sum of RGB (Red+Green+Blue) = 237+252+236=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 252 (98.83% from 255 or 34.76% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCEC is #120313. Grayscale: #F5F5F5. Windows color (decimal): -1180436 or 15531245. OLE color: 15531245.
HSL color Cylindrical-coordinate representation of color #EDFCEC: hue angle of 116.25º degrees, saturation: 0.73, 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 #EDFCEC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 236 | - |
CMYK | 0.06 | 0 | 0.06 | 0.01 |
HSL | 116.25º | 0.73% | 0.96% | - |
HSV(B) | 116.25º | 0.06% | 0.99% | - |
XYZ | 84.88 | 93.68 | 92.97 | - |
YUV | 245.69 | 122.53 | 121.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 236 | 0.06 | 0 | 0.06 | 0.01 | 116.25 | 0.73 | 0.96 |
Hex | ED | FC | EC | 6 | 0 | 6 | 1 | 74 | 49 | 60 |
Octal | 355 | 374 | 354 | 6 | 0 | 6 | 1 | 164 | 111 | 140 |
Binary | 11101101 | 11111100 | 11101100 | 110 | 0 | 110 | 1 | 1110100 | 1001001 | 1100000 |
Color Harmonies of #EDFCEC
Complementary color
Monochromatic Colors of #EDFCEC
Black with #EDFCEC
Text Example
Text Example
White with #EDFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCEC; }
p { color: rgb(237,252,236); }
H1.HeaderClassName
{
color: #EDFCEC;
}
.AnyTagClassName
{
color: #EDFCEC;
}
</style>
background-color css
<style>
a { background-color: #EDFCEC; }
a { background-color: rgb(237,252,236); }
div.DivClassName
{
background-color: #EDFCEC;
}
.BgClassName
{
background-color: #EDFCEC;
}
</style>
border-color css
<style>
span { border-color: #EDFCEC; }
span { border-color: rgb(237,252,236); }
td.TdClassName
{
border-color: #EDFCEC;
}
.TagClassName
{
border-color: #EDFCEC;
}
</style>