#E7D3BD

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

Shades of Solitaire #E7D3BD

Tints of Solitaire #E7D3BD

Color information

#E7D3BD (or 0xE7D3BD) is unknown color: approx Solitaire. HEX triplet: E7, D3 and BD. RGB value is (231,211,189). Sum of RGB (Red+Green+Blue) = 231+211+189=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3BD is #182C42. Grayscale: #D6D6D6. Windows color (decimal): -1584195 or 12440551. OLE color: 12440551.

HSL color Cylindrical-coordinate representation of color #E7D3BD: hue angle of 31.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7D3BD is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231211189-
CMYK00.090.180.09
HSL31.43º46.67%82.35%-
HSV(B)31.43º18.18%90.59%-
XYZ65.4367.2557.68-
YUV214.47113.63139.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=36.61%
G=33.44%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121118900.090.180.0931.4346.6782.35
HexE7D3BD091291f2f52
Octal34732327501122113757122
Binary11100111110100111011110101001100101001111111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3BD; }

 p { color: rgb(231,211,189); }

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

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

 a { background-color: rgb(231,211,189); }

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

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

 span { border-color: rgb(231,211,189); }

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