#E7D7BD

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

Shades of Solitaire #E7D7BD

Tints of Solitaire #E7D7BD

Color information

#E7D7BD (or 0xE7D7BD) is unknown color: approx Solitaire. HEX triplet: E7, D7 and BD. RGB value is (231,215,189). Sum of RGB (Red+Green+Blue) = 231+215+189=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7BD is #182842. Grayscale: #D8D8D8. Windows color (decimal): -1583171 or 12441575. OLE color: 12441575.

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

Color convert

RGB231215189-
CMYK00.070.180.09
HSL37.14º46.67%82.35%-
HSV(B)37.14º18.18%90.59%-
XYZ66.4469.2658.01-
YUV216.82112.3138.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.38%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=36.38%
G=33.86%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121518900.070.180.0937.1446.6782.35
HexE7D7BD07129252f52
Octal3473272750722114557122
Binary11100111110101111011110101111001010011001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D7BD; }

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

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

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

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

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

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

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

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