Shades of Moon Glow #EDECCF
Tints of Moon Glow #EDECCF
RGB
CMYK
RGB Variations
Color information
#EDECCF (or 0xEDECCF) is known color: Moon Glow. HEX triplet: ED, EC and CF. RGB value is (237,236,207). Sum of RGB (Red+Green+Blue) = 237+236+207=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECCF is #121330. Grayscale: #E9E9E9. Windows color (decimal): -1184561 or 13626605. OLE color: 13626605.
HSL color Cylindrical-coordinate representation of color #EDECCF: hue angle of 58º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDECCF is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 207 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.07 |
| HSL | 58º | 0.45% | 0.87% | - |
| HSV(B) | 58º | 0.13% | 0.93% | - |
| XYZ | 76.18 | 82.5 | 70.94 | - |
| YUV | 232.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 207 | 0 | 0.00 | 0.13 | 0.07 | 58 | 0.45 | 0.87 |
| Hex | ED | EC | CF | 0 | 0 | D | 7 | 3A | 2D | 57 |
| Octal | 355 | 354 | 317 | 0 | 0 | 15 | 7 | 72 | 55 | 127 |
| Binary | 11101101 | 11101100 | 11001111 | 0 | 0 | 1101 | 111 | 111010 | 101101 | 1010111 |
Color Harmonies of #EDECCF
Complementary color
Monochromatic Colors of #EDECCF
Black with #EDECCF
Text Example
Text Example
White with #EDECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECCF; }
p { color: rgb(237,236,207); }
H1.HeaderClassName
{
color: #EDECCF;
}
.AnyTagClassName
{
color: #EDECCF;
}
</style>
background-color css
<style>
a { background-color: #EDECCF; }
a { background-color: rgb(237,236,207); }
div.DivClassName
{
background-color: #EDECCF;
}
.BgClassName
{
background-color: #EDECCF;
}
</style>
border-color css
<style>
span { border-color: #EDECCF; }
span { border-color: rgb(237,236,207); }
td.TdClassName
{
border-color: #EDECCF;
}
.TagClassName
{
border-color: #EDECCF;
}
</style>