Shades of Solitaire #EBDABD
Tints of Solitaire #EBDABD
RGB
CMYK
RGB Variations
Color information
#EBDABD (or 0xEBDABD) is known color: Solitaire. HEX triplet: EB, DA and BD. RGB value is (235,218,189). Sum of RGB (Red+Green+Blue) = 235+218+189=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDABD is #142542. Grayscale: #DBDBDB. Windows color (decimal): -1320259 or 12442347. OLE color: 12442347.
HSL color Cylindrical-coordinate representation of color #EBDABD: hue angle of 37.83º degrees, saturation: 0.53, 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 #EBDABD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 189 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.08 |
| HSL | 37.83º | 0.53% | 0.83% | - |
| HSV(B) | 37.83º | 0.2% | 0.92% | - |
| XYZ | 68.52 | 71.48 | 58.33 | - |
| YUV | 219.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 189 | 0 | 0.07 | 0.20 | 0.08 | 37.83 | 0.53 | 0.83 |
| Hex | EB | DA | BD | 0 | 7 | 14 | 8 | 26 | 35 | 53 |
| Octal | 353 | 332 | 275 | 0 | 7 | 24 | 10 | 46 | 65 | 123 |
| Binary | 11101011 | 11011010 | 10111101 | 0 | 111 | 10100 | 1000 | 100110 | 110101 | 1010011 |
Color Harmonies of #EBDABD
Complementary color
Monochromatic Colors of #EBDABD
Black with #EBDABD
Text Example
Text Example
White with #EBDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDABD; }
p { color: rgb(235,218,189); }
H1.HeaderClassName
{
color: #EBDABD;
}
.AnyTagClassName
{
color: #EBDABD;
}
</style>
background-color css
<style>
a { background-color: #EBDABD; }
a { background-color: rgb(235,218,189); }
div.DivClassName
{
background-color: #EBDABD;
}
.BgClassName
{
background-color: #EBDABD;
}
</style>
border-color css
<style>
span { border-color: #EBDABD; }
span { border-color: rgb(235,218,189); }
td.TdClassName
{
border-color: #EBDABD;
}
.TagClassName
{
border-color: #EBDABD;
}
</style>