Shades of Solitaire #EADAC4
Tints of Solitaire #EADAC4
RGB
CMYK
RGB Variations
Color information
#EADAC4 (or 0xEADAC4) is known color: Solitaire. HEX triplet: EA, DA and C4. RGB value is (234,218,196). Sum of RGB (Red+Green+Blue) = 234+218+196=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC4 is #15253B. Grayscale: #DCDCDC. Windows color (decimal): -1385788 or 12901098. OLE color: 12901098.
HSL color Cylindrical-coordinate representation of color #EADAC4: hue angle of 34.74º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EADAC4 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 196 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.08 |
| HSL | 34.74º | 0.48% | 0.84% | - |
| HSV(B) | 34.74º | 0.16% | 0.92% | - |
| XYZ | 68.97 | 71.62 | 62.41 | - |
| YUV | 220.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 196 | 0 | 0.07 | 0.16 | 0.08 | 34.74 | 0.48 | 0.84 |
| Hex | EA | DA | C4 | 0 | 7 | 10 | 8 | 23 | 30 | 54 |
| Octal | 352 | 332 | 304 | 0 | 7 | 20 | 10 | 43 | 60 | 124 |
| Binary | 11101010 | 11011010 | 11000100 | 0 | 111 | 10000 | 1000 | 100011 | 110000 | 1010100 |
Color Harmonies of #EADAC4
Complementary color
Monochromatic Colors of #EADAC4
Black with #EADAC4
Text Example
Text Example
White with #EADAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAC4; }
p { color: rgb(234,218,196); }
H1.HeaderClassName
{
color: #EADAC4;
}
.AnyTagClassName
{
color: #EADAC4;
}
</style>
background-color css
<style>
a { background-color: #EADAC4; }
a { background-color: rgb(234,218,196); }
div.DivClassName
{
background-color: #EADAC4;
}
.BgClassName
{
background-color: #EADAC4;
}
</style>
border-color css
<style>
span { border-color: #EADAC4; }
span { border-color: rgb(234,218,196); }
td.TdClassName
{
border-color: #EADAC4;
}
.TagClassName
{
border-color: #EADAC4;
}
</style>