Shades of Solitaire #EADBC0
Tints of Solitaire #EADBC0
RGB
CMYK
RGB Variations
Color information
#EADBC0 (or 0xEADBC0) is known color: Solitaire. HEX triplet: EA, DB and C0. RGB value is (234,219,192). Sum of RGB (Red+Green+Blue) = 234+219+192=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC0 is #15243F. Grayscale: #DCDCDC. Windows color (decimal): -1385536 or 12639210. OLE color: 12639210.
HSL color Cylindrical-coordinate representation of color #EADBC0: hue angle of 38.57º degrees, saturation: 0.5, 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 #EADBC0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 192 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 38.57º | 0.5% | 0.84% | - |
| HSV(B) | 38.57º | 0.18% | 0.92% | - |
| XYZ | 68.78 | 71.96 | 60.13 | - |
| YUV | 220.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 192 | 0 | 0.06 | 0.18 | 0.08 | 38.57 | 0.5 | 0.84 |
| Hex | EA | DB | C0 | 0 | 6 | 12 | 8 | 27 | 32 | 54 |
| Octal | 352 | 333 | 300 | 0 | 6 | 22 | 10 | 47 | 62 | 124 |
| Binary | 11101010 | 11011011 | 11000000 | 0 | 110 | 10010 | 1000 | 100111 | 110010 | 1010100 |
Color Harmonies of #EADBC0
Complementary color
Monochromatic Colors of #EADBC0
Black with #EADBC0
Text Example
Text Example
White with #EADBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBC0; }
p { color: rgb(234,219,192); }
H1.HeaderClassName
{
color: #EADBC0;
}
.AnyTagClassName
{
color: #EADBC0;
}
</style>
background-color css
<style>
a { background-color: #EADBC0; }
a { background-color: rgb(234,219,192); }
div.DivClassName
{
background-color: #EADBC0;
}
.BgClassName
{
background-color: #EADBC0;
}
</style>
border-color css
<style>
span { border-color: #EADBC0; }
span { border-color: rgb(234,219,192); }
td.TdClassName
{
border-color: #EADBC0;
}
.TagClassName
{
border-color: #EADBC0;
}
</style>