Shades of Thistle #D9BCDB
Tints of Thistle #D9BCDB
RGB
CMYK
RGB Variations
Color information
#D9BCDB (or 0xD9BCDB) is known color: Thistle. HEX triplet: D9, BC and DB. RGB value is (217,188,219). Sum of RGB (Red+Green+Blue) = 217+188+219=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCDB is #264324. Grayscale: #C8C8C8. Windows color (decimal): -2507557 or 14400729. OLE color: 14400729.
HSL color Cylindrical-coordinate representation of color #D9BCDB: hue angle of 296.13º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BCDB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 188 | 219 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.14 |
| HSL | 296.13º | 0.3% | 0.8% | - |
| HSV(B) | 296.13º | 0.14% | 0.86% | - |
| XYZ | 59.38 | 55.83 | 74.66 | - |
| YUV | 200.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 219 | 0.01 | 0.14 | 0 | 0.14 | 296.13 | 0.3 | 0.8 |
| Hex | D9 | BC | DB | 1 | E | 0 | E | 128 | 1E | 50 |
| Octal | 331 | 274 | 333 | 1 | 16 | 0 | 16 | 450 | 36 | 120 |
| Binary | 11011001 | 10111100 | 11011011 | 1 | 1110 | 0 | 1110 | 100101000 | 11110 | 1010000 |
Color Harmonies of #D9BCDB
Complementary color
Monochromatic Colors of #D9BCDB
Black with #D9BCDB
Text Example
Text Example
White with #D9BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCDB; }
p { color: rgb(217,188,219); }
H1.HeaderClassName
{
color: #D9BCDB;
}
.AnyTagClassName
{
color: #D9BCDB;
}
</style>
background-color css
<style>
a { background-color: #D9BCDB; }
a { background-color: rgb(217,188,219); }
div.DivClassName
{
background-color: #D9BCDB;
}
.BgClassName
{
background-color: #D9BCDB;
}
</style>
border-color css
<style>
span { border-color: #D9BCDB; }
span { border-color: rgb(217,188,219); }
td.TdClassName
{
border-color: #D9BCDB;
}
.TagClassName
{
border-color: #D9BCDB;
}
</style>