Shades of Solitaire #E7D4BD
Tints of Solitaire #E7D4BD
RGB
CMYK
RGB Variations
Color information
#E7D4BD (or 0xE7D4BD) is known color: Solitaire. HEX triplet: E7, D4 and BD. RGB value is (231,212,189). Sum of RGB (Red+Green+Blue) = 231+212+189=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4BD is #182B42. Grayscale: #D7D7D7. Windows color (decimal): -1583939 or 12440807. OLE color: 12440807.
HSL color Cylindrical-coordinate representation of color #E7D4BD: hue angle of 32.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7D4BD is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 189 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.09 |
| HSL | 32.86º | 0.47% | 0.82% | - |
| HSV(B) | 32.86º | 0.18% | 0.91% | - |
| XYZ | 65.68 | 67.75 | 57.76 | - |
| YUV | 215.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 189 | 0 | 0.08 | 0.18 | 0.09 | 32.86 | 0.47 | 0.82 |
| Hex | E7 | D4 | BD | 0 | 8 | 12 | 9 | 21 | 2F | 52 |
| Octal | 347 | 324 | 275 | 0 | 10 | 22 | 11 | 41 | 57 | 122 |
| Binary | 11100111 | 11010100 | 10111101 | 0 | 1000 | 10010 | 1001 | 100001 | 101111 | 1010010 |
Color Harmonies of #E7D4BD
Complementary color
Monochromatic Colors of #E7D4BD
Black with #E7D4BD
Text Example
Text Example
White with #E7D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4BD; }
p { color: rgb(231,212,189); }
H1.HeaderClassName
{
color: #E7D4BD;
}
.AnyTagClassName
{
color: #E7D4BD;
}
</style>
background-color css
<style>
a { background-color: #E7D4BD; }
a { background-color: rgb(231,212,189); }
div.DivClassName
{
background-color: #E7D4BD;
}
.BgClassName
{
background-color: #E7D4BD;
}
</style>
border-color css
<style>
span { border-color: #E7D4BD; }
span { border-color: rgb(231,212,189); }
td.TdClassName
{
border-color: #E7D4BD;
}
.TagClassName
{
border-color: #E7D4BD;
}
</style>