Shades of Solitaire #E6D8BF
Tints of Solitaire #E6D8BF
RGB
CMYK
RGB Variations
Color information
#E6D8BF (or 0xE6D8BF) is known color: Solitaire. HEX triplet: E6, D8 and BF. RGB value is (230,216,191). Sum of RGB (Red+Green+Blue) = 230+216+191=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8BF is #192740. Grayscale: #D9D9D9. Windows color (decimal): -1648449 or 12572902. OLE color: 12572902.
HSL color Cylindrical-coordinate representation of color #E6D8BF: hue angle of 38.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6D8BF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 191 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.10 |
| HSL | 38.46º | 0.44% | 0.83% | - |
| HSV(B) | 38.46º | 0.17% | 0.9% | - |
| XYZ | 66.59 | 69.7 | 59.23 | - |
| YUV | 217.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 191 | 0 | 0.06 | 0.17 | 0.10 | 38.46 | 0.44 | 0.83 |
| Hex | E6 | D8 | BF | 0 | 6 | 11 | A | 26 | 2C | 53 |
| Octal | 346 | 330 | 277 | 0 | 6 | 21 | 12 | 46 | 54 | 123 |
| Binary | 11100110 | 11011000 | 10111111 | 0 | 110 | 10001 | 1010 | 100110 | 101100 | 1010011 |
Color Harmonies of #E6D8BF
Complementary color
Monochromatic Colors of #E6D8BF
Black with #E6D8BF
Text Example
Text Example
White with #E6D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8BF; }
p { color: rgb(230,216,191); }
H1.HeaderClassName
{
color: #E6D8BF;
}
.AnyTagClassName
{
color: #E6D8BF;
}
</style>
background-color css
<style>
a { background-color: #E6D8BF; }
a { background-color: rgb(230,216,191); }
div.DivClassName
{
background-color: #E6D8BF;
}
.BgClassName
{
background-color: #E6D8BF;
}
</style>
border-color css
<style>
span { border-color: #E6D8BF; }
span { border-color: rgb(230,216,191); }
td.TdClassName
{
border-color: #E6D8BF;
}
.TagClassName
{
border-color: #E6D8BF;
}
</style>