Shades of Solitaire #E8D9C6
Tints of Solitaire #E8D9C6
RGB
CMYK
RGB Variations
Color information
#E8D9C6 (or 0xE8D9C6) is known color: Solitaire. HEX triplet: E8, D9 and C6. RGB value is (232,217,198). Sum of RGB (Red+Green+Blue) = 232+217+198=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9C6 is #172639. Grayscale: #DBDBDB. Windows color (decimal): -1517114 or 13031912. OLE color: 13031912.
HSL color Cylindrical-coordinate representation of color #E8D9C6: hue angle of 33.53º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8D9C6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 198 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.09 |
| HSL | 33.53º | 0.43% | 0.84% | - |
| HSV(B) | 33.53º | 0.15% | 0.91% | - |
| XYZ | 68.28 | 70.86 | 63.5 | - |
| YUV | 219.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 198 | 0 | 0.06 | 0.15 | 0.09 | 33.53 | 0.43 | 0.84 |
| Hex | E8 | D9 | C6 | 0 | 6 | F | 9 | 22 | 2A | 54 |
| Octal | 350 | 331 | 306 | 0 | 6 | 17 | 11 | 42 | 52 | 124 |
| Binary | 11101000 | 11011001 | 11000110 | 0 | 110 | 1111 | 1001 | 100010 | 101010 | 1010100 |
Color Harmonies of #E8D9C6
Complementary color
Monochromatic Colors of #E8D9C6
Black with #E8D9C6
Text Example
Text Example
White with #E8D9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9C6; }
p { color: rgb(232,217,198); }
H1.HeaderClassName
{
color: #E8D9C6;
}
.AnyTagClassName
{
color: #E8D9C6;
}
</style>
background-color css
<style>
a { background-color: #E8D9C6; }
a { background-color: rgb(232,217,198); }
div.DivClassName
{
background-color: #E8D9C6;
}
.BgClassName
{
background-color: #E8D9C6;
}
</style>
border-color css
<style>
span { border-color: #E8D9C6; }
span { border-color: rgb(232,217,198); }
td.TdClassName
{
border-color: #E8D9C6;
}
.TagClassName
{
border-color: #E8D9C6;
}
</style>