Shades of Solitaire #EBDBC7
Tints of Solitaire #EBDBC7
RGB
CMYK
RGB Variations
Color information
#EBDBC7 (or 0xEBDBC7) is known color: Solitaire. HEX triplet: EB, DB and C7. RGB value is (235,219,199). Sum of RGB (Red+Green+Blue) = 235+219+199=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC7 is #142438. Grayscale: #DDDDDD. Windows color (decimal): -1319993 or 13097963. OLE color: 13097963.
HSL color Cylindrical-coordinate representation of color #EBDBC7: hue angle of 33.33º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBDBC7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 199 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.08 |
| HSL | 33.33º | 0.47% | 0.85% | - |
| HSV(B) | 33.33º | 0.15% | 0.92% | - |
| XYZ | 69.9 | 72.45 | 64.33 | - |
| YUV | 221.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 199 | 0 | 0.07 | 0.15 | 0.08 | 33.33 | 0.47 | 0.85 |
| Hex | EB | DB | C7 | 0 | 7 | F | 8 | 21 | 2F | 55 |
| Octal | 353 | 333 | 307 | 0 | 7 | 17 | 10 | 41 | 57 | 125 |
| Binary | 11101011 | 11011011 | 11000111 | 0 | 111 | 1111 | 1000 | 100001 | 101111 | 1010101 |
Color Harmonies of #EBDBC7
Complementary color
Monochromatic Colors of #EBDBC7
Black with #EBDBC7
Text Example
Text Example
White with #EBDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBC7; }
p { color: rgb(235,219,199); }
H1.HeaderClassName
{
color: #EBDBC7;
}
.AnyTagClassName
{
color: #EBDBC7;
}
</style>
background-color css
<style>
a { background-color: #EBDBC7; }
a { background-color: rgb(235,219,199); }
div.DivClassName
{
background-color: #EBDBC7;
}
.BgClassName
{
background-color: #EBDBC7;
}
</style>
border-color css
<style>
span { border-color: #EBDBC7; }
span { border-color: rgb(235,219,199); }
td.TdClassName
{
border-color: #EBDBC7;
}
.TagClassName
{
border-color: #EBDBC7;
}
</style>