Shades of Solitaire #EBDBC3
Tints of Solitaire #EBDBC3
RGB
CMYK
RGB Variations
Color information
#EBDBC3 (or 0xEBDBC3) is known color: Solitaire. HEX triplet: EB, DB and C3. RGB value is (235,219,195). Sum of RGB (Red+Green+Blue) = 235+219+195=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBC3 is #14243C. Grayscale: #DDDDDD. Windows color (decimal): -1319997 or 12835819. OLE color: 12835819.
HSL color Cylindrical-coordinate representation of color #EBDBC3: hue angle of 36º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDBC3 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 195 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.08 |
| HSL | 36º | 0.5% | 0.84% | - |
| HSV(B) | 36º | 0.17% | 0.92% | - |
| XYZ | 69.44 | 72.27 | 61.92 | - |
| YUV | 221.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 195 | 0 | 0.07 | 0.17 | 0.08 | 36 | 0.5 | 0.84 |
| Hex | EB | DB | C3 | 0 | 7 | 11 | 8 | 24 | 32 | 54 |
| Octal | 353 | 333 | 303 | 0 | 7 | 21 | 10 | 44 | 62 | 124 |
| Binary | 11101011 | 11011011 | 11000011 | 0 | 111 | 10001 | 1000 | 100100 | 110010 | 1010100 |
Color Harmonies of #EBDBC3
Complementary color
Monochromatic Colors of #EBDBC3
Black with #EBDBC3
Text Example
Text Example
White with #EBDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBC3; }
p { color: rgb(235,219,195); }
H1.HeaderClassName
{
color: #EBDBC3;
}
.AnyTagClassName
{
color: #EBDBC3;
}
</style>
background-color css
<style>
a { background-color: #EBDBC3; }
a { background-color: rgb(235,219,195); }
div.DivClassName
{
background-color: #EBDBC3;
}
.BgClassName
{
background-color: #EBDBC3;
}
</style>
border-color css
<style>
span { border-color: #EBDBC3; }
span { border-color: rgb(235,219,195); }
td.TdClassName
{
border-color: #EBDBC3;
}
.TagClassName
{
border-color: #EBDBC3;
}
</style>