#EBDED3

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

Shades of Spring Wood #EBDED3

Tints of Spring Wood #EBDED3

Color information

#EBDED3 (or 0xEBDED3) is unknown color: approx Spring Wood. HEX triplet: EB, DE and D3. RGB value is (235,222,211). Sum of RGB (Red+Green+Blue) = 235+222+211=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED3 is #14212C. Grayscale: #E0E0E0. Windows color (decimal): -1319213 or 13885163. OLE color: 13885163.

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

Color convert

RGB235222211-
CMYK00.060.100.08
HSL27.5º37.5%87.45%-
HSV(B)27.5º10.21%92.16%-
XYZ72.1474.6172.23-
YUV224.63120.31135.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=35.18%
G=33.23%
B=31.59%

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
Decimal23522221100.060.100.0827.537.587.45
HexEBDED306A81c2657
Octal3533363230612103446127
Binary111010111101111011010011011010101000111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDED3; }

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

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

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

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

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

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

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

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