Shades of Solitaire #E8D8BF
Tints of Solitaire #E8D8BF
RGB
CMYK
RGB Variations
Color information
#E8D8BF (or 0xE8D8BF) is known color: Solitaire. HEX triplet: E8, D8 and BF. RGB value is (232,216,191). Sum of RGB (Red+Green+Blue) = 232+216+191=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D8BF is #172740. Grayscale: #DADADA. Windows color (decimal): -1517377 or 12572904. OLE color: 12572904.
HSL color Cylindrical-coordinate representation of color #E8D8BF: hue angle of 36.59º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8D8BF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 191 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.09 |
| HSL | 36.59º | 0.47% | 0.83% | - |
| HSV(B) | 36.59º | 0.18% | 0.91% | - |
| XYZ | 67.24 | 70.03 | 59.26 | - |
| YUV | 217.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 191 | 0 | 0.07 | 0.18 | 0.09 | 36.59 | 0.47 | 0.83 |
| Hex | E8 | D8 | BF | 0 | 7 | 12 | 9 | 25 | 2F | 53 |
| Octal | 350 | 330 | 277 | 0 | 7 | 22 | 11 | 45 | 57 | 123 |
| Binary | 11101000 | 11011000 | 10111111 | 0 | 111 | 10010 | 1001 | 100101 | 101111 | 1010011 |
Color Harmonies of #E8D8BF
Complementary color
Monochromatic Colors of #E8D8BF
Black with #E8D8BF
Text Example
Text Example
White with #E8D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8BF; }
p { color: rgb(232,216,191); }
H1.HeaderClassName
{
color: #E8D8BF;
}
.AnyTagClassName
{
color: #E8D8BF;
}
</style>
background-color css
<style>
a { background-color: #E8D8BF; }
a { background-color: rgb(232,216,191); }
div.DivClassName
{
background-color: #E8D8BF;
}
.BgClassName
{
background-color: #E8D8BF;
}
</style>
border-color css
<style>
span { border-color: #E8D8BF; }
span { border-color: rgb(232,216,191); }
td.TdClassName
{
border-color: #E8D8BF;
}
.TagClassName
{
border-color: #E8D8BF;
}
</style>