Shades of Thistle #D3BCD1
Tints of Thistle #D3BCD1
RGB
CMYK
RGB Variations
Color information
#D3BCD1 (or 0xD3BCD1) is known color: Thistle. HEX triplet: D3, BC and D1. RGB value is (211,188,209). Sum of RGB (Red+Green+Blue) = 211+188+209=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCD1 is #2C432E. Grayscale: #C5C5C5. Windows color (decimal): -2900783 or 13745363. OLE color: 13745363.
HSL color Cylindrical-coordinate representation of color #D3BCD1: hue angle of 305.22º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCD1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 209 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.17 |
| HSL | 305.22º | 0.21% | 0.78% | - |
| HSV(B) | 305.22º | 0.11% | 0.83% | - |
| XYZ | 56.36 | 54.42 | 67.86 | - |
| YUV | 197.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 209 | 0 | 0.11 | 0.01 | 0.17 | 305.22 | 0.21 | 0.78 |
| Hex | D3 | BC | D1 | 0 | B | 1 | 11 | 131 | 15 | 4E |
| Octal | 323 | 274 | 321 | 0 | 13 | 1 | 21 | 461 | 25 | 116 |
| Binary | 11010011 | 10111100 | 11010001 | 0 | 1011 | 1 | 10001 | 100110001 | 10101 | 1001110 |
Color Harmonies of #D3BCD1
Complementary color
Monochromatic Colors of #D3BCD1
Black with #D3BCD1
Text Example
Text Example
White with #D3BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCD1; }
p { color: rgb(211,188,209); }
H1.HeaderClassName
{
color: #D3BCD1;
}
.AnyTagClassName
{
color: #D3BCD1;
}
</style>
background-color css
<style>
a { background-color: #D3BCD1; }
a { background-color: rgb(211,188,209); }
div.DivClassName
{
background-color: #D3BCD1;
}
.BgClassName
{
background-color: #D3BCD1;
}
</style>
border-color css
<style>
span { border-color: #D3BCD1; }
span { border-color: rgb(211,188,209); }
td.TdClassName
{
border-color: #D3BCD1;
}
.TagClassName
{
border-color: #D3BCD1;
}
</style>