#EBDDD2

Color #EBDDD2 Spring Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Wood #EBDDD2

Tints of Spring Wood #EBDDD2

Color information

#EBDDD2 (or 0xEBDDD2) is unknown color: approx Spring Wood. HEX triplet: EB, DD and D2. RGB value is (235,221,210). Sum of RGB (Red+Green+Blue) = 235+221+210=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD2 is #14222D. Grayscale: #DFDFDF. Windows color (decimal): -1319470 or 13819371. OLE color: 13819371.

HSL color Cylindrical-coordinate representation of color #EBDDD2: hue angle of 26.4º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDDD2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235221210-
CMYK00.060.110.08
HSL26.4º38.46%87.25%-
HSV(B)26.4º10.64%92.16%-
XYZ71.7574.0371.48-
YUV223.93120.14135.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 210 (82.42% from 255) = 31.53%
R=35.29%
G=33.18%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522121000.060.110.0826.438.4687.25
HexEBDDD206B81a2657
Octal3533353220613103246127
Binary111010111101110111010010011010111000110101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD2; }

 p { color: rgb(235,221,210); }

 H1.HeaderClassName
 {
   color: #EBDDD2;
 }
 .AnyTagClassName
 {
   color: #EBDDD2;
 }
</style>
background-color css

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

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

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

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

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

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