Html Css Color HEX #EDDFD1 Spring Wood

📋 copy color: '#EDDFD1'

red 237 ◦ green 223 ◦ blue 209

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

Shades of Spring Wood #EDDFD1

Tints of Spring Wood #EDDFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.33%

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

R = 35.43%
G = 33.33%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDDFD1 (or 0xEDDFD1) is known color: Spring Wood. HEX triplet: ED, DF and D1. RGB value is (237,223,209). Sum of RGB (Red+Green+Blue) = 237+223+209=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD1 is #12202E. Grayscale: #E1E1E1. Windows color (decimal): -1187887 or 13754349. OLE color: 13754349.

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

Color convert

RGB 237 223 209 -
CMYK 0 0.06 0.12 0.07
HSL 30º 0.44% 0.87% -
HSV(B) 30º 0.12% 0.93% -
XYZ 72.82 75.38 71.03 -
YUV 225.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 237 223 209 0 0.06 0.12 0.07 30 0.44 0.87
Hex ED DF D1 0 6 C 7 1E 2C 57
Octal 355 337 321 0 6 14 7 36 54 127
Binary 11101101 11011111 11010001 0 110 1100 111 11110 101100 1010111

Color Harmonies of #EDDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFD1

Black with #EDDFD1

Text Example


Text Example

White with #EDDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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