Shades of Solitaire #E8D7BD
Tints of Solitaire #E8D7BD
RGB
CMYK
RGB Variations
Color information
#E8D7BD (or 0xE8D7BD) is known color: Solitaire. HEX triplet: E8, D7 and BD. RGB value is (232,215,189). Sum of RGB (Red+Green+Blue) = 232+215+189=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D7BD is #172842. Grayscale: #D9D9D9. Windows color (decimal): -1517635 or 12441576. OLE color: 12441576.
HSL color Cylindrical-coordinate representation of color #E8D7BD: hue angle of 36.28º degrees, saturation: 0.48, 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 #E8D7BD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 189 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.09 |
| HSL | 36.28º | 0.48% | 0.83% | - |
| HSV(B) | 36.28º | 0.19% | 0.91% | - |
| XYZ | 66.76 | 69.43 | 58.03 | - |
| YUV | 217.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 189 | 0 | 0.07 | 0.19 | 0.09 | 36.28 | 0.48 | 0.83 |
| Hex | E8 | D7 | BD | 0 | 7 | 13 | 9 | 24 | 30 | 53 |
| Octal | 350 | 327 | 275 | 0 | 7 | 23 | 11 | 44 | 60 | 123 |
| Binary | 11101000 | 11010111 | 10111101 | 0 | 111 | 10011 | 1001 | 100100 | 110000 | 1010011 |
Color Harmonies of #E8D7BD
Complementary color
Monochromatic Colors of #E8D7BD
Black with #E8D7BD
Text Example
Text Example
White with #E8D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D7BD; }
p { color: rgb(232,215,189); }
H1.HeaderClassName
{
color: #E8D7BD;
}
.AnyTagClassName
{
color: #E8D7BD;
}
</style>
background-color css
<style>
a { background-color: #E8D7BD; }
a { background-color: rgb(232,215,189); }
div.DivClassName
{
background-color: #E8D7BD;
}
.BgClassName
{
background-color: #E8D7BD;
}
</style>
border-color css
<style>
span { border-color: #E8D7BD; }
span { border-color: rgb(232,215,189); }
td.TdClassName
{
border-color: #E8D7BD;
}
.TagClassName
{
border-color: #E8D7BD;
}
</style>