Shades of Thistle #D4BCD9
Tints of Thistle #D4BCD9
RGB
CMYK
RGB Variations
Color information
#D4BCD9 (or 0xD4BCD9) is known color: Thistle. HEX triplet: D4, BC and D9. RGB value is (212,188,217). Sum of RGB (Red+Green+Blue) = 212+188+217=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCD9 is #2B4326. Grayscale: #C6C6C6. Windows color (decimal): -2835239 or 14269652. OLE color: 14269652.
HSL color Cylindrical-coordinate representation of color #D4BCD9: hue angle of 289.66º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4BCD9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 188 | 217 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.15 |
| HSL | 289.66º | 0.28% | 0.79% | - |
| HSV(B) | 289.66º | 0.13% | 0.85% | - |
| XYZ | 57.66 | 54.97 | 73.22 | - |
| YUV | 198.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 217 | 0.02 | 0.13 | 0 | 0.15 | 289.66 | 0.28 | 0.79 |
| Hex | D4 | BC | D9 | 2 | D | 0 | F | 122 | 1C | 4F |
| Octal | 324 | 274 | 331 | 2 | 15 | 0 | 17 | 442 | 34 | 117 |
| Binary | 11010100 | 10111100 | 11011001 | 10 | 1101 | 0 | 1111 | 100100010 | 11100 | 1001111 |
Color Harmonies of #D4BCD9
Complementary color
Monochromatic Colors of #D4BCD9
Black with #D4BCD9
Text Example
Text Example
White with #D4BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCD9; }
p { color: rgb(212,188,217); }
H1.HeaderClassName
{
color: #D4BCD9;
}
.AnyTagClassName
{
color: #D4BCD9;
}
</style>
background-color css
<style>
a { background-color: #D4BCD9; }
a { background-color: rgb(212,188,217); }
div.DivClassName
{
background-color: #D4BCD9;
}
.BgClassName
{
background-color: #D4BCD9;
}
</style>
border-color css
<style>
span { border-color: #D4BCD9; }
span { border-color: rgb(212,188,217); }
td.TdClassName
{
border-color: #D4BCD9;
}
.TagClassName
{
border-color: #D4BCD9;
}
</style>