#EBDDD3

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

Shades of Spring Wood #EBDDD3

Tints of Spring Wood #EBDDD3

Color information

#EBDDD3 (or 0xEBDDD3) is unknown color: approx Spring Wood. HEX triplet: EB, DD and D3. RGB value is (235,221,211). Sum of RGB (Red+Green+Blue) = 235+221+211=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD3 is #14222C. Grayscale: #E0E0E0. Windows color (decimal): -1319469 or 13884907. OLE color: 13884907.

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

Color convert

RGB235221211-
CMYK00.060.100.08
HSL25º37.5%87.45%-
HSV(B)25º10.21%92.16%-
XYZ71.8874.0872.14-
YUV224.05120.64135.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 211 (82.81% from 255) = 31.63%
R=35.23%
G=33.13%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522121100.060.100.082537.587.45
HexEBDDD306A8192657
Octal3533353230612103146127
Binary111010111101110111010011011010101000110011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD3; }

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

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

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

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

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

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

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

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