#EBDED0

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

Shades of Spring Wood #EBDED0

Tints of Spring Wood #EBDED0

Color information

#EBDED0 (or 0xEBDED0) is unknown color: approx Spring Wood. HEX triplet: EB, DE and D0. RGB value is (235,222,208). Sum of RGB (Red+Green+Blue) = 235+222+208=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED0 is #14212F. Grayscale: #E0E0E0. Windows color (decimal): -1319216 or 13688555. OLE color: 13688555.

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

Color convert

RGB235222208-
CMYK00.060.110.08
HSL31.11º40.3%86.86%-
HSV(B)31.11º11.49%92.16%-
XYZ71.7774.4670.26-
YUV224.29118.81135.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=35.34%
G=33.38%
B=31.28%

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
Decimal23522220800.060.110.0831.1140.386.86
HexEBDED006B81f2857
Octal3533363200613103750127
Binary111010111101111011010000011010111000111111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDED0; }

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

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

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

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

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

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

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

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