#E7DBCF

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

Shades of Spring Wood #E7DBCF

Tints of Spring Wood #E7DBCF

Color information

#E7DBCF (or 0xE7DBCF) is unknown color: approx Spring Wood. HEX triplet: E7, DB and CF. RGB value is (231,219,207). Sum of RGB (Red+Green+Blue) = 231+219+207=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBCF is #182430. Grayscale: #DDDDDD. Windows color (decimal): -1582129 or 13622247. OLE color: 13622247.

HSL color Cylindrical-coordinate representation of color #E7DBCF: hue angle of 30º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7DBCF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231219207-
CMYK00.050.100.09
HSL30º33.33%85.88%-
HSV(B)30º10.39%90.59%-
XYZ69.5572.1669.29-
YUV221.22119.98134.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=35.16%
G=33.33%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121920700.050.100.093033.3385.88
HexE7DBCF05A91e2156
Octal3473333170512113641126
Binary111001111101101111001111010110101001111101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBCF; }

 p { color: rgb(231,219,207); }

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

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

 a { background-color: rgb(231,219,207); }

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

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

 span { border-color: rgb(231,219,207); }

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