Shades of Solitaire #EBDCC1
Tints of Solitaire #EBDCC1
RGB
CMYK
RGB Variations
Color information
#EBDCC1 (or 0xEBDCC1) is known color: Solitaire. HEX triplet: EB, DC and C1. RGB value is (235,220,193). Sum of RGB (Red+Green+Blue) = 235+220+193=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC1 is #14233E. Grayscale: #DDDDDD. Windows color (decimal): -1319743 or 12705003. OLE color: 12705003.
HSL color Cylindrical-coordinate representation of color #EBDCC1: hue angle of 38.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBDCC1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 193 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 38.57º | 0.51% | 0.84% | - |
| HSV(B) | 38.57º | 0.18% | 0.92% | - |
| XYZ | 69.48 | 72.7 | 60.82 | - |
| YUV | 221.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 193 | 0 | 0.06 | 0.18 | 0.08 | 38.57 | 0.51 | 0.84 |
| Hex | EB | DC | C1 | 0 | 6 | 12 | 8 | 27 | 33 | 54 |
| Octal | 353 | 334 | 301 | 0 | 6 | 22 | 10 | 47 | 63 | 124 |
| Binary | 11101011 | 11011100 | 11000001 | 0 | 110 | 10010 | 1000 | 100111 | 110011 | 1010100 |
Color Harmonies of #EBDCC1
Complementary color
Monochromatic Colors of #EBDCC1
Black with #EBDCC1
Text Example
Text Example
White with #EBDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCC1; }
p { color: rgb(235,220,193); }
H1.HeaderClassName
{
color: #EBDCC1;
}
.AnyTagClassName
{
color: #EBDCC1;
}
</style>
background-color css
<style>
a { background-color: #EBDCC1; }
a { background-color: rgb(235,220,193); }
div.DivClassName
{
background-color: #EBDCC1;
}
.BgClassName
{
background-color: #EBDCC1;
}
</style>
border-color css
<style>
span { border-color: #EBDCC1; }
span { border-color: rgb(235,220,193); }
td.TdClassName
{
border-color: #EBDCC1;
}
.TagClassName
{
border-color: #EBDCC1;
}
</style>