#EBDFD6

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

Shades of Spring Wood #EBDFD6

Tints of Spring Wood #EBDFD6

Color information

#EBDFD6 (or 0xEBDFD6) is unknown color: approx Spring Wood. HEX triplet: EB, DF and D6. RGB value is (235,223,214). Sum of RGB (Red+Green+Blue) = 235+223+214=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD6 is #142029. Grayscale: #E1E1E1. Windows color (decimal): -1318954 or 14082027. OLE color: 14082027.

HSL color Cylindrical-coordinate representation of color #EBDFD6: hue angle of 25.71º degrees, saturation: 0.34, 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 #EBDFD6 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235223214-
CMYK00.050.090.08
HSL25.71º34.43%88.04%-
HSV(B)25.71º8.94%92.16%-
XYZ72.7975.2974.32-
YUV225.56121.48134.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=34.97%
G=33.18%
B=31.85%

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
Decimal23522321400.050.090.0825.7134.4388.04
HexEBDFD605981a2258
Octal3533373260511103242130
Binary111010111101111111010110010110011000110101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFD6; }

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

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

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

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

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

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

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

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