Shades of Thistle #DCBADF
Tints of Thistle #DCBADF
RGB
CMYK
RGB Variations
Color information
#DCBADF (or 0xDCBADF) is known color: Thistle. HEX triplet: DC, BA and DF. RGB value is (220,186,223). Sum of RGB (Red+Green+Blue) = 220+186+223=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADF is #234520. Grayscale: #C8C8C8. Windows color (decimal): -2311457 or 14662364. OLE color: 14662364.
HSL color Cylindrical-coordinate representation of color #DCBADF: hue angle of 295.14º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBADF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 186 | 223 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.13 |
| HSL | 295.14º | 0.37% | 0.8% | - |
| HSV(B) | 295.14º | 0.17% | 0.87% | - |
| XYZ | 60.39 | 55.66 | 77.37 | - |
| YUV | 200.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 223 | 0.01 | 0.17 | 0 | 0.13 | 295.14 | 0.37 | 0.8 |
| Hex | DC | BA | DF | 1 | 11 | 0 | D | 127 | 25 | 50 |
| Octal | 334 | 272 | 337 | 1 | 21 | 0 | 15 | 447 | 45 | 120 |
| Binary | 11011100 | 10111010 | 11011111 | 1 | 10001 | 0 | 1101 | 100100111 | 100101 | 1010000 |
Color Harmonies of #DCBADF
Complementary color
Monochromatic Colors of #DCBADF
Black with #DCBADF
Text Example
Text Example
White with #DCBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBADF; }
p { color: rgb(220,186,223); }
H1.HeaderClassName
{
color: #DCBADF;
}
.AnyTagClassName
{
color: #DCBADF;
}
</style>
background-color css
<style>
a { background-color: #DCBADF; }
a { background-color: rgb(220,186,223); }
div.DivClassName
{
background-color: #DCBADF;
}
.BgClassName
{
background-color: #DCBADF;
}
</style>
border-color css
<style>
span { border-color: #DCBADF; }
span { border-color: rgb(220,186,223); }
td.TdClassName
{
border-color: #DCBADF;
}
.TagClassName
{
border-color: #DCBADF;
}
</style>