Shades of Thistle #D9BCDF
Tints of Thistle #D9BCDF
RGB
CMYK
RGB Variations
Color information
#D9BCDF (or 0xD9BCDF) is known color: Thistle. HEX triplet: D9, BC and DF. RGB value is (217,188,223). Sum of RGB (Red+Green+Blue) = 217+188+223=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCDF is #264320. Grayscale: #C8C8C8. Windows color (decimal): -2507553 or 14662873. OLE color: 14662873.
HSL color Cylindrical-coordinate representation of color #D9BCDF: hue angle of 289.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BCDF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 188 | 223 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.13 |
| HSL | 289.71º | 0.35% | 0.81% | - |
| HSV(B) | 289.71º | 0.16% | 0.87% | - |
| XYZ | 59.92 | 56.05 | 77.47 | - |
| YUV | 200.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 223 | 0.03 | 0.16 | 0 | 0.13 | 289.71 | 0.35 | 0.81 |
| Hex | D9 | BC | DF | 3 | 10 | 0 | D | 122 | 23 | 51 |
| Octal | 331 | 274 | 337 | 3 | 20 | 0 | 15 | 442 | 43 | 121 |
| Binary | 11011001 | 10111100 | 11011111 | 11 | 10000 | 0 | 1101 | 100100010 | 100011 | 1010001 |
Color Harmonies of #D9BCDF
Complementary color
Monochromatic Colors of #D9BCDF
Black with #D9BCDF
Text Example
Text Example
White with #D9BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCDF; }
p { color: rgb(217,188,223); }
H1.HeaderClassName
{
color: #D9BCDF;
}
.AnyTagClassName
{
color: #D9BCDF;
}
</style>
background-color css
<style>
a { background-color: #D9BCDF; }
a { background-color: rgb(217,188,223); }
div.DivClassName
{
background-color: #D9BCDF;
}
.BgClassName
{
background-color: #D9BCDF;
}
</style>
border-color css
<style>
span { border-color: #D9BCDF; }
span { border-color: rgb(217,188,223); }
td.TdClassName
{
border-color: #D9BCDF;
}
.TagClassName
{
border-color: #D9BCDF;
}
</style>