Shades of Solitaire #E7D7C3
Tints of Solitaire #E7D7C3
RGB
CMYK
RGB Variations
Color information
#E7D7C3 (or 0xE7D7C3) is known color: Solitaire. HEX triplet: E7, D7 and C3. RGB value is (231,215,195). Sum of RGB (Red+Green+Blue) = 231+215+195=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D7C3 is #18283C. Grayscale: #D9D9D9. Windows color (decimal): -1583165 or 12834791. OLE color: 12834791.
HSL color Cylindrical-coordinate representation of color #E7D7C3: hue angle of 33.33º degrees, saturation: 0.43, 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 #E7D7C3 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 195 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.09 |
| HSL | 33.33º | 0.43% | 0.84% | - |
| HSV(B) | 33.33º | 0.16% | 0.91% | - |
| XYZ | 67.11 | 69.53 | 61.51 | - |
| YUV | 217.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 195 | 0 | 0.07 | 0.16 | 0.09 | 33.33 | 0.43 | 0.84 |
| Hex | E7 | D7 | C3 | 0 | 7 | 10 | 9 | 21 | 2B | 54 |
| Octal | 347 | 327 | 303 | 0 | 7 | 20 | 11 | 41 | 53 | 124 |
| Binary | 11100111 | 11010111 | 11000011 | 0 | 111 | 10000 | 1001 | 100001 | 101011 | 1010100 |
Color Harmonies of #E7D7C3
Complementary color
Monochromatic Colors of #E7D7C3
Black with #E7D7C3
Text Example
Text Example
White with #E7D7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D7C3; }
p { color: rgb(231,215,195); }
H1.HeaderClassName
{
color: #E7D7C3;
}
.AnyTagClassName
{
color: #E7D7C3;
}
</style>
background-color css
<style>
a { background-color: #E7D7C3; }
a { background-color: rgb(231,215,195); }
div.DivClassName
{
background-color: #E7D7C3;
}
.BgClassName
{
background-color: #E7D7C3;
}
</style>
border-color css
<style>
span { border-color: #E7D7C3; }
span { border-color: rgb(231,215,195); }
td.TdClassName
{
border-color: #E7D7C3;
}
.TagClassName
{
border-color: #E7D7C3;
}
</style>