#E3D6C0

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

Shades of Solitaire #E3D6C0

Tints of Solitaire #E3D6C0

Color information

#E3D6C0 (or 0xE3D6C0) is unknown color: approx Solitaire. HEX triplet: E3, D6 and C0. RGB value is (227,214,192). Sum of RGB (Red+Green+Blue) = 227+214+192=633 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.86% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6C0 is #1C293F. Grayscale: #D7D7D7. Windows color (decimal): -1845568 or 12637923. OLE color: 12637923.

HSL color Cylindrical-coordinate representation of color #E3D6C0: hue angle of 37.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3D6C0 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227214192-
CMYK00.060.150.11
HSL37.71º38.46%82.16%-
HSV(B)37.71º15.42%89.02%-
XYZ65.2468.2359.6-
YUV215.38114.81136.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.86%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=35.86%
G=33.81%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721419200.060.150.1137.7138.4682.16
HexE3D6C006FB262652
Octal3433263000617134646122
Binary1110001111010110110000000110111110111001101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6C0; }

 p { color: rgb(227,214,192); }

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

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

 a { background-color: rgb(227,214,192); }

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

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

 span { border-color: rgb(227,214,192); }

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