Shades of Honeydew #EDFDED
Tints of Honeydew #EDFDED
RGB
CMYK
RGB Variations
Color information
#EDFDED (or 0xEDFDED) is known color: Honeydew. HEX triplet: ED, FD and ED. RGB value is (237,253,237). Sum of RGB (Red+Green+Blue) = 237+253+237=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDED is #120212. Grayscale: #F6F6F6. Windows color (decimal): -1180179 or 15597037. OLE color: 15597037.
HSL color Cylindrical-coordinate representation of color #EDFDED: hue angle of 120º 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 #EDFDED is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 237 | - |
CMYK | 0.06 | 0 | 0.06 | 0.01 |
HSL | 120º | 0.8% | 0.96% | - |
HSV(B) | 120º | 0.06% | 0.99% | - |
XYZ | 85.34 | 94.37 | 93.84 | - |
YUV | 246.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 237 | 0.06 | 0 | 0.06 | 0.01 | 120 | 0.8 | 0.96 |
Hex | ED | FD | ED | 6 | 0 | 6 | 1 | 78 | 50 | 60 |
Octal | 355 | 375 | 355 | 6 | 0 | 6 | 1 | 170 | 120 | 140 |
Binary | 11101101 | 11111101 | 11101101 | 110 | 0 | 110 | 1 | 1111000 | 1010000 | 1100000 |
Color Harmonies of #EDFDED
Complementary color
Monochromatic Colors of #EDFDED
Black with #EDFDED
Text Example
Text Example
White with #EDFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDED; }
p { color: rgb(237,253,237); }
H1.HeaderClassName
{
color: #EDFDED;
}
.AnyTagClassName
{
color: #EDFDED;
}
</style>
background-color css
<style>
a { background-color: #EDFDED; }
a { background-color: rgb(237,253,237); }
div.DivClassName
{
background-color: #EDFDED;
}
.BgClassName
{
background-color: #EDFDED;
}
</style>
border-color css
<style>
span { border-color: #EDFDED; }
span { border-color: rgb(237,253,237); }
td.TdClassName
{
border-color: #EDFDED;
}
.TagClassName
{
border-color: #EDFDED;
}
</style>