Shades of Thistle #D3BCD6
Tints of Thistle #D3BCD6
RGB
CMYK
RGB Variations
Color information
#D3BCD6 (or 0xD3BCD6) is known color: Thistle. HEX triplet: D3, BC and D6. RGB value is (211,188,214). Sum of RGB (Red+Green+Blue) = 211+188+214=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCD6 is #2C4329. Grayscale: #C5C5C5. Windows color (decimal): -2900778 or 14073043. OLE color: 14073043.
HSL color Cylindrical-coordinate representation of color #D3BCD6: hue angle of 293.08º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BCD6 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 188 | 214 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.16 |
| HSL | 293.08º | 0.24% | 0.79% | - |
| HSV(B) | 293.08º | 0.12% | 0.84% | - |
| XYZ | 56.98 | 54.67 | 71.17 | - |
| YUV | 197.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 214 | 0.01 | 0.12 | 0 | 0.16 | 293.08 | 0.24 | 0.79 |
| Hex | D3 | BC | D6 | 1 | C | 0 | 10 | 125 | 18 | 4F |
| Octal | 323 | 274 | 326 | 1 | 14 | 0 | 20 | 445 | 30 | 117 |
| Binary | 11010011 | 10111100 | 11010110 | 1 | 1100 | 0 | 10000 | 100100101 | 11000 | 1001111 |
Color Harmonies of #D3BCD6
Complementary color
Monochromatic Colors of #D3BCD6
Black with #D3BCD6
Text Example
Text Example
White with #D3BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCD6; }
p { color: rgb(211,188,214); }
H1.HeaderClassName
{
color: #D3BCD6;
}
.AnyTagClassName
{
color: #D3BCD6;
}
</style>
background-color css
<style>
a { background-color: #D3BCD6; }
a { background-color: rgb(211,188,214); }
div.DivClassName
{
background-color: #D3BCD6;
}
.BgClassName
{
background-color: #D3BCD6;
}
</style>
border-color css
<style>
span { border-color: #D3BCD6; }
span { border-color: rgb(211,188,214); }
td.TdClassName
{
border-color: #D3BCD6;
}
.TagClassName
{
border-color: #D3BCD6;
}
</style>