#E9D5BD

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

Shades of Solitaire #E9D5BD

Tints of Solitaire #E9D5BD

Color information

#E9D5BD (or 0xE9D5BD) is unknown color: approx Solitaire. HEX triplet: E9, D5 and BD. RGB value is (233,213,189). Sum of RGB (Red+Green+Blue) = 233+213+189=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5BD is #162A42. Grayscale: #D8D8D8. Windows color (decimal): -1452611 or 12441065. OLE color: 12441065.

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

Color convert

RGB233213189-
CMYK00.090.190.09
HSL32.73º50%82.75%-
HSV(B)32.73º18.88%91.37%-
XYZ66.5868.5957.87-
YUV216.24112.63139.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.69%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=36.69%
G=33.54%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321318900.090.190.0932.735082.75
HexE9D5BD09139213253
Octal35132527501123114162123
Binary111010011101010110111101010011001110011000011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5BD; }

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

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

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

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

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

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

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

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