Shades of Solitaire #EADCC8
Tints of Solitaire #EADCC8
RGB
CMYK
RGB Variations
Color information
#EADCC8 (or 0xEADCC8) is known color: Solitaire. HEX triplet: EA, DC and C8. RGB value is (234,220,200). Sum of RGB (Red+Green+Blue) = 234+220+200=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCC8 is #152337. Grayscale: #DEDEDE. Windows color (decimal): -1385272 or 13163754. OLE color: 13163754.
HSL color Cylindrical-coordinate representation of color #EADCC8: hue angle of 35.29º degrees, saturation: 0.45, 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 #EADCC8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 200 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.08 |
| HSL | 35.29º | 0.45% | 0.85% | - |
| HSV(B) | 35.29º | 0.15% | 0.92% | - |
| XYZ | 69.95 | 72.85 | 65.02 | - |
| YUV | 221.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 200 | 0 | 0.06 | 0.15 | 0.08 | 35.29 | 0.45 | 0.85 |
| Hex | EA | DC | C8 | 0 | 6 | F | 8 | 23 | 2D | 55 |
| Octal | 352 | 334 | 310 | 0 | 6 | 17 | 10 | 43 | 55 | 125 |
| Binary | 11101010 | 11011100 | 11001000 | 0 | 110 | 1111 | 1000 | 100011 | 101101 | 1010101 |
Color Harmonies of #EADCC8
Complementary color
Monochromatic Colors of #EADCC8
Black with #EADCC8
Text Example
Text Example
White with #EADCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCC8; }
p { color: rgb(234,220,200); }
H1.HeaderClassName
{
color: #EADCC8;
}
.AnyTagClassName
{
color: #EADCC8;
}
</style>
background-color css
<style>
a { background-color: #EADCC8; }
a { background-color: rgb(234,220,200); }
div.DivClassName
{
background-color: #EADCC8;
}
.BgClassName
{
background-color: #EADCC8;
}
</style>
border-color css
<style>
span { border-color: #EADCC8; }
span { border-color: rgb(234,220,200); }
td.TdClassName
{
border-color: #EADCC8;
}
.TagClassName
{
border-color: #EADCC8;
}
</style>