Shades of Solitaire #E8DBC2
Tints of Solitaire #E8DBC2
RGB
CMYK
RGB Variations
Color information
#E8DBC2 (or 0xE8DBC2) is known color: Solitaire. HEX triplet: E8, DB and C2. RGB value is (232,219,194). Sum of RGB (Red+Green+Blue) = 232+219+194=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBC2 is #17243D. Grayscale: #DCDCDC. Windows color (decimal): -1516606 or 12770280. OLE color: 12770280.
HSL color Cylindrical-coordinate representation of color #E8DBC2: hue angle of 39.47º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8DBC2 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 194 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.09 |
| HSL | 39.47º | 0.45% | 0.84% | - |
| HSV(B) | 39.47º | 0.16% | 0.91% | - |
| XYZ | 68.35 | 71.71 | 61.28 | - |
| YUV | 220.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 194 | 0 | 0.06 | 0.16 | 0.09 | 39.47 | 0.45 | 0.84 |
| Hex | E8 | DB | C2 | 0 | 6 | 10 | 9 | 27 | 2D | 54 |
| Octal | 350 | 333 | 302 | 0 | 6 | 20 | 11 | 47 | 55 | 124 |
| Binary | 11101000 | 11011011 | 11000010 | 0 | 110 | 10000 | 1001 | 100111 | 101101 | 1010100 |
Color Harmonies of #E8DBC2
Complementary color
Monochromatic Colors of #E8DBC2
Black with #E8DBC2
Text Example
Text Example
White with #E8DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBC2; }
p { color: rgb(232,219,194); }
H1.HeaderClassName
{
color: #E8DBC2;
}
.AnyTagClassName
{
color: #E8DBC2;
}
</style>
background-color css
<style>
a { background-color: #E8DBC2; }
a { background-color: rgb(232,219,194); }
div.DivClassName
{
background-color: #E8DBC2;
}
.BgClassName
{
background-color: #E8DBC2;
}
</style>
border-color css
<style>
span { border-color: #E8DBC2; }
span { border-color: rgb(232,219,194); }
td.TdClassName
{
border-color: #E8DBC2;
}
.TagClassName
{
border-color: #E8DBC2;
}
</style>