Html Css Color HEX #EDEDD2 Moon Glow

📋 copy color: '#EDEDD2'

red 237 ◦ green 237 ◦ blue 210

#EDEDD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Glow #EDEDD2

Tints of Moon Glow #EDEDD2

RGB

 RED value IS 237 (92.97% from 255) = 34.65%

 GREEN value IS 237 (92.97% from 255) = 34.65%

 BLUE value IS 210 (82.42% from 255) = 30.7%

R = 34.65%
G = 34.65%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDEDD2 (or 0xEDEDD2) is known color: Moon Glow. HEX triplet: ED, ED and D2. RGB value is (237,237,210). Sum of RGB (Red+Green+Blue) = 237+237+210=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD2 is #12122D. Grayscale: #EAEAEA. Windows color (decimal): -1184302 or 13823469. OLE color: 13823469.

HSL color Cylindrical-coordinate representation of color #EDEDD2: hue angle of 60º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDEDD2 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 210 -
CMYK 0 0 0.11 0.07
HSL 60º 0.43% 0.88% -
HSV(B) 60º 0.11% 0.93% -
XYZ 76.84 83.23 72.99 -
YUV 233.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 237 237 210 0 0 0.11 0.07 60 0.43 0.88
Hex ED ED D2 0 0 B 7 3C 2B 58
Octal 355 355 322 0 0 13 7 74 53 130
Binary 11101101 11101101 11010010 0 0 1011 111 111100 101011 1011000

Color Harmonies of #EDEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDD2

Black with #EDEDD2

Text Example


Text Example

White with #EDEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDD2; }

 p { color: rgb(237,237,210); }

 H1.HeaderClassName
 {
   color: #EDEDD2;
 }
 .AnyTagClassName
 {
   color: #EDEDD2;
 }
</style>

background-color css

<style>
 a { background-color: #EDEDD2; }

 a { background-color: rgb(237,237,210); }

 div.DivClassName
 {
   background-color: #EDEDD2;
 }
 .BgClassName
 {
   background-color: #EDEDD2;
 }
</style>

border-color css

<style>
 span { border-color: #EDEDD2; }

 span { border-color: rgb(237,237,210); }

 td.TdClassName
 {
   border-color: #EDEDD2;
 }
 .TagClassName
 {
   border-color: #EDEDD2;
 }
</style>