#e5d3bb

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

Shades of Solitaire #E5D3BB

Tints of Solitaire #E5D3BB

Color information

#E5D3BB (or 0xE5D3BB) is unknown color: approx Solitaire. HEX triplet: E5, D3 and BB. RGB value is (229,211,187). Sum of RGB (Red+Green+Blue) = 229+211+187=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D3BB is #1A2C44. Grayscale: #D5D5D5. Windows color (decimal): -1715269 or 12309477. OLE color: 12309477.

HSL color Cylindrical-coordinate representation of color #E5D3BB: hue angle of 34.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D3BB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229211187-
CMYK00.080.180.10
HSL34.29º44.68%81.57%-
HSV(B)34.29º18.34%89.8%-
XYZ64.5866.8356.51-
YUV213.65112.96138.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=36.52%
G=33.65%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921118700.080.180.1034.2944.6881.57
HexE5D3BB0812A222d52
Octal34532327301022124255122
Binary111001011101001110111011010001001010101000101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5d3bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5d3bb; }

 p { color: rgb(229,211,187); }

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

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

 a { background-color: rgb(229,211,187); }

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

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

 span { border-color: rgb(229,211,187); }

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