#E7D5BD

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

Shades of Solitaire #E7D5BD

Tints of Solitaire #E7D5BD

Color information

#E7D5BD (or 0xE7D5BD) is unknown color: approx Solitaire. HEX triplet: E7, D5 and BD. RGB value is (231,213,189). Sum of RGB (Red+Green+Blue) = 231+213+189=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D5BD is #182A42. Grayscale: #D7D7D7. Windows color (decimal): -1583683 or 12441063. OLE color: 12441063.

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

Color convert

RGB231213189-
CMYK00.080.180.09
HSL34.29º46.67%82.35%-
HSV(B)34.29º18.18%90.59%-
XYZ65.9368.2557.84-
YUV215.65112.96138.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.49%
GREEN value IS 213 (83.59% from 255) = 33.65%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=36.49%
G=33.65%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121318900.080.180.0934.2946.6782.35
HexE7D5BD08129222f52
Octal34732527501022114257122
Binary111001111101010110111101010001001010011000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D5BD; }

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

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

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

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

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

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

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

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