#EDEDD0

Color #EDEDD0 Moon Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Glow #EDEDD0

Tints of Moon Glow #EDEDD0

Color information

#EDEDD0 (or 0xEDEDD0) is unknown color: approx 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

RGB237237208-
CMYK000.120.07
HSL60º44.62%87.25%-
HSV(B)60º12.24%92.94%-
XYZ76.5983.1371.68-
YUV233.69113.5130.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 208 (81.64% from 255) = 30.50%
R=34.75%
G=34.75%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237208000.120.076044.6287.25
HexEDEDD000C73c2d57
Octal355355320001477455127
Binary1110110111101101110100000011001111111001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>