Shades of Thistle #D3BAD5
Tints of Thistle #D3BAD5
RGB
CMYK
RGB Variations
Color information
#D3BAD5 (or 0xD3BAD5) is known color: Thistle. HEX triplet: D3, BA and D5. RGB value is (211,186,213). Sum of RGB (Red+Green+Blue) = 211+186+213=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAD5 is #2C452A. Grayscale: #C4C4C4. Windows color (decimal): -2901291 or 14006995. OLE color: 14006995.
HSL color Cylindrical-coordinate representation of color #D3BAD5: hue angle of 295.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3BAD5 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 186 | 213 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.16 |
| HSL | 295.56º | 0.24% | 0.78% | - |
| HSV(B) | 295.56º | 0.13% | 0.84% | - |
| XYZ | 56.43 | 53.77 | 70.36 | - |
| YUV | 196.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 213 | 0.01 | 0.13 | 0 | 0.16 | 295.56 | 0.24 | 0.78 |
| Hex | D3 | BA | D5 | 1 | D | 0 | 10 | 128 | 18 | 4E |
| Octal | 323 | 272 | 325 | 1 | 15 | 0 | 20 | 450 | 30 | 116 |
| Binary | 11010011 | 10111010 | 11010101 | 1 | 1101 | 0 | 10000 | 100101000 | 11000 | 1001110 |
Color Harmonies of #D3BAD5
Complementary color
Monochromatic Colors of #D3BAD5
Black with #D3BAD5
Text Example
Text Example
White with #D3BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BAD5; }
p { color: rgb(211,186,213); }
H1.HeaderClassName
{
color: #D3BAD5;
}
.AnyTagClassName
{
color: #D3BAD5;
}
</style>
background-color css
<style>
a { background-color: #D3BAD5; }
a { background-color: rgb(211,186,213); }
div.DivClassName
{
background-color: #D3BAD5;
}
.BgClassName
{
background-color: #D3BAD5;
}
</style>
border-color css
<style>
span { border-color: #D3BAD5; }
span { border-color: rgb(211,186,213); }
td.TdClassName
{
border-color: #D3BAD5;
}
.TagClassName
{
border-color: #D3BAD5;
}
</style>