Shades of Solitaire #E7D2BB
Tints of Solitaire #E7D2BB
RGB
CMYK
RGB Variations
Color information
#E7D2BB (or 0xE7D2BB) is known color: Solitaire. HEX triplet: E7, D2 and BB. RGB value is (231,210,187). Sum of RGB (Red+Green+Blue) = 231+210+187=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2BB is #182D44. Grayscale: #D5D5D5. Windows color (decimal): -1584453 or 12309223. OLE color: 12309223.
HSL color Cylindrical-coordinate representation of color #E7D2BB: hue angle of 31.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D2BB is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 187 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.09 |
| HSL | 31.36º | 0.48% | 0.82% | - |
| HSV(B) | 31.36º | 0.19% | 0.91% | - |
| XYZ | 64.97 | 66.67 | 56.46 | - |
| YUV | 213.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 187 | 0 | 0.09 | 0.19 | 0.09 | 31.36 | 0.48 | 0.82 |
| Hex | E7 | D2 | BB | 0 | 9 | 13 | 9 | 1F | 30 | 52 |
| Octal | 347 | 322 | 273 | 0 | 11 | 23 | 11 | 37 | 60 | 122 |
| Binary | 11100111 | 11010010 | 10111011 | 0 | 1001 | 10011 | 1001 | 11111 | 110000 | 1010010 |
Color Harmonies of #E7D2BB
Complementary color
Monochromatic Colors of #E7D2BB
Black with #E7D2BB
Text Example
Text Example
White with #E7D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2BB; }
p { color: rgb(231,210,187); }
H1.HeaderClassName
{
color: #E7D2BB;
}
.AnyTagClassName
{
color: #E7D2BB;
}
</style>
background-color css
<style>
a { background-color: #E7D2BB; }
a { background-color: rgb(231,210,187); }
div.DivClassName
{
background-color: #E7D2BB;
}
.BgClassName
{
background-color: #E7D2BB;
}
</style>
border-color css
<style>
span { border-color: #E7D2BB; }
span { border-color: rgb(231,210,187); }
td.TdClassName
{
border-color: #E7D2BB;
}
.TagClassName
{
border-color: #E7D2BB;
}
</style>