Shades of Honeydew #EDFAED
Tints of Honeydew #EDFAED
RGB
CMYK
RGB Variations
Color information
#EDFAED (or 0xEDFAED) is known color: Honeydew. HEX triplet: ED, FA and ED. RGB value is (237,250,237). Sum of RGB (Red+Green+Blue) = 237+250+237=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 237 (92.97% from 255 or 32.73% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAED is #120512. Grayscale: #F4F4F4. Windows color (decimal): -1180947 or 15596269. OLE color: 15596269.
HSL color Cylindrical-coordinate representation of color #EDFAED: hue angle of 120º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAED is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 237 | - |
CMYK | 0.05 | 0 | 0.05 | 0.02 |
HSL | 120º | 0.57% | 0.95% | - |
HSV(B) | 120º | 0.05% | 0.98% | - |
XYZ | 84.4 | 92.49 | 93.52 | - |
YUV | 244.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 237 | 0.05 | 0 | 0.05 | 0.02 | 120 | 0.57 | 0.95 |
Hex | ED | FA | ED | 5 | 0 | 5 | 2 | 78 | 39 | 5F |
Octal | 355 | 372 | 355 | 5 | 0 | 5 | 2 | 170 | 71 | 137 |
Binary | 11101101 | 11111010 | 11101101 | 101 | 0 | 101 | 10 | 1111000 | 111001 | 1011111 |
Color Harmonies of #EDFAED
Complementary color
Monochromatic Colors of #EDFAED
Black with #EDFAED
Text Example
Text Example
White with #EDFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAED; }
p { color: rgb(237,250,237); }
H1.HeaderClassName
{
color: #EDFAED;
}
.AnyTagClassName
{
color: #EDFAED;
}
</style>
background-color css
<style>
a { background-color: #EDFAED; }
a { background-color: rgb(237,250,237); }
div.DivClassName
{
background-color: #EDFAED;
}
.BgClassName
{
background-color: #EDFAED;
}
</style>
border-color css
<style>
span { border-color: #EDFAED; }
span { border-color: rgb(237,250,237); }
td.TdClassName
{
border-color: #EDFAED;
}
.TagClassName
{
border-color: #EDFAED;
}
</style>