Shades of Solitaire #E6D2BD
Tints of Solitaire #E6D2BD
RGB
CMYK
RGB Variations
Color information
#E6D2BD (or 0xE6D2BD) is known color: Solitaire. HEX triplet: E6, D2 and BD. RGB value is (230,210,189). Sum of RGB (Red+Green+Blue) = 230+210+189=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D2BD is #192D42. Grayscale: #D5D5D5. Windows color (decimal): -1649987 or 12440294. OLE color: 12440294.
HSL color Cylindrical-coordinate representation of color #E6D2BD: hue angle of 30.73º 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 #E6D2BD is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 189 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.10 |
| HSL | 30.73º | 0.45% | 0.82% | - |
| HSV(B) | 30.73º | 0.18% | 0.9% | - |
| XYZ | 64.87 | 66.59 | 57.58 | - |
| YUV | 213.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 189 | 0 | 0.09 | 0.18 | 0.10 | 30.73 | 0.45 | 0.82 |
| Hex | E6 | D2 | BD | 0 | 9 | 12 | A | 1F | 2D | 52 |
| Octal | 346 | 322 | 275 | 0 | 11 | 22 | 12 | 37 | 55 | 122 |
| Binary | 11100110 | 11010010 | 10111101 | 0 | 1001 | 10010 | 1010 | 11111 | 101101 | 1010010 |
Color Harmonies of #E6D2BD
Complementary color
Monochromatic Colors of #E6D2BD
Black with #E6D2BD
Text Example
Text Example
White with #E6D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D2BD; }
p { color: rgb(230,210,189); }
H1.HeaderClassName
{
color: #E6D2BD;
}
.AnyTagClassName
{
color: #E6D2BD;
}
</style>
background-color css
<style>
a { background-color: #E6D2BD; }
a { background-color: rgb(230,210,189); }
div.DivClassName
{
background-color: #E6D2BD;
}
.BgClassName
{
background-color: #E6D2BD;
}
</style>
border-color css
<style>
span { border-color: #E6D2BD; }
span { border-color: rgb(230,210,189); }
td.TdClassName
{
border-color: #E6D2BD;
}
.TagClassName
{
border-color: #E6D2BD;
}
</style>