#EBDED5

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

Shades of Spring Wood #EBDED5

Tints of Spring Wood #EBDED5

Color information

#EBDED5 (or 0xEBDED5) is unknown color: approx Spring Wood. HEX triplet: EB, DE and D5. RGB value is (235,222,213). Sum of RGB (Red+Green+Blue) = 235+222+213=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED5 is #14212A. Grayscale: #E0E0E0. Windows color (decimal): -1319211 or 14016235. OLE color: 14016235.

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

Color convert

RGB235222213-
CMYK00.060.090.08
HSL24.55º35.48%87.84%-
HSV(B)24.55º9.36%92.16%-
XYZ72.3974.7173.56-
YUV224.86121.31135.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=35.07%
G=33.13%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522221300.060.090.0824.5535.4887.84
HexEBDED50698192358
Octal3533363250611103143130
Binary111010111101111011010101011010011000110011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDED5; }

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

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

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

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

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

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

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

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