Shades of Thistle #D6B2DD
Tints of Thistle #D6B2DD
RGB
CMYK
RGB Variations
Color information
#D6B2DD (or 0xD6B2DD) is known color: Thistle. HEX triplet: D6, B2 and DD. RGB value is (214,178,221). Sum of RGB (Red+Green+Blue) = 214+178+221=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2DD is #294D22. Grayscale: #C1C1C1. Windows color (decimal): -2706723 or 14529238. OLE color: 14529238.
HSL color Cylindrical-coordinate representation of color #D6B2DD: hue angle of 290.23º degrees, saturation: 0.39, 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 #D6B2DD is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 178 | 221 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.13 |
| HSL | 290.23º | 0.39% | 0.78% | - |
| HSV(B) | 290.23º | 0.19% | 0.87% | - |
| XYZ | 56.7 | 51.36 | 75.33 | - |
| YUV | 193.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 221 | 0.03 | 0.19 | 0 | 0.13 | 290.23 | 0.39 | 0.78 |
| Hex | D6 | B2 | DD | 3 | 13 | 0 | D | 122 | 27 | 4E |
| Octal | 326 | 262 | 335 | 3 | 23 | 0 | 15 | 442 | 47 | 116 |
| Binary | 11010110 | 10110010 | 11011101 | 11 | 10011 | 0 | 1101 | 100100010 | 100111 | 1001110 |
Color Harmonies of #D6B2DD
Complementary color
Monochromatic Colors of #D6B2DD
Black with #D6B2DD
Text Example
Text Example
White with #D6B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B2DD; }
p { color: rgb(214,178,221); }
H1.HeaderClassName
{
color: #D6B2DD;
}
.AnyTagClassName
{
color: #D6B2DD;
}
</style>
background-color css
<style>
a { background-color: #D6B2DD; }
a { background-color: rgb(214,178,221); }
div.DivClassName
{
background-color: #D6B2DD;
}
.BgClassName
{
background-color: #D6B2DD;
}
</style>
border-color css
<style>
span { border-color: #D6B2DD; }
span { border-color: rgb(214,178,221); }
td.TdClassName
{
border-color: #D6B2DD;
}
.TagClassName
{
border-color: #D6B2DD;
}
</style>