Shades of Moon Glow #EEEED2
Tints of Moon Glow #EEEED2
RGB
CMYK
RGB Variations
Color information
#EEEED2 (or 0xEEEED2) is known color: Moon Glow. HEX triplet: EE, EE and D2. RGB value is (238,238,210). Sum of RGB (Red+Green+Blue) = 238+238+210=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEED2 is #11112D. Grayscale: #EAEAEA. Windows color (decimal): -1118510 or 13823726. OLE color: 13823726.
HSL color Cylindrical-coordinate representation of color #EEEED2: hue angle of 60º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEEED2 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 210 | - |
| CMYK | 0 | 0 | 0.12 | 0.07 |
| HSL | 60º | 0.45% | 0.88% | - |
| HSV(B) | 60º | 0.12% | 0.93% | - |
| XYZ | 77.47 | 83.98 | 73.1 | - |
| YUV | 234.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 210 | 0 | 0 | 0.12 | 0.07 | 60 | 0.45 | 0.88 |
| Hex | EE | EE | D2 | 0 | 0 | C | 7 | 3C | 2D | 58 |
| Octal | 356 | 356 | 322 | 0 | 0 | 14 | 7 | 74 | 55 | 130 |
| Binary | 11101110 | 11101110 | 11010010 | 0 | 0 | 1100 | 111 | 111100 | 101101 | 1011000 |
Color Harmonies of #EEEED2
Complementary color
Monochromatic Colors of #EEEED2
Black with #EEEED2
Text Example
Text Example
White with #EEEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEED2; }
p { color: rgb(238,238,210); }
H1.HeaderClassName
{
color: #EEEED2;
}
.AnyTagClassName
{
color: #EEEED2;
}
</style>
background-color css
<style>
a { background-color: #EEEED2; }
a { background-color: rgb(238,238,210); }
div.DivClassName
{
background-color: #EEEED2;
}
.BgClassName
{
background-color: #EEEED2;
}
</style>
border-color css
<style>
span { border-color: #EEEED2; }
span { border-color: rgb(238,238,210); }
td.TdClassName
{
border-color: #EEEED2;
}
.TagClassName
{
border-color: #EEEED2;
}
</style>