Shades of Moon Glow #EDEDD0
Tints of Moon Glow #EDEDD0
RGB
CMYK
RGB Variations
Color information
#EDEDD0 (or 0xEDEDD0) is known color: Moon Glow. HEX triplet: ED, ED and D0. RGB value is (237,237,208). Sum of RGB (Red+Green+Blue) = 237+237+208=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD0 is #12122F. Grayscale: #E9E9E9. Windows color (decimal): -1184304 or 13692397. OLE color: 13692397.
HSL color Cylindrical-coordinate representation of color #EDEDD0: hue angle of 60º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDEDD0 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 208 | - |
CMYK | 0 | 0 | 0.12 | 0.07 |
HSL | 60º | 0.45% | 0.87% | - |
HSV(B) | 60º | 0.12% | 0.93% | - |
XYZ | 76.59 | 83.13 | 71.68 | - |
YUV | 233.69 | 113.5 | 130.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 208 | 0 | 0 | 0.12 | 0.07 | 60 | 0.45 | 0.87 |
Hex | ED | ED | D0 | 0 | 0 | C | 7 | 3C | 2D | 57 |
Octal | 355 | 355 | 320 | 0 | 0 | 14 | 7 | 74 | 55 | 127 |
Binary | 11101101 | 11101101 | 11010000 | 0 | 0 | 1100 | 111 | 111100 | 101101 | 1010111 |
Color Harmonies of #EDEDD0
Complementary color
Monochromatic Colors of #EDEDD0
Black with #EDEDD0
Text Example
Text Example
White with #EDEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDD0; }
p { color: rgb(237,237,208); }
H1.HeaderClassName
{
color: #EDEDD0;
}
.AnyTagClassName
{
color: #EDEDD0;
}
</style>
background-color css
<style>
a { background-color: #EDEDD0; }
a { background-color: rgb(237,237,208); }
div.DivClassName
{
background-color: #EDEDD0;
}
.BgClassName
{
background-color: #EDEDD0;
}
</style>
border-color css
<style>
span { border-color: #EDEDD0; }
span { border-color: rgb(237,237,208); }
td.TdClassName
{
border-color: #EDEDD0;
}
.TagClassName
{
border-color: #EDEDD0;
}
</style>