Html Css Color HEX #EDEDD1 Moon Glow

📋 copy color: '#EDEDD1'

red 237 ◦ green 237 ◦ blue 209

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

Shades of Moon Glow #EDEDD1

Tints of Moon Glow #EDEDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.6%

R = 34.7%
G = 34.7%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDEDD1 (or 0xEDEDD1) is known color: Moon Glow. HEX triplet: ED, ED and D1. RGB value is (237,237,209). Sum of RGB (Red+Green+Blue) = 237+237+209=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEDD1 is #12122E. Grayscale: #E9E9E9. Windows color (decimal): -1184303 or 13757933. OLE color: 13757933.

HSL color Cylindrical-coordinate representation of color #EDEDD1: hue angle of 60º degrees, saturation: 0.44, 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 #EDEDD1 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 209 -
CMYK 0 0 0.12 0.07
HSL 60º 0.44% 0.87% -
HSV(B) 60º 0.12% 0.93% -
XYZ 76.72 83.18 72.33 -
YUV 233.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 237 237 209 0 0 0.12 0.07 60 0.44 0.87
Hex ED ED D1 0 0 C 7 3C 2C 57
Octal 355 355 321 0 0 14 7 74 54 127
Binary 11101101 11101101 11010001 0 0 1100 111 111100 101100 1010111

Color Harmonies of #EDEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDD1

Black with #EDEDD1

Text Example


Text Example

White with #EDEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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