Shades of Solitaire #E9DABF
Tints of Solitaire #E9DABF
RGB
CMYK
RGB Variations
Color information
#E9DABF (or 0xE9DABF) is known color: Solitaire. HEX triplet: E9, DA and BF. RGB value is (233,218,191). Sum of RGB (Red+Green+Blue) = 233+218+191=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DABF is #162540. Grayscale: #DBDBDB. Windows color (decimal): -1451329 or 12573417. OLE color: 12573417.
HSL color Cylindrical-coordinate representation of color #E9DABF: hue angle of 38.57º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9DABF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 218 | 191 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.09 |
| HSL | 38.57º | 0.49% | 0.83% | - |
| HSV(B) | 38.57º | 0.18% | 0.91% | - |
| XYZ | 68.08 | 71.23 | 59.45 | - |
| YUV | 219.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 191 | 0 | 0.06 | 0.18 | 0.09 | 38.57 | 0.49 | 0.83 |
| Hex | E9 | DA | BF | 0 | 6 | 12 | 9 | 27 | 31 | 53 |
| Octal | 351 | 332 | 277 | 0 | 6 | 22 | 11 | 47 | 61 | 123 |
| Binary | 11101001 | 11011010 | 10111111 | 0 | 110 | 10010 | 1001 | 100111 | 110001 | 1010011 |
Color Harmonies of #E9DABF
Complementary color
Monochromatic Colors of #E9DABF
Black with #E9DABF
Text Example
Text Example
White with #E9DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DABF; }
p { color: rgb(233,218,191); }
H1.HeaderClassName
{
color: #E9DABF;
}
.AnyTagClassName
{
color: #E9DABF;
}
</style>
background-color css
<style>
a { background-color: #E9DABF; }
a { background-color: rgb(233,218,191); }
div.DivClassName
{
background-color: #E9DABF;
}
.BgClassName
{
background-color: #E9DABF;
}
</style>
border-color css
<style>
span { border-color: #E9DABF; }
span { border-color: rgb(233,218,191); }
td.TdClassName
{
border-color: #E9DABF;
}
.TagClassName
{
border-color: #E9DABF;
}
</style>