#E9D4BB

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

Shades of Solitaire #E9D4BB

Tints of Solitaire #E9D4BB

Color information

#E9D4BB (or 0xE9D4BB) is unknown color: approx Solitaire. HEX triplet: E9, D4 and BB. RGB value is (233,212,187). Sum of RGB (Red+Green+Blue) = 233+212+187=632 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.87% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4BB is #162B44. Grayscale: #D7D7D7. Windows color (decimal): -1452869 or 12309737. OLE color: 12309737.

HSL color Cylindrical-coordinate representation of color #E9D4BB: hue angle of 32.61º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9D4BB is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233212187-
CMYK00.090.200.09
HSL32.61º51.11%82.35%-
HSV(B)32.61º19.74%91.37%-
XYZ66.126856.65-
YUV215.43111.96140.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.87%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=36.87%
G=33.54%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321218700.090.200.0932.6151.1182.35
HexE9D4BB09149213352
Octal35132427301124114163122
Binary111010011101010010111011010011010010011000011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4BB; }

 p { color: rgb(233,212,187); }

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

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

 a { background-color: rgb(233,212,187); }

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

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

 span { border-color: rgb(233,212,187); }

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