Html Css Color HEX #EDDFD2 Spring Wood

📋 copy color: '#EDDFD2'

red 237 ◦ green 223 ◦ blue 210

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

Shades of Spring Wood #EDDFD2

Tints of Spring Wood #EDDFD2

RGB

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

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

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

R = 35.37%
G = 33.28%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDDFD2 (or 0xEDDFD2) is known color: Spring Wood. HEX triplet: ED, DF and D2. RGB value is (237,223,210). Sum of RGB (Red+Green+Blue) = 237+223+210=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD2 is #12202D. Grayscale: #E1E1E1. Windows color (decimal): -1187886 or 13819885. OLE color: 13819885.

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

Color convert

RGB 237 223 210 -
CMYK 0 0.06 0.11 0.07
HSL 28.89º 0.43% 0.88% -
HSV(B) 28.89º 0.11% 0.93% -
XYZ 72.95 75.43 71.69 -
YUV 225.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 237 223 210 0 0.06 0.11 0.07 28.89 0.43 0.88
Hex ED DF D2 0 6 B 7 1D 2B 58
Octal 355 337 322 0 6 13 7 35 53 130
Binary 11101101 11011111 11010010 0 110 1011 111 11101 101011 1011000

Color Harmonies of #EDDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFD2

Black with #EDDFD2

Text Example


Text Example

White with #EDDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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