#EBDFD7

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

Shades of Spring Wood #EBDFD7

Tints of Spring Wood #EBDFD7

Color information

#EBDFD7 (or 0xEBDFD7) is unknown color: approx Spring Wood. HEX triplet: EB, DF and D7. RGB value is (235,223,215). Sum of RGB (Red+Green+Blue) = 235+223+215=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD7 is #142028. Grayscale: #E1E1E1. Windows color (decimal): -1318953 or 14147563. OLE color: 14147563.

HSL color Cylindrical-coordinate representation of color #EBDFD7: hue angle of 24º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDFD7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235223215-
CMYK00.050.090.08
HSL24º33.33%88.24%-
HSV(B)24º8.51%92.16%-
XYZ72.9175.3474.99-
YUV225.68121.98134.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=34.92%
G=33.14%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522321500.050.090.082433.3388.24
HexEBDFD70598182158
Octal3533373270511103041130
Binary111010111101111111010111010110011000110001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFD7; }

 p { color: rgb(235,223,215); }

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

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

 a { background-color: rgb(235,223,215); }

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

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

 span { border-color: rgb(235,223,215); }

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