Shades of Thistle #D6BBDC
Tints of Thistle #D6BBDC
RGB
CMYK
RGB Variations
Color information
#D6BBDC (or 0xD6BBDC) is known color: Thistle. HEX triplet: D6, BB and DC. RGB value is (214,187,220). Sum of RGB (Red+Green+Blue) = 214+187+220=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBDC is #294423. Grayscale: #C6C6C6. Windows color (decimal): -2704420 or 14466006. OLE color: 14466006.
HSL color Cylindrical-coordinate representation of color #D6BBDC: hue angle of 289.09º degrees, saturation: 0.32, 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 #D6BBDC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 187 | 220 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.14 |
| HSL | 289.09º | 0.32% | 0.8% | - |
| HSV(B) | 289.09º | 0.15% | 0.86% | - |
| XYZ | 58.42 | 55 | 75.25 | - |
| YUV | 198.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 220 | 0.03 | 0.15 | 0 | 0.14 | 289.09 | 0.32 | 0.8 |
| Hex | D6 | BB | DC | 3 | F | 0 | E | 121 | 20 | 50 |
| Octal | 326 | 273 | 334 | 3 | 17 | 0 | 16 | 441 | 40 | 120 |
| Binary | 11010110 | 10111011 | 11011100 | 11 | 1111 | 0 | 1110 | 100100001 | 100000 | 1010000 |
Color Harmonies of #D6BBDC
Complementary color
Monochromatic Colors of #D6BBDC
Black with #D6BBDC
Text Example
Text Example
White with #D6BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBDC; }
p { color: rgb(214,187,220); }
H1.HeaderClassName
{
color: #D6BBDC;
}
.AnyTagClassName
{
color: #D6BBDC;
}
</style>
background-color css
<style>
a { background-color: #D6BBDC; }
a { background-color: rgb(214,187,220); }
div.DivClassName
{
background-color: #D6BBDC;
}
.BgClassName
{
background-color: #D6BBDC;
}
</style>
border-color css
<style>
span { border-color: #D6BBDC; }
span { border-color: rgb(214,187,220); }
td.TdClassName
{
border-color: #D6BBDC;
}
.TagClassName
{
border-color: #D6BBDC;
}
</style>