Shades of Thistle #D3BCD0
Tints of Thistle #D3BCD0
RGB
CMYK
RGB Variations
Color information
#D3BCD0 (or 0xD3BCD0) is known color: Thistle. HEX triplet: D3, BC and D0. RGB value is (211,188,208). Sum of RGB (Red+Green+Blue) = 211+188+208=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCD0 is #2C432F. Grayscale: #C5C5C5. Windows color (decimal): -2900784 or 13679827. OLE color: 13679827.
HSL color Cylindrical-coordinate representation of color #D3BCD0: hue angle of 307.83º 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 #D3BCD0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 208 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.17 |
| HSL | 307.83º | 0.21% | 0.78% | - |
| HSV(B) | 307.83º | 0.11% | 0.83% | - |
| XYZ | 56.23 | 54.37 | 67.21 | - |
| YUV | 197.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 208 | 0 | 0.11 | 0.01 | 0.17 | 307.83 | 0.21 | 0.78 |
| Hex | D3 | BC | D0 | 0 | B | 1 | 11 | 134 | 15 | 4E |
| Octal | 323 | 274 | 320 | 0 | 13 | 1 | 21 | 464 | 25 | 116 |
| Binary | 11010011 | 10111100 | 11010000 | 0 | 1011 | 1 | 10001 | 100110100 | 10101 | 1001110 |
Color Harmonies of #D3BCD0
Complementary color
Monochromatic Colors of #D3BCD0
Black with #D3BCD0
Text Example
Text Example
White with #D3BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCD0; }
p { color: rgb(211,188,208); }
H1.HeaderClassName
{
color: #D3BCD0;
}
.AnyTagClassName
{
color: #D3BCD0;
}
</style>
background-color css
<style>
a { background-color: #D3BCD0; }
a { background-color: rgb(211,188,208); }
div.DivClassName
{
background-color: #D3BCD0;
}
.BgClassName
{
background-color: #D3BCD0;
}
</style>
border-color css
<style>
span { border-color: #D3BCD0; }
span { border-color: rgb(211,188,208); }
td.TdClassName
{
border-color: #D3BCD0;
}
.TagClassName
{
border-color: #D3BCD0;
}
</style>