#E7D8C1

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

Shades of Solitaire #E7D8C1

Tints of Solitaire #E7D8C1

Color information

#E7D8C1 (or 0xE7D8C1) is unknown color: approx Solitaire. HEX triplet: E7, D8 and C1. RGB value is (231,216,193). Sum of RGB (Red+Green+Blue) = 231+216+193=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8C1 is #18273E. Grayscale: #D9D9D9. Windows color (decimal): -1582911 or 12703975. OLE color: 12703975.

HSL color Cylindrical-coordinate representation of color #E7D8C1: hue angle of 36.32º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D8C1 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB231216193-
CMYK00.060.160.09
HSL36.32º44.19%83.14%-
HSV(B)36.32º16.45%90.59%-
XYZ67.1469.9560.42-
YUV217.86113.97137.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=36.09%
G=33.75%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121619300.060.160.0936.3244.1983.14
HexE7D8C106109242c53
Octal3473303010620114454123
Binary11100111110110001100000101101000010011001001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8C1; }

 p { color: rgb(231,216,193); }

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

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

 a { background-color: rgb(231,216,193); }

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

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

 span { border-color: rgb(231,216,193); }

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