Shades of Thistle #D6BDDA
Tints of Thistle #D6BDDA
RGB
CMYK
RGB Variations
Color information
#D6BDDA (or 0xD6BDDA) is known color: Thistle. HEX triplet: D6, BD and DA. RGB value is (214,189,218). Sum of RGB (Red+Green+Blue) = 214+189+218=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDDA is #294225. Grayscale: #C7C7C7. Windows color (decimal): -2703910 or 14335446. OLE color: 14335446.
HSL color Cylindrical-coordinate representation of color #D6BDDA: hue angle of 291.72º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BDDA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 189 | 218 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.15 |
| HSL | 291.72º | 0.28% | 0.8% | - |
| HSV(B) | 291.72º | 0.13% | 0.85% | - |
| XYZ | 58.58 | 55.75 | 74 | - |
| YUV | 199.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 218 | 0.02 | 0.13 | 0 | 0.15 | 291.72 | 0.28 | 0.8 |
| Hex | D6 | BD | DA | 2 | D | 0 | F | 124 | 1C | 50 |
| Octal | 326 | 275 | 332 | 2 | 15 | 0 | 17 | 444 | 34 | 120 |
| Binary | 11010110 | 10111101 | 11011010 | 10 | 1101 | 0 | 1111 | 100100100 | 11100 | 1010000 |
Color Harmonies of #D6BDDA
Complementary color
Monochromatic Colors of #D6BDDA
Black with #D6BDDA
Text Example
Text Example
White with #D6BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDDA; }
p { color: rgb(214,189,218); }
H1.HeaderClassName
{
color: #D6BDDA;
}
.AnyTagClassName
{
color: #D6BDDA;
}
</style>
background-color css
<style>
a { background-color: #D6BDDA; }
a { background-color: rgb(214,189,218); }
div.DivClassName
{
background-color: #D6BDDA;
}
.BgClassName
{
background-color: #D6BDDA;
}
</style>
border-color css
<style>
span { border-color: #D6BDDA; }
span { border-color: rgb(214,189,218); }
td.TdClassName
{
border-color: #D6BDDA;
}
.TagClassName
{
border-color: #D6BDDA;
}
</style>