#EBDFD2

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

Shades of Spring Wood #EBDFD2

Tints of Spring Wood #EBDFD2

Color information

#EBDFD2 (or 0xEBDFD2) is unknown color: approx Spring Wood. HEX triplet: EB, DF and D2. RGB value is (235,223,210). Sum of RGB (Red+Green+Blue) = 235+223+210=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFD2 is #14202D. Grayscale: #E1E1E1. Windows color (decimal): -1318958 or 13819883. OLE color: 13819883.

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

Color convert

RGB235223210-
CMYK00.050.110.08
HSL31.2º38.46%87.25%-
HSV(B)31.2º10.64%92.16%-
XYZ72.2875.0971.66-
YUV225.11119.48135.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=35.18%
G=33.38%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522321000.050.110.0831.238.4687.25
HexEBDFD205B81f2657
Octal3533373220513103746127
Binary111010111101111111010010010110111000111111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFD2; }

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

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

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

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

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

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

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

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