#E7DFD6

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

Shades of Spring Wood #E7DFD6

Tints of Spring Wood #E7DFD6

Color information

#E7DFD6 (or 0xE7DFD6) is unknown color: approx Spring Wood. HEX triplet: E7, DF and D6. RGB value is (231,223,214). Sum of RGB (Red+Green+Blue) = 231+223+214=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFD6 is #182029. Grayscale: #E0E0E0. Windows color (decimal): -1581098 or 14082023. OLE color: 14082023.

HSL color Cylindrical-coordinate representation of color #E7DFD6: hue angle of 31.76º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7DFD6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB231223214-
CMYK00.030.070.09
HSL31.76º26.15%87.25%-
HSV(B)31.76º7.36%90.59%-
XYZ71.4874.6274.25-
YUV224.37122.15132.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 214 (83.98% from 255) = 32.04%
R=34.58%
G=33.38%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122321400.030.070.0931.7626.1587.25
HexE7DFD60379201a57
Octal347337326037114032127
Binary1110011111011111110101100111111001100000110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DFD6; }

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

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

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

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

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

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

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

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