Shades of Solitaire #EBDCC5
Tints of Solitaire #EBDCC5
RGB
CMYK
RGB Variations
Color information
#EBDCC5 (or 0xEBDCC5) is known color: Solitaire. HEX triplet: EB, DC and C5. RGB value is (235,220,197). Sum of RGB (Red+Green+Blue) = 235+220+197=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCC5 is #14233A. Grayscale: #DDDDDD. Windows color (decimal): -1319739 or 12967147. OLE color: 12967147.
HSL color Cylindrical-coordinate representation of color #EBDCC5: hue angle of 36.32º degrees, saturation: 0.49, 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 #EBDCC5 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 197 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.08 |
| HSL | 36.32º | 0.49% | 0.85% | - |
| HSV(B) | 36.32º | 0.16% | 0.92% | - |
| XYZ | 69.93 | 72.88 | 63.2 | - |
| YUV | 221.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 197 | 0 | 0.06 | 0.16 | 0.08 | 36.32 | 0.49 | 0.85 |
| Hex | EB | DC | C5 | 0 | 6 | 10 | 8 | 24 | 31 | 55 |
| Octal | 353 | 334 | 305 | 0 | 6 | 20 | 10 | 44 | 61 | 125 |
| Binary | 11101011 | 11011100 | 11000101 | 0 | 110 | 10000 | 1000 | 100100 | 110001 | 1010101 |
Color Harmonies of #EBDCC5
Complementary color
Monochromatic Colors of #EBDCC5
Black with #EBDCC5
Text Example
Text Example
White with #EBDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCC5; }
p { color: rgb(235,220,197); }
H1.HeaderClassName
{
color: #EBDCC5;
}
.AnyTagClassName
{
color: #EBDCC5;
}
</style>
background-color css
<style>
a { background-color: #EBDCC5; }
a { background-color: rgb(235,220,197); }
div.DivClassName
{
background-color: #EBDCC5;
}
.BgClassName
{
background-color: #EBDCC5;
}
</style>
border-color css
<style>
span { border-color: #EBDCC5; }
span { border-color: rgb(235,220,197); }
td.TdClassName
{
border-color: #EBDCC5;
}
.TagClassName
{
border-color: #EBDCC5;
}
</style>