Shades of Solitaire #EADCC4
Tints of Solitaire #EADCC4
RGB
CMYK
RGB Variations
Color information
#EADCC4 (or 0xEADCC4) is known color: Solitaire. HEX triplet: EA, DC and C4. RGB value is (234,220,196). Sum of RGB (Red+Green+Blue) = 234+220+196=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCC4 is #15233B. Grayscale: #DDDDDD. Windows color (decimal): -1385276 or 12901610. OLE color: 12901610.
HSL color Cylindrical-coordinate representation of color #EADCC4: hue angle of 37.89º 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 #EADCC4 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 196 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.08 |
| HSL | 37.89º | 0.48% | 0.84% | - |
| HSV(B) | 37.89º | 0.16% | 0.92% | - |
| XYZ | 69.49 | 72.66 | 62.59 | - |
| YUV | 221.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 196 | 0 | 0.06 | 0.16 | 0.08 | 37.89 | 0.48 | 0.84 |
| Hex | EA | DC | C4 | 0 | 6 | 10 | 8 | 26 | 30 | 54 |
| Octal | 352 | 334 | 304 | 0 | 6 | 20 | 10 | 46 | 60 | 124 |
| Binary | 11101010 | 11011100 | 11000100 | 0 | 110 | 10000 | 1000 | 100110 | 110000 | 1010100 |
Color Harmonies of #EADCC4
Complementary color
Monochromatic Colors of #EADCC4
Black with #EADCC4
Text Example
Text Example
White with #EADCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCC4; }
p { color: rgb(234,220,196); }
H1.HeaderClassName
{
color: #EADCC4;
}
.AnyTagClassName
{
color: #EADCC4;
}
</style>
background-color css
<style>
a { background-color: #EADCC4; }
a { background-color: rgb(234,220,196); }
div.DivClassName
{
background-color: #EADCC4;
}
.BgClassName
{
background-color: #EADCC4;
}
</style>
border-color css
<style>
span { border-color: #EADCC4; }
span { border-color: rgb(234,220,196); }
td.TdClassName
{
border-color: #EADCC4;
}
.TagClassName
{
border-color: #EADCC4;
}
</style>