#EBDDD0

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

Shades of Spring Wood #EBDDD0

Tints of Spring Wood #EBDDD0

Color information

#EBDDD0 (or 0xEBDDD0) is unknown color: approx Spring Wood. HEX triplet: EB, DD and D0. RGB value is (235,221,208). Sum of RGB (Red+Green+Blue) = 235+221+208=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD0 is #14222F. Grayscale: #DFDFDF. Windows color (decimal): -1319472 or 13688299. OLE color: 13688299.

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

Color convert

RGB235221208-
CMYK00.060.110.08
HSL28.89º40.3%86.86%-
HSV(B)28.89º11.49%92.16%-
XYZ71.573.9370.18-
YUV223.7119.14136.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 31.33%
R=35.39%
G=33.28%
B=31.33%

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
Decimal23522120800.060.110.0828.8940.386.86
HexEBDDD006B81d2857
Octal3533353200613103550127
Binary111010111101110111010000011010111000111011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD0; }

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

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

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

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

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

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

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

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