Shades of Solitaire #EADABF
Tints of Solitaire #EADABF
RGB
CMYK
RGB Variations
Color information
#EADABF (or 0xEADABF) is known color: Solitaire. HEX triplet: EA, DA and BF. RGB value is (234,218,191). Sum of RGB (Red+Green+Blue) = 234+218+191=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EADABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADABF is #152540. Grayscale: #DBDBDB. Windows color (decimal): -1385793 or 12573418. OLE color: 12573418.
HSL color Cylindrical-coordinate representation of color #EADABF: hue angle of 37.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EADABF is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 191 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.08 |
| HSL | 37.67º | 0.51% | 0.83% | - |
| HSV(B) | 37.67º | 0.18% | 0.92% | - |
| XYZ | 68.41 | 71.4 | 59.47 | - |
| YUV | 219.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 191 | 0 | 0.07 | 0.18 | 0.08 | 37.67 | 0.51 | 0.83 |
| Hex | EA | DA | BF | 0 | 7 | 12 | 8 | 26 | 33 | 53 |
| Octal | 352 | 332 | 277 | 0 | 7 | 22 | 10 | 46 | 63 | 123 |
| Binary | 11101010 | 11011010 | 10111111 | 0 | 111 | 10010 | 1000 | 100110 | 110011 | 1010011 |
Color Harmonies of #EADABF
Complementary color
Monochromatic Colors of #EADABF
Black with #EADABF
Text Example
Text Example
White with #EADABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADABF; }
p { color: rgb(234,218,191); }
H1.HeaderClassName
{
color: #EADABF;
}
.AnyTagClassName
{
color: #EADABF;
}
</style>
background-color css
<style>
a { background-color: #EADABF; }
a { background-color: rgb(234,218,191); }
div.DivClassName
{
background-color: #EADABF;
}
.BgClassName
{
background-color: #EADABF;
}
</style>
border-color css
<style>
span { border-color: #EADABF; }
span { border-color: rgb(234,218,191); }
td.TdClassName
{
border-color: #EADABF;
}
.TagClassName
{
border-color: #EADABF;
}
</style>