#E9D6C0

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

Shades of Solitaire #E9D6C0

Tints of Solitaire #E9D6C0

Color information

#E9D6C0 (or 0xE9D6C0) is unknown color: approx Solitaire. HEX triplet: E9, D6 and C0. RGB value is (233,214,192). Sum of RGB (Red+Green+Blue) = 233+214+192=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6C0 is #16293F. Grayscale: #D9D9D9. Windows color (decimal): -1452352 or 12637929. OLE color: 12637929.

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

Color convert

RGB233214192-
CMYK00.080.180.09
HSL32.2º48.24%83.33%-
HSV(B)32.2º17.6%91.37%-
XYZ67.1769.2259.69-
YUV217.17113.79139.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.46%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 192 (75.39% from 255) = 30.05%
R=36.46%
G=33.49%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321419200.080.180.0932.248.2483.33
HexE9D6C008129203053
Octal35132630001022114060123
Binary111010011101011011000000010001001010011000001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6C0; }

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

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

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

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

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

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

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

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