Shades of Solitaire #EADBC1
Tints of Solitaire #EADBC1
RGB
CMYK
RGB Variations
Color information
#EADBC1 (or 0xEADBC1) is known color: Solitaire. HEX triplet: EA, DB and C1. RGB value is (234,219,193). Sum of RGB (Red+Green+Blue) = 234+219+193=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC1 is #15243E. Grayscale: #DCDCDC. Windows color (decimal): -1385535 or 12704746. OLE color: 12704746.
HSL color Cylindrical-coordinate representation of color #EADBC1: hue angle of 38.05º degrees, saturation: 0.49, 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 #EADBC1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 193 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 38.05º | 0.49% | 0.84% | - |
| HSV(B) | 38.05º | 0.18% | 0.92% | - |
| XYZ | 68.89 | 72.01 | 60.72 | - |
| YUV | 220.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 193 | 0 | 0.06 | 0.18 | 0.08 | 38.05 | 0.49 | 0.84 |
| Hex | EA | DB | C1 | 0 | 6 | 12 | 8 | 26 | 31 | 54 |
| Octal | 352 | 333 | 301 | 0 | 6 | 22 | 10 | 46 | 61 | 124 |
| Binary | 11101010 | 11011011 | 11000001 | 0 | 110 | 10010 | 1000 | 100110 | 110001 | 1010100 |
Color Harmonies of #EADBC1
Complementary color
Monochromatic Colors of #EADBC1
Black with #EADBC1
Text Example
Text Example
White with #EADBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBC1; }
p { color: rgb(234,219,193); }
H1.HeaderClassName
{
color: #EADBC1;
}
.AnyTagClassName
{
color: #EADBC1;
}
</style>
background-color css
<style>
a { background-color: #EADBC1; }
a { background-color: rgb(234,219,193); }
div.DivClassName
{
background-color: #EADBC1;
}
.BgClassName
{
background-color: #EADBC1;
}
</style>
border-color css
<style>
span { border-color: #EADBC1; }
span { border-color: rgb(234,219,193); }
td.TdClassName
{
border-color: #EADBC1;
}
.TagClassName
{
border-color: #EADBC1;
}
</style>