Shades of Solitaire #E5D1BB
Tints of Solitaire #E5D1BB
RGB
CMYK
RGB Variations
Color information
#E5D1BB (or 0xE5D1BB) is known color: Solitaire. HEX triplet: E5, D1 and BB. RGB value is (229,209,187). Sum of RGB (Red+Green+Blue) = 229+209+187=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D1BB is #1A2E44. Grayscale: #D4D4D4. Windows color (decimal): -1715781 or 12308965. OLE color: 12308965.
HSL color Cylindrical-coordinate representation of color #E5D1BB: hue angle of 31.43º 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 #E5D1BB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 187 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.10 |
| HSL | 31.43º | 0.45% | 0.82% | - |
| HSV(B) | 31.43º | 0.18% | 0.9% | - |
| XYZ | 64.08 | 65.85 | 56.35 | - |
| YUV | 212.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 187 | 0 | 0.09 | 0.18 | 0.10 | 31.43 | 0.45 | 0.82 |
| Hex | E5 | D1 | BB | 0 | 9 | 12 | A | 1F | 2D | 52 |
| Octal | 345 | 321 | 273 | 0 | 11 | 22 | 12 | 37 | 55 | 122 |
| Binary | 11100101 | 11010001 | 10111011 | 0 | 1001 | 10010 | 1010 | 11111 | 101101 | 1010010 |
Color Harmonies of #E5D1BB
Complementary color
Monochromatic Colors of #E5D1BB
Black with #E5D1BB
Text Example
Text Example
White with #E5D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D1BB; }
p { color: rgb(229,209,187); }
H1.HeaderClassName
{
color: #E5D1BB;
}
.AnyTagClassName
{
color: #E5D1BB;
}
</style>
background-color css
<style>
a { background-color: #E5D1BB; }
a { background-color: rgb(229,209,187); }
div.DivClassName
{
background-color: #E5D1BB;
}
.BgClassName
{
background-color: #E5D1BB;
}
</style>
border-color css
<style>
span { border-color: #E5D1BB; }
span { border-color: rgb(229,209,187); }
td.TdClassName
{
border-color: #E5D1BB;
}
.TagClassName
{
border-color: #E5D1BB;
}
</style>