#E3D6C6

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

Shades of Solitaire #E3D6C6

Tints of Solitaire #E3D6C6

Color information

#E3D6C6 (or 0xE3D6C6) is unknown color: approx Solitaire. HEX triplet: E3, D6 and C6. RGB value is (227,214,198). Sum of RGB (Red+Green+Blue) = 227+214+198=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6C6 is #1C2939. Grayscale: #D8D8D8. Windows color (decimal): -1845562 or 13031139. OLE color: 13031139.

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

Color convert

RGB227214198-
CMYK00.060.130.11
HSL33.1º34.12%83.33%-
HSV(B)33.1º12.78%89.02%-
XYZ65.9268.563.17-
YUV216.06117.81135.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.52%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=35.52%
G=33.49%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721419800.060.130.1133.134.1283.33
HexE3D6C606DB212253
Octal3433263060615134142123
Binary1110001111010110110001100110110110111000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6C6; }

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

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

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

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

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

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

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

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