Shades of Solitaire #EADBC6
Tints of Solitaire #EADBC6
RGB
CMYK
RGB Variations
Color information
#EADBC6 (or 0xEADBC6) is known color: Solitaire. HEX triplet: EA, DB and C6. RGB value is (234,219,198). Sum of RGB (Red+Green+Blue) = 234+219+198=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC6 is #152439. Grayscale: #DDDDDD. Windows color (decimal): -1385530 or 13032426. OLE color: 13032426.
HSL color Cylindrical-coordinate representation of color #EADBC6: hue angle of 35º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EADBC6 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 198 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.08 |
| HSL | 35º | 0.46% | 0.85% | - |
| HSV(B) | 35º | 0.15% | 0.92% | - |
| XYZ | 69.46 | 72.23 | 63.71 | - |
| YUV | 221.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 198 | 0 | 0.06 | 0.15 | 0.08 | 35 | 0.46 | 0.85 |
| Hex | EA | DB | C6 | 0 | 6 | F | 8 | 23 | 2E | 55 |
| Octal | 352 | 333 | 306 | 0 | 6 | 17 | 10 | 43 | 56 | 125 |
| Binary | 11101010 | 11011011 | 11000110 | 0 | 110 | 1111 | 1000 | 100011 | 101110 | 1010101 |
Color Harmonies of #EADBC6
Complementary color
Monochromatic Colors of #EADBC6
Black with #EADBC6
Text Example
Text Example
White with #EADBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBC6; }
p { color: rgb(234,219,198); }
H1.HeaderClassName
{
color: #EADBC6;
}
.AnyTagClassName
{
color: #EADBC6;
}
</style>
background-color css
<style>
a { background-color: #EADBC6; }
a { background-color: rgb(234,219,198); }
div.DivClassName
{
background-color: #EADBC6;
}
.BgClassName
{
background-color: #EADBC6;
}
</style>
border-color css
<style>
span { border-color: #EADBC6; }
span { border-color: rgb(234,219,198); }
td.TdClassName
{
border-color: #EADBC6;
}
.TagClassName
{
border-color: #EADBC6;
}
</style>