Shades of Solitaire #E9D6C0
Tints of Solitaire #E9D6C0
RGB
CMYK
RGB Variations
Color information
#E9D6C0 (or 0xE9D6C0) is known color: Solitaire. HEX triplet: E9, D6 and C0. RGB value is (233,214,192). Sum of RGB (Red+Green+Blue) = 233+214+192=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6C0 is #16293F. Grayscale: #D9D9D9. Windows color (decimal): -1452352 or 12637929. OLE color: 12637929.
HSL color Cylindrical-coordinate representation of color #E9D6C0: hue angle of 32.2º degrees, saturation: 0.48, 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 #E9D6C0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 192 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.09 |
| HSL | 32.2º | 0.48% | 0.83% | - |
| HSV(B) | 32.2º | 0.18% | 0.91% | - |
| XYZ | 67.17 | 69.22 | 59.69 | - |
| YUV | 217.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 192 | 0 | 0.08 | 0.18 | 0.09 | 32.2 | 0.48 | 0.83 |
| Hex | E9 | D6 | C0 | 0 | 8 | 12 | 9 | 20 | 30 | 53 |
| Octal | 351 | 326 | 300 | 0 | 10 | 22 | 11 | 40 | 60 | 123 |
| Binary | 11101001 | 11010110 | 11000000 | 0 | 1000 | 10010 | 1001 | 100000 | 110000 | 1010011 |
Color Harmonies of #E9D6C0
Complementary color
Monochromatic Colors of #E9D6C0
Black with #E9D6C0
Text Example
Text Example
White with #E9D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D6C0; }
p { color: rgb(233,214,192); }
H1.HeaderClassName
{
color: #E9D6C0;
}
.AnyTagClassName
{
color: #E9D6C0;
}
</style>
background-color css
<style>
a { background-color: #E9D6C0; }
a { background-color: rgb(233,214,192); }
div.DivClassName
{
background-color: #E9D6C0;
}
.BgClassName
{
background-color: #E9D6C0;
}
</style>
border-color css
<style>
span { border-color: #E9D6C0; }
span { border-color: rgb(233,214,192); }
td.TdClassName
{
border-color: #E9D6C0;
}
.TagClassName
{
border-color: #E9D6C0;
}
</style>