Shades of Thistle #D6BDDB
Tints of Thistle #D6BDDB
RGB
CMYK
RGB Variations
Color information
#D6BDDB (or 0xD6BDDB) is known color: Thistle. HEX triplet: D6, BD and DB. RGB value is (214,189,219). Sum of RGB (Red+Green+Blue) = 214+189+219=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDDB is #294224. Grayscale: #C7C7C7. Windows color (decimal): -2703909 or 14400982. OLE color: 14400982.
HSL color Cylindrical-coordinate representation of color #D6BDDB: hue angle of 290º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BDDB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 189 | 219 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.14 |
| HSL | 290º | 0.29% | 0.8% | - |
| HSV(B) | 290º | 0.14% | 0.86% | - |
| XYZ | 58.72 | 55.81 | 74.69 | - |
| YUV | 199.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 219 | 0.02 | 0.14 | 0 | 0.14 | 290 | 0.29 | 0.8 |
| Hex | D6 | BD | DB | 2 | E | 0 | E | 122 | 1D | 50 |
| Octal | 326 | 275 | 333 | 2 | 16 | 0 | 16 | 442 | 35 | 120 |
| Binary | 11010110 | 10111101 | 11011011 | 10 | 1110 | 0 | 1110 | 100100010 | 11101 | 1010000 |
Color Harmonies of #D6BDDB
Complementary color
Monochromatic Colors of #D6BDDB
Black with #D6BDDB
Text Example
Text Example
White with #D6BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDDB; }
p { color: rgb(214,189,219); }
H1.HeaderClassName
{
color: #D6BDDB;
}
.AnyTagClassName
{
color: #D6BDDB;
}
</style>
background-color css
<style>
a { background-color: #D6BDDB; }
a { background-color: rgb(214,189,219); }
div.DivClassName
{
background-color: #D6BDDB;
}
.BgClassName
{
background-color: #D6BDDB;
}
</style>
border-color css
<style>
span { border-color: #D6BDDB; }
span { border-color: rgb(214,189,219); }
td.TdClassName
{
border-color: #D6BDDB;
}
.TagClassName
{
border-color: #D6BDDB;
}
</style>