Shades of Solitaire #E2D4C0
Tints of Solitaire #E2D4C0
RGB
CMYK
RGB Variations
Color information
#E2D4C0 (or 0xE2D4C0) is known color: Solitaire. HEX triplet: E2, D4 and C0. RGB value is (226,212,192). Sum of RGB (Red+Green+Blue) = 226+212+192=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D4C0 is #1D2B3F. Grayscale: #D6D6D6. Windows color (decimal): -1911616 or 12637410. OLE color: 12637410.
HSL color Cylindrical-coordinate representation of color #E2D4C0: hue angle of 35.29º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2D4C0 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 212 | 192 | - |
CMYK | 0 | 0.06 | 0.15 | 0.11 |
HSL | 35.29º | 0.37% | 0.82% | - |
HSV(B) | 35.29º | 0.15% | 0.89% | - |
XYZ | 64.42 | 67.06 | 59.42 | - |
YUV | 213.91 | 115.64 | 136.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 212 | 192 | 0 | 0.06 | 0.15 | 0.11 | 35.29 | 0.37 | 0.82 |
Hex | E2 | D4 | C0 | 0 | 6 | F | B | 23 | 25 | 52 |
Octal | 342 | 324 | 300 | 0 | 6 | 17 | 13 | 43 | 45 | 122 |
Binary | 11100010 | 11010100 | 11000000 | 0 | 110 | 1111 | 1011 | 100011 | 100101 | 1010010 |
Color Harmonies of #E2D4C0
Complementary color
Monochromatic Colors of #E2D4C0
Black with #E2D4C0
Text Example
Text Example
White with #E2D4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D4C0; }
p { color: rgb(226,212,192); }
H1.HeaderClassName
{
color: #E2D4C0;
}
.AnyTagClassName
{
color: #E2D4C0;
}
</style>
background-color css
<style>
a { background-color: #E2D4C0; }
a { background-color: rgb(226,212,192); }
div.DivClassName
{
background-color: #E2D4C0;
}
.BgClassName
{
background-color: #E2D4C0;
}
</style>
border-color css
<style>
span { border-color: #E2D4C0; }
span { border-color: rgb(226,212,192); }
td.TdClassName
{
border-color: #E2D4C0;
}
.TagClassName
{
border-color: #E2D4C0;
}
</style>