#E9D9BD

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

Shades of Solitaire #E9D9BD

Tints of Solitaire #E9D9BD

Color information

#E9D9BD (or 0xE9D9BD) is unknown color: approx Solitaire. HEX triplet: E9, D9 and BD. RGB value is (233,217,189). Sum of RGB (Red+Green+Blue) = 233+217+189=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9BD is #162642. Grayscale: #DADADA. Windows color (decimal): -1451587 or 12442089. OLE color: 12442089.

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

Color convert

RGB233217189-
CMYK00.070.190.09
HSL38.18º50%82.75%-
HSV(B)38.18º18.88%91.37%-
XYZ67.670.6258.21-
YUV218.59111.3138.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.46%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=36.46%
G=33.96%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321718900.070.190.0938.185082.75
HexE9D9BD07139263253
Octal3513312750723114662123
Binary11101001110110011011110101111001110011001101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9BD; }

 p { color: rgb(233,217,189); }

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

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

 a { background-color: rgb(233,217,189); }

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

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

 span { border-color: rgb(233,217,189); }

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