Shades of Solitaire #EADCC5
Tints of Solitaire #EADCC5
RGB
CMYK
RGB Variations
Color information
#EADCC5 (or 0xEADCC5) is known color: Solitaire. HEX triplet: EA, DC and C5. RGB value is (234,220,197). Sum of RGB (Red+Green+Blue) = 234+220+197=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCC5 is #15233A. Grayscale: #DDDDDD. Windows color (decimal): -1385275 or 12967146. OLE color: 12967146.
HSL color Cylindrical-coordinate representation of color #EADCC5: hue angle of 37.3º 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 #EADCC5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 197 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.08 |
| HSL | 37.3º | 0.47% | 0.85% | - |
| HSV(B) | 37.3º | 0.16% | 0.92% | - |
| XYZ | 69.6 | 72.71 | 63.19 | - |
| YUV | 221.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 197 | 0 | 0.06 | 0.16 | 0.08 | 37.3 | 0.47 | 0.85 |
| Hex | EA | DC | C5 | 0 | 6 | 10 | 8 | 25 | 2F | 55 |
| Octal | 352 | 334 | 305 | 0 | 6 | 20 | 10 | 45 | 57 | 125 |
| Binary | 11101010 | 11011100 | 11000101 | 0 | 110 | 10000 | 1000 | 100101 | 101111 | 1010101 |
Color Harmonies of #EADCC5
Complementary color
Monochromatic Colors of #EADCC5
Black with #EADCC5
Text Example
Text Example
White with #EADCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCC5; }
p { color: rgb(234,220,197); }
H1.HeaderClassName
{
color: #EADCC5;
}
.AnyTagClassName
{
color: #EADCC5;
}
</style>
background-color css
<style>
a { background-color: #EADCC5; }
a { background-color: rgb(234,220,197); }
div.DivClassName
{
background-color: #EADCC5;
}
.BgClassName
{
background-color: #EADCC5;
}
</style>
border-color css
<style>
span { border-color: #EADCC5; }
span { border-color: rgb(234,220,197); }
td.TdClassName
{
border-color: #EADCC5;
}
.TagClassName
{
border-color: #EADCC5;
}
</style>