Shades of Solitaire #ECDCC0
Tints of Solitaire #ECDCC0
RGB
CMYK
RGB Variations
Color information
#ECDCC0 (or 0xECDCC0) is known color: Solitaire. HEX triplet: EC, DC and C0. RGB value is (236,220,192). Sum of RGB (Red+Green+Blue) = 236+220+192=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCC0 is #13233F. Grayscale: #DDDDDD. Windows color (decimal): -1254208 or 12639468. OLE color: 12639468.
HSL color Cylindrical-coordinate representation of color #ECDCC0: hue angle of 38.18º degrees, saturation: 0.54, 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 #ECDCC0 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 192 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.07 |
| HSL | 38.18º | 0.54% | 0.84% | - |
| HSV(B) | 38.18º | 0.19% | 0.93% | - |
| XYZ | 69.7 | 72.83 | 60.25 | - |
| YUV | 221.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 192 | 0 | 0.07 | 0.19 | 0.07 | 38.18 | 0.54 | 0.84 |
| Hex | EC | DC | C0 | 0 | 7 | 13 | 7 | 26 | 36 | 54 |
| Octal | 354 | 334 | 300 | 0 | 7 | 23 | 7 | 46 | 66 | 124 |
| Binary | 11101100 | 11011100 | 11000000 | 0 | 111 | 10011 | 111 | 100110 | 110110 | 1010100 |
Color Harmonies of #ECDCC0
Complementary color
Monochromatic Colors of #ECDCC0
Black with #ECDCC0
Text Example
Text Example
White with #ECDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCC0; }
p { color: rgb(236,220,192); }
H1.HeaderClassName
{
color: #ECDCC0;
}
.AnyTagClassName
{
color: #ECDCC0;
}
</style>
background-color css
<style>
a { background-color: #ECDCC0; }
a { background-color: rgb(236,220,192); }
div.DivClassName
{
background-color: #ECDCC0;
}
.BgClassName
{
background-color: #ECDCC0;
}
</style>
border-color css
<style>
span { border-color: #ECDCC0; }
span { border-color: rgb(236,220,192); }
td.TdClassName
{
border-color: #ECDCC0;
}
.TagClassName
{
border-color: #ECDCC0;
}
</style>