Shades of Solitaire #E8DAC2
Tints of Solitaire #E8DAC2
RGB
CMYK
RGB Variations
Color information
#E8DAC2 (or 0xE8DAC2) is known color: Solitaire. HEX triplet: E8, DA and C2. RGB value is (232,218,194). Sum of RGB (Red+Green+Blue) = 232+218+194=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DAC2 is #17253D. Grayscale: #DBDBDB. Windows color (decimal): -1516862 or 12770024. OLE color: 12770024.
HSL color Cylindrical-coordinate representation of color #E8DAC2: hue angle of 37.89º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8DAC2 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 194 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.09 |
| HSL | 37.89º | 0.45% | 0.84% | - |
| HSV(B) | 37.89º | 0.16% | 0.91% | - |
| XYZ | 68.09 | 71.19 | 61.19 | - |
| YUV | 219.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 194 | 0 | 0.06 | 0.16 | 0.09 | 37.89 | 0.45 | 0.84 |
| Hex | E8 | DA | C2 | 0 | 6 | 10 | 9 | 26 | 2D | 54 |
| Octal | 350 | 332 | 302 | 0 | 6 | 20 | 11 | 46 | 55 | 124 |
| Binary | 11101000 | 11011010 | 11000010 | 0 | 110 | 10000 | 1001 | 100110 | 101101 | 1010100 |
Color Harmonies of #E8DAC2
Complementary color
Monochromatic Colors of #E8DAC2
Black with #E8DAC2
Text Example
Text Example
White with #E8DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DAC2; }
p { color: rgb(232,218,194); }
H1.HeaderClassName
{
color: #E8DAC2;
}
.AnyTagClassName
{
color: #E8DAC2;
}
</style>
background-color css
<style>
a { background-color: #E8DAC2; }
a { background-color: rgb(232,218,194); }
div.DivClassName
{
background-color: #E8DAC2;
}
.BgClassName
{
background-color: #E8DAC2;
}
</style>
border-color css
<style>
span { border-color: #E8DAC2; }
span { border-color: rgb(232,218,194); }
td.TdClassName
{
border-color: #E8DAC2;
}
.TagClassName
{
border-color: #E8DAC2;
}
</style>