Shades of Thistle #D3BCD4
Tints of Thistle #D3BCD4
RGB
CMYK
RGB Variations
Color information
#D3BCD4 (or 0xD3BCD4) is known color: Thistle. HEX triplet: D3, BC and D4. RGB value is (211,188,212). Sum of RGB (Red+Green+Blue) = 211+188+212=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #D3BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCD4 is #2C432B. Grayscale: #C5C5C5. Windows color (decimal): -2900780 or 13941971. OLE color: 13941971.
HSL color Cylindrical-coordinate representation of color #D3BCD4: hue angle of 297.5º degrees, saturation: 0.22, 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 #D3BCD4 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 212 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.17 |
| HSL | 297.5º | 0.22% | 0.78% | - |
| HSV(B) | 297.5º | 0.11% | 0.83% | - |
| XYZ | 56.73 | 54.57 | 69.83 | - |
| YUV | 197.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 212 | 0.00 | 0.11 | 0 | 0.17 | 297.5 | 0.22 | 0.78 |
| Hex | D3 | BC | D4 | 0 | B | 0 | 11 | 12A | 16 | 4E |
| Octal | 323 | 274 | 324 | 0 | 13 | 0 | 21 | 452 | 26 | 116 |
| Binary | 11010011 | 10111100 | 11010100 | 0 | 1011 | 0 | 10001 | 100101010 | 10110 | 1001110 |
Color Harmonies of #D3BCD4
Complementary color
Monochromatic Colors of #D3BCD4
Black with #D3BCD4
Text Example
Text Example
White with #D3BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCD4; }
p { color: rgb(211,188,212); }
H1.HeaderClassName
{
color: #D3BCD4;
}
.AnyTagClassName
{
color: #D3BCD4;
}
</style>
background-color css
<style>
a { background-color: #D3BCD4; }
a { background-color: rgb(211,188,212); }
div.DivClassName
{
background-color: #D3BCD4;
}
.BgClassName
{
background-color: #D3BCD4;
}
</style>
border-color css
<style>
span { border-color: #D3BCD4; }
span { border-color: rgb(211,188,212); }
td.TdClassName
{
border-color: #D3BCD4;
}
.TagClassName
{
border-color: #D3BCD4;
}
</style>