Shades of Thistle #D3B6D8
Tints of Thistle #D3B6D8
RGB
CMYK
RGB Variations
Color information
#D3B6D8 (or 0xD3B6D8) is known color: Thistle. HEX triplet: D3, B6 and D8. RGB value is (211,182,216). Sum of RGB (Red+Green+Blue) = 211+182+216=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3B6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B6D8 is #2C4927. Grayscale: #C2C2C2. Windows color (decimal): -2902312 or 14202579. OLE color: 14202579.
HSL color Cylindrical-coordinate representation of color #D3B6D8: hue angle of 291.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B6D8 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 182 | 216 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.15 |
| HSL | 291.18º | 0.3% | 0.78% | - |
| HSV(B) | 291.18º | 0.16% | 0.85% | - |
| XYZ | 55.99 | 52.26 | 72.1 | - |
| YUV | 194.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 216 | 0.02 | 0.16 | 0 | 0.15 | 291.18 | 0.3 | 0.78 |
| Hex | D3 | B6 | D8 | 2 | 10 | 0 | F | 123 | 1E | 4E |
| Octal | 323 | 266 | 330 | 2 | 20 | 0 | 17 | 443 | 36 | 116 |
| Binary | 11010011 | 10110110 | 11011000 | 10 | 10000 | 0 | 1111 | 100100011 | 11110 | 1001110 |
Color Harmonies of #D3B6D8
Complementary color
Monochromatic Colors of #D3B6D8
Black with #D3B6D8
Text Example
Text Example
White with #D3B6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B6D8; }
p { color: rgb(211,182,216); }
H1.HeaderClassName
{
color: #D3B6D8;
}
.AnyTagClassName
{
color: #D3B6D8;
}
</style>
background-color css
<style>
a { background-color: #D3B6D8; }
a { background-color: rgb(211,182,216); }
div.DivClassName
{
background-color: #D3B6D8;
}
.BgClassName
{
background-color: #D3B6D8;
}
</style>
border-color css
<style>
span { border-color: #D3B6D8; }
span { border-color: rgb(211,182,216); }
td.TdClassName
{
border-color: #D3B6D8;
}
.TagClassName
{
border-color: #D3B6D8;
}
</style>