Shades of Thistle #D6B9DC
Tints of Thistle #D6B9DC
RGB
CMYK
RGB Variations
Color information
#D6B9DC (or 0xD6B9DC) is known color: Thistle. HEX triplet: D6, B9 and DC. RGB value is (214,185,220). Sum of RGB (Red+Green+Blue) = 214+185+220=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B9DC is #294623. Grayscale: #C5C5C5. Windows color (decimal): -2704932 or 14465494. OLE color: 14465494.
HSL color Cylindrical-coordinate representation of color #D6B9DC: hue angle of 289.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B9DC is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 185 | 220 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.14 |
| HSL | 289.71º | 0.33% | 0.79% | - |
| HSV(B) | 289.71º | 0.16% | 0.86% | - |
| XYZ | 58 | 54.16 | 75.11 | - |
| YUV | 197.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 220 | 0.03 | 0.16 | 0 | 0.14 | 289.71 | 0.33 | 0.79 |
| Hex | D6 | B9 | DC | 3 | 10 | 0 | E | 122 | 21 | 4F |
| Octal | 326 | 271 | 334 | 3 | 20 | 0 | 16 | 442 | 41 | 117 |
| Binary | 11010110 | 10111001 | 11011100 | 11 | 10000 | 0 | 1110 | 100100010 | 100001 | 1001111 |
Color Harmonies of #D6B9DC
Complementary color
Monochromatic Colors of #D6B9DC
Black with #D6B9DC
Text Example
Text Example
White with #D6B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9DC; }
p { color: rgb(214,185,220); }
H1.HeaderClassName
{
color: #D6B9DC;
}
.AnyTagClassName
{
color: #D6B9DC;
}
</style>
background-color css
<style>
a { background-color: #D6B9DC; }
a { background-color: rgb(214,185,220); }
div.DivClassName
{
background-color: #D6B9DC;
}
.BgClassName
{
background-color: #D6B9DC;
}
</style>
border-color css
<style>
span { border-color: #D6B9DC; }
span { border-color: rgb(214,185,220); }
td.TdClassName
{
border-color: #D6B9DC;
}
.TagClassName
{
border-color: #D6B9DC;
}
</style>