Shades of Solitaire #EADAC5
Tints of Solitaire #EADAC5
RGB
CMYK
RGB Variations
Color information
#EADAC5 (or 0xEADAC5) is known color: Solitaire. HEX triplet: EA, DA and C5. RGB value is (234,218,197). Sum of RGB (Red+Green+Blue) = 234+218+197=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC5 is #15253A. Grayscale: #DCDCDC. Windows color (decimal): -1385787 or 12966634. OLE color: 12966634.
HSL color Cylindrical-coordinate representation of color #EADAC5: hue angle of 34.05º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EADAC5 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 197 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.08 |
| HSL | 34.05º | 0.47% | 0.85% | - |
| HSV(B) | 34.05º | 0.16% | 0.92% | - |
| XYZ | 69.08 | 71.67 | 63.02 | - |
| YUV | 220.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 197 | 0 | 0.07 | 0.16 | 0.08 | 34.05 | 0.47 | 0.85 |
| Hex | EA | DA | C5 | 0 | 7 | 10 | 8 | 22 | 2F | 55 |
| Octal | 352 | 332 | 305 | 0 | 7 | 20 | 10 | 42 | 57 | 125 |
| Binary | 11101010 | 11011010 | 11000101 | 0 | 111 | 10000 | 1000 | 100010 | 101111 | 1010101 |
Color Harmonies of #EADAC5
Complementary color
Monochromatic Colors of #EADAC5
Black with #EADAC5
Text Example
Text Example
White with #EADAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAC5; }
p { color: rgb(234,218,197); }
H1.HeaderClassName
{
color: #EADAC5;
}
.AnyTagClassName
{
color: #EADAC5;
}
</style>
background-color css
<style>
a { background-color: #EADAC5; }
a { background-color: rgb(234,218,197); }
div.DivClassName
{
background-color: #EADAC5;
}
.BgClassName
{
background-color: #EADAC5;
}
</style>
border-color css
<style>
span { border-color: #EADAC5; }
span { border-color: rgb(234,218,197); }
td.TdClassName
{
border-color: #EADAC5;
}
.TagClassName
{
border-color: #EADAC5;
}
</style>