#E9D8C0

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

Shades of Solitaire #E9D8C0

Tints of Solitaire #E9D8C0

Color information

#E9D8C0 (or 0xE9D8C0) is unknown color: approx Solitaire. HEX triplet: E9, D8 and C0. RGB value is (233,216,192). Sum of RGB (Red+Green+Blue) = 233+216+192=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D8C0 is #16273F. Grayscale: #DADADA. Windows color (decimal): -1451840 or 12638441. OLE color: 12638441.

HSL color Cylindrical-coordinate representation of color #E9D8C0: hue angle of 35.12º 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 #E9D8C0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233216192-
CMYK00.070.180.09
HSL35.12º48.24%83.33%-
HSV(B)35.12º17.6%91.37%-
XYZ67.6770.2459.86-
YUV218.35113.13138.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.35%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 192 (75.39% from 255) = 29.95%
R=36.35%
G=33.70%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321619200.070.180.0935.1248.2483.33
HexE9D8C007129233053
Octal3513303000722114360123
Binary11101001110110001100000001111001010011000111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D8C0; }

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

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

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

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

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

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

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

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