Shades of Solitaire #E9DAC1
Tints of Solitaire #E9DAC1
RGB
CMYK
RGB Variations
Color information
#E9DAC1 (or 0xE9DAC1) is known color: Solitaire. HEX triplet: E9, DA and C1. RGB value is (233,218,193). Sum of RGB (Red+Green+Blue) = 233+218+193=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DAC1 is #16253E. Grayscale: #DBDBDB. Windows color (decimal): -1451327 or 12704489. OLE color: 12704489.
HSL color Cylindrical-coordinate representation of color #E9DAC1: hue angle of 37.5º degrees, saturation: 0.48, 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 #E9DAC1 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 193 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.09 |
| HSL | 37.5º | 0.48% | 0.84% | - |
| HSV(B) | 37.5º | 0.17% | 0.91% | - |
| XYZ | 68.3 | 71.32 | 60.62 | - |
| YUV | 219.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 193 | 0 | 0.06 | 0.17 | 0.09 | 37.5 | 0.48 | 0.84 |
| Hex | E9 | DA | C1 | 0 | 6 | 11 | 9 | 26 | 30 | 54 |
| Octal | 351 | 332 | 301 | 0 | 6 | 21 | 11 | 46 | 60 | 124 |
| Binary | 11101001 | 11011010 | 11000001 | 0 | 110 | 10001 | 1001 | 100110 | 110000 | 1010100 |
Color Harmonies of #E9DAC1
Complementary color
Monochromatic Colors of #E9DAC1
Black with #E9DAC1
Text Example
Text Example
White with #E9DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAC1; }
p { color: rgb(233,218,193); }
H1.HeaderClassName
{
color: #E9DAC1;
}
.AnyTagClassName
{
color: #E9DAC1;
}
</style>
background-color css
<style>
a { background-color: #E9DAC1; }
a { background-color: rgb(233,218,193); }
div.DivClassName
{
background-color: #E9DAC1;
}
.BgClassName
{
background-color: #E9DAC1;
}
</style>
border-color css
<style>
span { border-color: #E9DAC1; }
span { border-color: rgb(233,218,193); }
td.TdClassName
{
border-color: #E9DAC1;
}
.TagClassName
{
border-color: #E9DAC1;
}
</style>