Shades of Thistle #D6BADB
Tints of Thistle #D6BADB
RGB
CMYK
RGB Variations
Color information
#D6BADB (or 0xD6BADB) is known color: Thistle. HEX triplet: D6, BA and DB. RGB value is (214,186,219). Sum of RGB (Red+Green+Blue) = 214+186+219=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BADB is #294524. Grayscale: #C6C6C6. Windows color (decimal): -2704677 or 14400214. OLE color: 14400214.
HSL color Cylindrical-coordinate representation of color #D6BADB: hue angle of 290.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BADB is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 186 | 219 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.14 |
| HSL | 290.91º | 0.31% | 0.79% | - |
| HSV(B) | 290.91º | 0.15% | 0.86% | - |
| XYZ | 58.08 | 54.53 | 74.48 | - |
| YUV | 198.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 219 | 0.02 | 0.15 | 0 | 0.14 | 290.91 | 0.31 | 0.79 |
| Hex | D6 | BA | DB | 2 | F | 0 | E | 123 | 1F | 4F |
| Octal | 326 | 272 | 333 | 2 | 17 | 0 | 16 | 443 | 37 | 117 |
| Binary | 11010110 | 10111010 | 11011011 | 10 | 1111 | 0 | 1110 | 100100011 | 11111 | 1001111 |
Color Harmonies of #D6BADB
Complementary color
Monochromatic Colors of #D6BADB
Black with #D6BADB
Text Example
Text Example
White with #D6BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BADB; }
p { color: rgb(214,186,219); }
H1.HeaderClassName
{
color: #D6BADB;
}
.AnyTagClassName
{
color: #D6BADB;
}
</style>
background-color css
<style>
a { background-color: #D6BADB; }
a { background-color: rgb(214,186,219); }
div.DivClassName
{
background-color: #D6BADB;
}
.BgClassName
{
background-color: #D6BADB;
}
</style>
border-color css
<style>
span { border-color: #D6BADB; }
span { border-color: rgb(214,186,219); }
td.TdClassName
{
border-color: #D6BADB;
}
.TagClassName
{
border-color: #D6BADB;
}
</style>