Shades of Solitaire #E6D6BD
Tints of Solitaire #E6D6BD
RGB
CMYK
RGB Variations
Color information
#E6D6BD (or 0xE6D6BD) is known color: Solitaire. HEX triplet: E6, D6 and BD. RGB value is (230,214,189). Sum of RGB (Red+Green+Blue) = 230+214+189=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6BD is #192942. Grayscale: #D8D8D8. Windows color (decimal): -1648963 or 12441318. OLE color: 12441318.
HSL color Cylindrical-coordinate representation of color #E6D6BD: hue angle of 36.59º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6D6BD is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 189 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.10 |
| HSL | 36.59º | 0.45% | 0.82% | - |
| HSV(B) | 36.59º | 0.18% | 0.9% | - |
| XYZ | 65.87 | 68.59 | 57.91 | - |
| YUV | 215.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 189 | 0 | 0.07 | 0.18 | 0.10 | 36.59 | 0.45 | 0.82 |
| Hex | E6 | D6 | BD | 0 | 7 | 12 | A | 25 | 2D | 52 |
| Octal | 346 | 326 | 275 | 0 | 7 | 22 | 12 | 45 | 55 | 122 |
| Binary | 11100110 | 11010110 | 10111101 | 0 | 111 | 10010 | 1010 | 100101 | 101101 | 1010010 |
Color Harmonies of #E6D6BD
Complementary color
Monochromatic Colors of #E6D6BD
Black with #E6D6BD
Text Example
Text Example
White with #E6D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6BD; }
p { color: rgb(230,214,189); }
H1.HeaderClassName
{
color: #E6D6BD;
}
.AnyTagClassName
{
color: #E6D6BD;
}
</style>
background-color css
<style>
a { background-color: #E6D6BD; }
a { background-color: rgb(230,214,189); }
div.DivClassName
{
background-color: #E6D6BD;
}
.BgClassName
{
background-color: #E6D6BD;
}
</style>
border-color css
<style>
span { border-color: #E6D6BD; }
span { border-color: rgb(230,214,189); }
td.TdClassName
{
border-color: #E6D6BD;
}
.TagClassName
{
border-color: #E6D6BD;
}
</style>