Shades of Thistle #D3B7D8
Tints of Thistle #D3B7D8
RGB
CMYK
RGB Variations
Color information
#D3B7D8 (or 0xD3B7D8) is known color: Thistle. HEX triplet: D3, B7 and D8. RGB value is (211,183,216). Sum of RGB (Red+Green+Blue) = 211+183+216=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #D3B7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B7D8 is #2C4827. Grayscale: #C3C3C3. Windows color (decimal): -2902056 or 14202835. OLE color: 14202835.
HSL color Cylindrical-coordinate representation of color #D3B7D8: hue angle of 290.91º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B7D8 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 183 | 216 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.15 |
| HSL | 290.91º | 0.3% | 0.78% | - |
| HSV(B) | 290.91º | 0.15% | 0.85% | - |
| XYZ | 56.19 | 52.67 | 72.17 | - |
| YUV | 195.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 183 | 216 | 0.02 | 0.15 | 0 | 0.15 | 290.91 | 0.3 | 0.78 |
| Hex | D3 | B7 | D8 | 2 | F | 0 | F | 123 | 1E | 4E |
| Octal | 323 | 267 | 330 | 2 | 17 | 0 | 17 | 443 | 36 | 116 |
| Binary | 11010011 | 10110111 | 11011000 | 10 | 1111 | 0 | 1111 | 100100011 | 11110 | 1001110 |
Color Harmonies of #D3B7D8
Complementary color
Monochromatic Colors of #D3B7D8
Black with #D3B7D8
Text Example
Text Example
White with #D3B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B7D8; }
p { color: rgb(211,183,216); }
H1.HeaderClassName
{
color: #D3B7D8;
}
.AnyTagClassName
{
color: #D3B7D8;
}
</style>
background-color css
<style>
a { background-color: #D3B7D8; }
a { background-color: rgb(211,183,216); }
div.DivClassName
{
background-color: #D3B7D8;
}
.BgClassName
{
background-color: #D3B7D8;
}
</style>
border-color css
<style>
span { border-color: #D3B7D8; }
span { border-color: rgb(211,183,216); }
td.TdClassName
{
border-color: #D3B7D8;
}
.TagClassName
{
border-color: #D3B7D8;
}
</style>