Shades of Thistle #D3BAD3
Tints of Thistle #D3BAD3
RGB
CMYK
RGB Variations
Color information
#D3BAD3 (or 0xD3BAD3) is known color: Thistle. HEX triplet: D3, BA and D3. RGB value is (211,186,211). Sum of RGB (Red+Green+Blue) = 211+186+211=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D3BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAD3 is #2C452C. Grayscale: #C4C4C4. Windows color (decimal): -2901293 or 13875923. OLE color: 13875923.
HSL color Cylindrical-coordinate representation of color #D3BAD3: hue angle of 300º 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 #D3BAD3 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 211 | - |
| CMYK | 0 | 0.12 | 0 | 0.17 |
| HSL | 300º | 0.22% | 0.78% | - |
| HSV(B) | 300º | 0.12% | 0.83% | - |
| XYZ | 56.18 | 53.67 | 69.03 | - |
| YUV | 196.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 211 | 0 | 0.12 | 0 | 0.17 | 300 | 0.22 | 0.78 |
| Hex | D3 | BA | D3 | 0 | C | 0 | 11 | 12C | 16 | 4E |
| Octal | 323 | 272 | 323 | 0 | 14 | 0 | 21 | 454 | 26 | 116 |
| Binary | 11010011 | 10111010 | 11010011 | 0 | 1100 | 0 | 10001 | 100101100 | 10110 | 1001110 |
Color Harmonies of #D3BAD3
Complementary color
Monochromatic Colors of #D3BAD3
Black with #D3BAD3
Text Example
Text Example
White with #D3BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAD3; }
p { color: rgb(211,186,211); }
H1.HeaderClassName
{
color: #D3BAD3;
}
.AnyTagClassName
{
color: #D3BAD3;
}
</style>
background-color css
<style>
a { background-color: #D3BAD3; }
a { background-color: rgb(211,186,211); }
div.DivClassName
{
background-color: #D3BAD3;
}
.BgClassName
{
background-color: #D3BAD3;
}
</style>
border-color css
<style>
span { border-color: #D3BAD3; }
span { border-color: rgb(211,186,211); }
td.TdClassName
{
border-color: #D3BAD3;
}
.TagClassName
{
border-color: #D3BAD3;
}
</style>