Shades of Thistle #D3BAD1
Tints of Thistle #D3BAD1
RGB
CMYK
RGB Variations
Color information
#D3BAD1 (or 0xD3BAD1) is known color: Thistle. HEX triplet: D3, BA and D1. RGB value is (211,186,209). Sum of RGB (Red+Green+Blue) = 211+186+209=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAD1 is #2C452E. Grayscale: #C4C4C4. Windows color (decimal): -2901295 or 13744851. OLE color: 13744851.
HSL color Cylindrical-coordinate representation of color #D3BAD1: hue angle of 304.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BAD1 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 209 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.17 |
| HSL | 304.8º | 0.22% | 0.78% | - |
| HSV(B) | 304.8º | 0.12% | 0.83% | - |
| XYZ | 55.93 | 53.57 | 67.71 | - |
| YUV | 196.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 209 | 0 | 0.12 | 0.01 | 0.17 | 304.8 | 0.22 | 0.78 |
| Hex | D3 | BA | D1 | 0 | C | 1 | 11 | 131 | 16 | 4E |
| Octal | 323 | 272 | 321 | 0 | 14 | 1 | 21 | 461 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11010001 | 0 | 1100 | 1 | 10001 | 100110001 | 10110 | 1001110 |
Color Harmonies of #D3BAD1
Complementary color
Monochromatic Colors of #D3BAD1
Black with #D3BAD1
Text Example
Text Example
White with #D3BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAD1; }
p { color: rgb(211,186,209); }
H1.HeaderClassName
{
color: #D3BAD1;
}
.AnyTagClassName
{
color: #D3BAD1;
}
</style>
background-color css
<style>
a { background-color: #D3BAD1; }
a { background-color: rgb(211,186,209); }
div.DivClassName
{
background-color: #D3BAD1;
}
.BgClassName
{
background-color: #D3BAD1;
}
</style>
border-color css
<style>
span { border-color: #D3BAD1; }
span { border-color: rgb(211,186,209); }
td.TdClassName
{
border-color: #D3BAD1;
}
.TagClassName
{
border-color: #D3BAD1;
}
</style>