#E3D5C4

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

Shades of Solitaire #E3D5C4

Tints of Solitaire #E3D5C4

Color information

#E3D5C4 (or 0xE3D5C4) is unknown color: approx Solitaire. HEX triplet: E3, D5 and C4. RGB value is (227,213,196). Sum of RGB (Red+Green+Blue) = 227+213+196=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D5C4 is #1C2A3B. Grayscale: #D7D7D7. Windows color (decimal): -1845820 or 12899811. OLE color: 12899811.

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

Color convert

RGB227213196-
CMYK00.060.140.11
HSL32.9º35.63%82.94%-
HSV(B)32.9º13.66%89.02%-
XYZ65.4467.961.88-
YUV215.25117.14136.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.69%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=35.69%
G=33.49%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721319600.060.140.1132.935.6382.94
HexE3D5C406EB212453
Octal3433253040616134144123
Binary1110001111010101110001000110111010111000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5C4; }

 p { color: rgb(227,213,196); }

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

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

 a { background-color: rgb(227,213,196); }

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

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

 span { border-color: rgb(227,213,196); }

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