Shades of Honeydew #EDFBED
Tints of Honeydew #EDFBED
RGB
CMYK
RGB Variations
Color information
#EDFBED (or 0xEDFBED) is known color: Honeydew. HEX triplet: ED, FB and ED. RGB value is (237,251,237). Sum of RGB (Red+Green+Blue) = 237+251+237=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBED is #120412. Grayscale: #F5F5F5. Windows color (decimal): -1180691 or 15596525. OLE color: 15596525.
HSL color Cylindrical-coordinate representation of color #EDFBED: hue angle of 120º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFBED is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 251 | 237 | - |
CMYK | 0.06 | 0 | 0.06 | 0.02 |
HSL | 120º | 0.64% | 0.96% | - |
HSV(B) | 120º | 0.06% | 0.98% | - |
XYZ | 84.71 | 93.11 | 93.63 | - |
YUV | 245.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 251 | 237 | 0.06 | 0 | 0.06 | 0.02 | 120 | 0.64 | 0.96 |
Hex | ED | FB | ED | 6 | 0 | 6 | 2 | 78 | 40 | 60 |
Octal | 355 | 373 | 355 | 6 | 0 | 6 | 2 | 170 | 100 | 140 |
Binary | 11101101 | 11111011 | 11101101 | 110 | 0 | 110 | 10 | 1111000 | 1000000 | 1100000 |
Color Harmonies of #EDFBED
Complementary color
Monochromatic Colors of #EDFBED
Black with #EDFBED
Text Example
Text Example
White with #EDFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFBED; }
p { color: rgb(237,251,237); }
H1.HeaderClassName
{
color: #EDFBED;
}
.AnyTagClassName
{
color: #EDFBED;
}
</style>
background-color css
<style>
a { background-color: #EDFBED; }
a { background-color: rgb(237,251,237); }
div.DivClassName
{
background-color: #EDFBED;
}
.BgClassName
{
background-color: #EDFBED;
}
</style>
border-color css
<style>
span { border-color: #EDFBED; }
span { border-color: rgb(237,251,237); }
td.TdClassName
{
border-color: #EDFBED;
}
.TagClassName
{
border-color: #EDFBED;
}
</style>