Shades of Solitaire #E6D3BE
Tints of Solitaire #E6D3BE
RGB
CMYK
RGB Variations
Color information
#E6D3BE (or 0xE6D3BE) is known color: Solitaire. HEX triplet: E6, D3 and BE. RGB value is (230,211,190). Sum of RGB (Red+Green+Blue) = 230+211+190=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3BE is #192C41. Grayscale: #D6D6D6. Windows color (decimal): -1649730 or 12506086. OLE color: 12506086.
HSL color Cylindrical-coordinate representation of color #E6D3BE: hue angle of 31.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6D3BE is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 190 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.10 |
| HSL | 31.5º | 0.44% | 0.82% | - |
| HSV(B) | 31.5º | 0.17% | 0.9% | - |
| XYZ | 65.22 | 67.13 | 58.23 | - |
| YUV | 214.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 190 | 0 | 0.08 | 0.17 | 0.10 | 31.5 | 0.44 | 0.82 |
| Hex | E6 | D3 | BE | 0 | 8 | 11 | A | 1F | 2C | 52 |
| Octal | 346 | 323 | 276 | 0 | 10 | 21 | 12 | 37 | 54 | 122 |
| Binary | 11100110 | 11010011 | 10111110 | 0 | 1000 | 10001 | 1010 | 11111 | 101100 | 1010010 |
Color Harmonies of #E6D3BE
Complementary color
Monochromatic Colors of #E6D3BE
Black with #E6D3BE
Text Example
Text Example
White with #E6D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D3BE; }
p { color: rgb(230,211,190); }
H1.HeaderClassName
{
color: #E6D3BE;
}
.AnyTagClassName
{
color: #E6D3BE;
}
</style>
background-color css
<style>
a { background-color: #E6D3BE; }
a { background-color: rgb(230,211,190); }
div.DivClassName
{
background-color: #E6D3BE;
}
.BgClassName
{
background-color: #E6D3BE;
}
</style>
border-color css
<style>
span { border-color: #E6D3BE; }
span { border-color: rgb(230,211,190); }
td.TdClassName
{
border-color: #E6D3BE;
}
.TagClassName
{
border-color: #E6D3BE;
}
</style>