Shades of Thistle #D6B3DD
Tints of Thistle #D6B3DD
RGB
CMYK
RGB Variations
Color information
#D6B3DD (or 0xD6B3DD) is known color: Thistle. HEX triplet: D6, B3 and DD. RGB value is (214,179,221). Sum of RGB (Red+Green+Blue) = 214+179+221=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3DD is #294C22. Grayscale: #C2C2C2. Windows color (decimal): -2706467 or 14529494. OLE color: 14529494.
HSL color Cylindrical-coordinate representation of color #D6B3DD: hue angle of 290º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B3DD is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 179 | 221 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.13 |
| HSL | 290º | 0.38% | 0.78% | - |
| HSV(B) | 290º | 0.19% | 0.87% | - |
| XYZ | 56.9 | 51.76 | 75.4 | - |
| YUV | 194.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 221 | 0.03 | 0.19 | 0 | 0.13 | 290 | 0.38 | 0.78 |
| Hex | D6 | B3 | DD | 3 | 13 | 0 | D | 122 | 26 | 4E |
| Octal | 326 | 263 | 335 | 3 | 23 | 0 | 15 | 442 | 46 | 116 |
| Binary | 11010110 | 10110011 | 11011101 | 11 | 10011 | 0 | 1101 | 100100010 | 100110 | 1001110 |
Color Harmonies of #D6B3DD
Complementary color
Monochromatic Colors of #D6B3DD
Black with #D6B3DD
Text Example
Text Example
White with #D6B3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3DD; }
p { color: rgb(214,179,221); }
H1.HeaderClassName
{
color: #D6B3DD;
}
.AnyTagClassName
{
color: #D6B3DD;
}
</style>
background-color css
<style>
a { background-color: #D6B3DD; }
a { background-color: rgb(214,179,221); }
div.DivClassName
{
background-color: #D6B3DD;
}
.BgClassName
{
background-color: #D6B3DD;
}
</style>
border-color css
<style>
span { border-color: #D6B3DD; }
span { border-color: rgb(214,179,221); }
td.TdClassName
{
border-color: #D6B3DD;
}
.TagClassName
{
border-color: #D6B3DD;
}
</style>