Shades of Solitaire #ECDBBE
Tints of Solitaire #ECDBBE
RGB
CMYK
RGB Variations
Color information
#ECDBBE (or 0xECDBBE) is known color: Solitaire. HEX triplet: EC, DB and BE. RGB value is (236,219,190). Sum of RGB (Red+Green+Blue) = 236+219+190=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBBE is #132441. Grayscale: #DCDCDC. Windows color (decimal): -1254466 or 12508140. OLE color: 12508140.
HSL color Cylindrical-coordinate representation of color #ECDBBE: hue angle of 37.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECDBBE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 190 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.07 |
| HSL | 37.83º | 0.55% | 0.84% | - |
| HSV(B) | 37.83º | 0.19% | 0.93% | - |
| XYZ | 69.22 | 72.21 | 59.01 | - |
| YUV | 220.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 190 | 0 | 0.07 | 0.19 | 0.07 | 37.83 | 0.55 | 0.84 |
| Hex | EC | DB | BE | 0 | 7 | 13 | 7 | 26 | 37 | 54 |
| Octal | 354 | 333 | 276 | 0 | 7 | 23 | 7 | 46 | 67 | 124 |
| Binary | 11101100 | 11011011 | 10111110 | 0 | 111 | 10011 | 111 | 100110 | 110111 | 1010100 |
Color Harmonies of #ECDBBE
Complementary color
Monochromatic Colors of #ECDBBE
Black with #ECDBBE
Text Example
Text Example
White with #ECDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBBE; }
p { color: rgb(236,219,190); }
H1.HeaderClassName
{
color: #ECDBBE;
}
.AnyTagClassName
{
color: #ECDBBE;
}
</style>
background-color css
<style>
a { background-color: #ECDBBE; }
a { background-color: rgb(236,219,190); }
div.DivClassName
{
background-color: #ECDBBE;
}
.BgClassName
{
background-color: #ECDBBE;
}
</style>
border-color css
<style>
span { border-color: #ECDBBE; }
span { border-color: rgb(236,219,190); }
td.TdClassName
{
border-color: #ECDBBE;
}
.TagClassName
{
border-color: #ECDBBE;
}
</style>