#EBDDD1

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

Shades of Spring Wood #EBDDD1

Tints of Spring Wood #EBDDD1

Color information

#EBDDD1 (or 0xEBDDD1) is unknown color: approx Spring Wood. HEX triplet: EB, DD and D1. RGB value is (235,221,209). Sum of RGB (Red+Green+Blue) = 235+221+209=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 209 (82.03% from 255 or 31.43% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD1 is #14222E. Grayscale: #DFDFDF. Windows color (decimal): -1319471 or 13753835. OLE color: 13753835.

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

Color convert

RGB235221209-
CMYK00.060.110.08
HSL27.69º39.39%87.06%-
HSV(B)27.69º11.06%92.16%-
XYZ71.6373.9870.83-
YUV223.82119.64135.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 209 (82.03% from 255) = 31.43%
R=35.34%
G=33.23%
B=31.43%

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
Decimal23522120900.060.110.0827.6939.3987.06
HexEBDDD106B81c2757
Octal3533353210613103447127
Binary111010111101110111010001011010111000111001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD1; }

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

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

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

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

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

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

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

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