Shades of Solitaire #EBD8BC
Tints of Solitaire #EBD8BC
RGB
CMYK
RGB Variations
Color information
#EBD8BC (or 0xEBD8BC) is known color: Solitaire. HEX triplet: EB, D8 and BC. RGB value is (235,216,188). Sum of RGB (Red+Green+Blue) = 235+216+188=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8BC is #142743. Grayscale: #DADADA. Windows color (decimal): -1320772 or 12376299. OLE color: 12376299.
HSL color Cylindrical-coordinate representation of color #EBD8BC: hue angle of 35.74º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD8BC is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 188 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.08 |
| HSL | 35.74º | 0.54% | 0.83% | - |
| HSV(B) | 35.74º | 0.2% | 0.92% | - |
| XYZ | 67.89 | 70.4 | 57.59 | - |
| YUV | 218.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 188 | 0 | 0.08 | 0.2 | 0.08 | 35.74 | 0.54 | 0.83 |
| Hex | EB | D8 | BC | 0 | 8 | 14 | 8 | 24 | 36 | 53 |
| Octal | 353 | 330 | 274 | 0 | 10 | 24 | 10 | 44 | 66 | 123 |
| Binary | 11101011 | 11011000 | 10111100 | 0 | 1000 | 10100 | 1000 | 100100 | 110110 | 1010011 |
Color Harmonies of #EBD8BC
Complementary color
Monochromatic Colors of #EBD8BC
Black with #EBD8BC
Text Example
Text Example
White with #EBD8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8BC; }
p { color: rgb(235,216,188); }
H1.HeaderClassName
{
color: #EBD8BC;
}
.AnyTagClassName
{
color: #EBD8BC;
}
</style>
background-color css
<style>
a { background-color: #EBD8BC; }
a { background-color: rgb(235,216,188); }
div.DivClassName
{
background-color: #EBD8BC;
}
.BgClassName
{
background-color: #EBD8BC;
}
</style>
border-color css
<style>
span { border-color: #EBD8BC; }
span { border-color: rgb(235,216,188); }
td.TdClassName
{
border-color: #EBD8BC;
}
.TagClassName
{
border-color: #EBD8BC;
}
</style>