#E3D6C1

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

Shades of Solitaire #E3D6C1

Tints of Solitaire #E3D6C1

Color information

#E3D6C1 (or 0xE3D6C1) is unknown color: approx Solitaire. HEX triplet: E3, D6 and C1. RGB value is (227,214,193). Sum of RGB (Red+Green+Blue) = 227+214+193=634 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.80% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6C1 is #1C293E. Grayscale: #D7D7D7. Windows color (decimal): -1845567 or 12703459. OLE color: 12703459.

HSL color Cylindrical-coordinate representation of color #E3D6C1: hue angle of 37.06º 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 #E3D6C1 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227214193-
CMYK00.060.150.11
HSL37.06º37.78%82.35%-
HSV(B)37.06º14.98%89.02%-
XYZ65.3568.2760.19-
YUV215.49115.31136.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.80%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=35.80%
G=33.75%
B=30.44%

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
Decimal22721419300.060.150.1137.0637.7882.35
HexE3D6C106FB252652
Octal3433263010617134546122
Binary1110001111010110110000010110111110111001011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6C1; }

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

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

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

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

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

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

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

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