Shades of Solitaire #E9DAC2
Tints of Solitaire #E9DAC2
RGB
CMYK
RGB Variations
Color information
#E9DAC2 (or 0xE9DAC2) is known color: Solitaire. HEX triplet: E9, DA and C2. RGB value is (233,218,194). Sum of RGB (Red+Green+Blue) = 233+218+194=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAC2 is #16253D. Grayscale: #DBDBDB. Windows color (decimal): -1451326 or 12770025. OLE color: 12770025.
HSL color Cylindrical-coordinate representation of color #E9DAC2: hue angle of 36.92º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9DAC2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 194 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.09 |
| HSL | 36.92º | 0.47% | 0.84% | - |
| HSV(B) | 36.92º | 0.17% | 0.91% | - |
| XYZ | 68.41 | 71.36 | 61.21 | - |
| YUV | 219.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 194 | 0 | 0.06 | 0.17 | 0.09 | 36.92 | 0.47 | 0.84 |
| Hex | E9 | DA | C2 | 0 | 6 | 11 | 9 | 25 | 2F | 54 |
| Octal | 351 | 332 | 302 | 0 | 6 | 21 | 11 | 45 | 57 | 124 |
| Binary | 11101001 | 11011010 | 11000010 | 0 | 110 | 10001 | 1001 | 100101 | 101111 | 1010100 |
Color Harmonies of #E9DAC2
Complementary color
Monochromatic Colors of #E9DAC2
Black with #E9DAC2
Text Example
Text Example
White with #E9DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAC2; }
p { color: rgb(233,218,194); }
H1.HeaderClassName
{
color: #E9DAC2;
}
.AnyTagClassName
{
color: #E9DAC2;
}
</style>
background-color css
<style>
a { background-color: #E9DAC2; }
a { background-color: rgb(233,218,194); }
div.DivClassName
{
background-color: #E9DAC2;
}
.BgClassName
{
background-color: #E9DAC2;
}
</style>
border-color css
<style>
span { border-color: #E9DAC2; }
span { border-color: rgb(233,218,194); }
td.TdClassName
{
border-color: #E9DAC2;
}
.TagClassName
{
border-color: #E9DAC2;
}
</style>