Shades of Solitaire #EBDCC6
Tints of Solitaire #EBDCC6
RGB
CMYK
RGB Variations
Color information
#EBDCC6 (or 0xEBDCC6) is known color: Solitaire. HEX triplet: EB, DC and C6. RGB value is (235,220,198). Sum of RGB (Red+Green+Blue) = 235+220+198=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC6 is #142339. Grayscale: #DEDEDE. Windows color (decimal): -1319738 or 13032683. OLE color: 13032683.
HSL color Cylindrical-coordinate representation of color #EBDCC6: hue angle of 35.68º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBDCC6 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 198 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.08 |
| HSL | 35.68º | 0.48% | 0.85% | - |
| HSV(B) | 35.68º | 0.16% | 0.92% | - |
| XYZ | 70.05 | 72.93 | 63.81 | - |
| YUV | 221.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 198 | 0 | 0.06 | 0.16 | 0.08 | 35.68 | 0.48 | 0.85 |
| Hex | EB | DC | C6 | 0 | 6 | 10 | 8 | 24 | 30 | 55 |
| Octal | 353 | 334 | 306 | 0 | 6 | 20 | 10 | 44 | 60 | 125 |
| Binary | 11101011 | 11011100 | 11000110 | 0 | 110 | 10000 | 1000 | 100100 | 110000 | 1010101 |
Color Harmonies of #EBDCC6
Complementary color
Monochromatic Colors of #EBDCC6
Black with #EBDCC6
Text Example
Text Example
White with #EBDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCC6; }
p { color: rgb(235,220,198); }
H1.HeaderClassName
{
color: #EBDCC6;
}
.AnyTagClassName
{
color: #EBDCC6;
}
</style>
background-color css
<style>
a { background-color: #EBDCC6; }
a { background-color: rgb(235,220,198); }
div.DivClassName
{
background-color: #EBDCC6;
}
.BgClassName
{
background-color: #EBDCC6;
}
</style>
border-color css
<style>
span { border-color: #EBDCC6; }
span { border-color: rgb(235,220,198); }
td.TdClassName
{
border-color: #EBDCC6;
}
.TagClassName
{
border-color: #EBDCC6;
}
</style>