#EBDED2

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

Shades of Spring Wood #EBDED2

Tints of Spring Wood #EBDED2

Color information

#EBDED2 (or 0xEBDED2) is unknown color: approx Spring Wood. HEX triplet: EB, DE and D2. RGB value is (235,222,210). Sum of RGB (Red+Green+Blue) = 235+222+210=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED2 is #14212D. Grayscale: #E0E0E0. Windows color (decimal): -1319214 or 13819627. OLE color: 13819627.

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

Color convert

RGB235222210-
CMYK00.060.110.08
HSL28.8º38.46%87.25%-
HSV(B)28.8º10.64%92.16%-
XYZ72.0274.5671.57-
YUV224.52119.81135.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=35.23%
G=33.28%
B=31.48%

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
Decimal23522221000.060.110.0828.838.4687.25
HexEBDED206B81d2657
Octal3533363220613103546127
Binary111010111101111011010010011010111000111011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDED2; }

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

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

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

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

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

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

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

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