Shades of Solitaire #ECDABF
Tints of Solitaire #ECDABF
RGB
CMYK
RGB Variations
Color information
#ECDABF (or 0xECDABF) is known color: Solitaire. HEX triplet: EC, DA and BF. RGB value is (236,218,191). Sum of RGB (Red+Green+Blue) = 236+218+191=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDABF is #132540. Grayscale: #DCDCDC. Windows color (decimal): -1254721 or 12573420. OLE color: 12573420.
HSL color Cylindrical-coordinate representation of color #ECDABF: hue angle of 36º 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 #ECDABF is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 191 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.07 |
| HSL | 36º | 0.54% | 0.84% | - |
| HSV(B) | 36º | 0.19% | 0.93% | - |
| XYZ | 69.07 | 71.74 | 59.5 | - |
| YUV | 220.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 191 | 0 | 0.08 | 0.19 | 0.07 | 36 | 0.54 | 0.84 |
| Hex | EC | DA | BF | 0 | 8 | 13 | 7 | 24 | 36 | 54 |
| Octal | 354 | 332 | 277 | 0 | 10 | 23 | 7 | 44 | 66 | 124 |
| Binary | 11101100 | 11011010 | 10111111 | 0 | 1000 | 10011 | 111 | 100100 | 110110 | 1010100 |
Color Harmonies of #ECDABF
Complementary color
Monochromatic Colors of #ECDABF
Black with #ECDABF
Text Example
Text Example
White with #ECDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDABF; }
p { color: rgb(236,218,191); }
H1.HeaderClassName
{
color: #ECDABF;
}
.AnyTagClassName
{
color: #ECDABF;
}
</style>
background-color css
<style>
a { background-color: #ECDABF; }
a { background-color: rgb(236,218,191); }
div.DivClassName
{
background-color: #ECDABF;
}
.BgClassName
{
background-color: #ECDABF;
}
</style>
border-color css
<style>
span { border-color: #ECDABF; }
span { border-color: rgb(236,218,191); }
td.TdClassName
{
border-color: #ECDABF;
}
.TagClassName
{
border-color: #ECDABF;
}
</style>