Shades of Solitaire #EBDAC0
Tints of Solitaire #EBDAC0
RGB
CMYK
RGB Variations
Color information
#EBDAC0 (or 0xEBDAC0) is known color: Solitaire. HEX triplet: EB, DA and C0. RGB value is (235,218,192). Sum of RGB (Red+Green+Blue) = 235+218+192=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC0 is #14253F. Grayscale: #DCDCDC. Windows color (decimal): -1320256 or 12638955. OLE color: 12638955.
HSL color Cylindrical-coordinate representation of color #EBDAC0: hue angle of 36.28º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBDAC0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 192 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.08 |
| HSL | 36.28º | 0.52% | 0.84% | - |
| HSV(B) | 36.28º | 0.18% | 0.92% | - |
| XYZ | 68.85 | 71.61 | 60.06 | - |
| YUV | 220.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 192 | 0 | 0.07 | 0.18 | 0.08 | 36.28 | 0.52 | 0.84 |
| Hex | EB | DA | C0 | 0 | 7 | 12 | 8 | 24 | 34 | 54 |
| Octal | 353 | 332 | 300 | 0 | 7 | 22 | 10 | 44 | 64 | 124 |
| Binary | 11101011 | 11011010 | 11000000 | 0 | 111 | 10010 | 1000 | 100100 | 110100 | 1010100 |
Color Harmonies of #EBDAC0
Complementary color
Monochromatic Colors of #EBDAC0
Black with #EBDAC0
Text Example
Text Example
White with #EBDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAC0; }
p { color: rgb(235,218,192); }
H1.HeaderClassName
{
color: #EBDAC0;
}
.AnyTagClassName
{
color: #EBDAC0;
}
</style>
background-color css
<style>
a { background-color: #EBDAC0; }
a { background-color: rgb(235,218,192); }
div.DivClassName
{
background-color: #EBDAC0;
}
.BgClassName
{
background-color: #EBDAC0;
}
</style>
border-color css
<style>
span { border-color: #EBDAC0; }
span { border-color: rgb(235,218,192); }
td.TdClassName
{
border-color: #EBDAC0;
}
.TagClassName
{
border-color: #EBDAC0;
}
</style>