Shades of Thistle #D6BADC
Tints of Thistle #D6BADC
RGB
CMYK
RGB Variations
Color information
#D6BADC (or 0xD6BADC) is known color: Thistle. HEX triplet: D6, BA and DC. RGB value is (214,186,220). Sum of RGB (Red+Green+Blue) = 214+186+220=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BADC is #294523. Grayscale: #C6C6C6. Windows color (decimal): -2704676 or 14465750. OLE color: 14465750.
HSL color Cylindrical-coordinate representation of color #D6BADC: hue angle of 289.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BADC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 186 | 220 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.14 |
| HSL | 289.41º | 0.33% | 0.8% | - |
| HSV(B) | 289.41º | 0.15% | 0.86% | - |
| XYZ | 58.21 | 54.58 | 75.18 | - |
| YUV | 198.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 220 | 0.03 | 0.15 | 0 | 0.14 | 289.41 | 0.33 | 0.8 |
| Hex | D6 | BA | DC | 3 | F | 0 | E | 121 | 21 | 50 |
| Octal | 326 | 272 | 334 | 3 | 17 | 0 | 16 | 441 | 41 | 120 |
| Binary | 11010110 | 10111010 | 11011100 | 11 | 1111 | 0 | 1110 | 100100001 | 100001 | 1010000 |
Color Harmonies of #D6BADC
Complementary color
Monochromatic Colors of #D6BADC
Black with #D6BADC
Text Example
Text Example
White with #D6BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BADC; }
p { color: rgb(214,186,220); }
H1.HeaderClassName
{
color: #D6BADC;
}
.AnyTagClassName
{
color: #D6BADC;
}
</style>
background-color css
<style>
a { background-color: #D6BADC; }
a { background-color: rgb(214,186,220); }
div.DivClassName
{
background-color: #D6BADC;
}
.BgClassName
{
background-color: #D6BADC;
}
</style>
border-color css
<style>
span { border-color: #D6BADC; }
span { border-color: rgb(214,186,220); }
td.TdClassName
{
border-color: #D6BADC;
}
.TagClassName
{
border-color: #D6BADC;
}
</style>