Shades of Honeydew #EDFEEC
Tints of Honeydew #EDFEEC
RGB
CMYK
RGB Variations
Color information
#EDFEEC (or 0xEDFEEC) is known color: Honeydew. HEX triplet: ED, FE and EC. RGB value is (237,254,236). Sum of RGB (Red+Green+Blue) = 237+254+236=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 236 (92.58% from 255 or 32.46% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEEC is #120113. Grayscale: #F6F6F6. Windows color (decimal): -1179924 or 15531757. OLE color: 15531757.
HSL color Cylindrical-coordinate representation of color #EDFEEC: hue angle of 116.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEEC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 236 | - |
CMYK | 0.07 | 0 | 0.07 | 0.00 |
HSL | 116.67º | 0.9% | 0.96% | - |
HSV(B) | 116.67º | 0.07% | 1% | - |
XYZ | 85.51 | 94.94 | 93.18 | - |
YUV | 246.87 | 121.87 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 236 | 0.07 | 0 | 0.07 | 0.00 | 116.67 | 0.9 | 0.96 |
Hex | ED | FE | EC | 7 | 0 | 7 | 0 | 75 | 5A | 60 |
Octal | 355 | 376 | 354 | 7 | 0 | 7 | 0 | 165 | 132 | 140 |
Binary | 11101101 | 11111110 | 11101100 | 111 | 0 | 111 | 0 | 1110101 | 1011010 | 1100000 |
Color Harmonies of #EDFEEC
Complementary color
Monochromatic Colors of #EDFEEC
Black with #EDFEEC
Text Example
Text Example
White with #EDFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEEC; }
p { color: rgb(237,254,236); }
H1.HeaderClassName
{
color: #EDFEEC;
}
.AnyTagClassName
{
color: #EDFEEC;
}
</style>
background-color css
<style>
a { background-color: #EDFEEC; }
a { background-color: rgb(237,254,236); }
div.DivClassName
{
background-color: #EDFEEC;
}
.BgClassName
{
background-color: #EDFEEC;
}
</style>
border-color css
<style>
span { border-color: #EDFEEC; }
span { border-color: rgb(237,254,236); }
td.TdClassName
{
border-color: #EDFEEC;
}
.TagClassName
{
border-color: #EDFEEC;
}
</style>