Shades of Thistle #D9BCDC
Tints of Thistle #D9BCDC
RGB
CMYK
RGB Variations
Color information
#D9BCDC (or 0xD9BCDC) is known color: Thistle. HEX triplet: D9, BC and DC. RGB value is (217,188,220). Sum of RGB (Red+Green+Blue) = 217+188+220=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCDC is #264323. Grayscale: #C8C8C8. Windows color (decimal): -2507556 or 14466265. OLE color: 14466265.
HSL color Cylindrical-coordinate representation of color #D9BCDC: hue angle of 294.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9BCDC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 188 | 220 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.14 |
| HSL | 294.38º | 0.31% | 0.8% | - |
| HSV(B) | 294.38º | 0.15% | 0.86% | - |
| XYZ | 59.52 | 55.89 | 75.36 | - |
| YUV | 200.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 220 | 0.01 | 0.15 | 0 | 0.14 | 294.38 | 0.31 | 0.8 |
| Hex | D9 | BC | DC | 1 | F | 0 | E | 126 | 1F | 50 |
| Octal | 331 | 274 | 334 | 1 | 17 | 0 | 16 | 446 | 37 | 120 |
| Binary | 11011001 | 10111100 | 11011100 | 1 | 1111 | 0 | 1110 | 100100110 | 11111 | 1010000 |
Color Harmonies of #D9BCDC
Complementary color
Monochromatic Colors of #D9BCDC
Black with #D9BCDC
Text Example
Text Example
White with #D9BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCDC; }
p { color: rgb(217,188,220); }
H1.HeaderClassName
{
color: #D9BCDC;
}
.AnyTagClassName
{
color: #D9BCDC;
}
</style>
background-color css
<style>
a { background-color: #D9BCDC; }
a { background-color: rgb(217,188,220); }
div.DivClassName
{
background-color: #D9BCDC;
}
.BgClassName
{
background-color: #D9BCDC;
}
</style>
border-color css
<style>
span { border-color: #D9BCDC; }
span { border-color: rgb(217,188,220); }
td.TdClassName
{
border-color: #D9BCDC;
}
.TagClassName
{
border-color: #D9BCDC;
}
</style>