Shades of Solitaire #EBDBC2
Tints of Solitaire #EBDBC2
RGB
CMYK
RGB Variations
Color information
#EBDBC2 (or 0xEBDBC2) is known color: Solitaire. HEX triplet: EB, DB and C2. RGB value is (235,219,194). Sum of RGB (Red+Green+Blue) = 235+219+194=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC2 is #14243D. Grayscale: #DDDDDD. Windows color (decimal): -1319998 or 12770283. OLE color: 12770283.
HSL color Cylindrical-coordinate representation of color #EBDBC2: hue angle of 36.59º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDBC2 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 194 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.08 |
| HSL | 36.59º | 0.51% | 0.84% | - |
| HSV(B) | 36.59º | 0.17% | 0.92% | - |
| XYZ | 69.33 | 72.22 | 61.32 | - |
| YUV | 220.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 194 | 0 | 0.07 | 0.17 | 0.08 | 36.59 | 0.51 | 0.84 |
| Hex | EB | DB | C2 | 0 | 7 | 11 | 8 | 25 | 33 | 54 |
| Octal | 353 | 333 | 302 | 0 | 7 | 21 | 10 | 45 | 63 | 124 |
| Binary | 11101011 | 11011011 | 11000010 | 0 | 111 | 10001 | 1000 | 100101 | 110011 | 1010100 |
Color Harmonies of #EBDBC2
Complementary color
Monochromatic Colors of #EBDBC2
Black with #EBDBC2
Text Example
Text Example
White with #EBDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBC2; }
p { color: rgb(235,219,194); }
H1.HeaderClassName
{
color: #EBDBC2;
}
.AnyTagClassName
{
color: #EBDBC2;
}
</style>
background-color css
<style>
a { background-color: #EBDBC2; }
a { background-color: rgb(235,219,194); }
div.DivClassName
{
background-color: #EBDBC2;
}
.BgClassName
{
background-color: #EBDBC2;
}
</style>
border-color css
<style>
span { border-color: #EBDBC2; }
span { border-color: rgb(235,219,194); }
td.TdClassName
{
border-color: #EBDBC2;
}
.TagClassName
{
border-color: #EBDBC2;
}
</style>