Shades of Thistle #D9BBDF
Tints of Thistle #D9BBDF
RGB
CMYK
RGB Variations
Color information
#D9BBDF (or 0xD9BBDF) is known color: Thistle. HEX triplet: D9, BB and DF. RGB value is (217,187,223). Sum of RGB (Red+Green+Blue) = 217+187+223=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBDF is #264420. Grayscale: #C7C7C7. Windows color (decimal): -2507809 or 14662617. OLE color: 14662617.
HSL color Cylindrical-coordinate representation of color #D9BBDF: hue angle of 290º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9BBDF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 187 | 223 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.13 |
| HSL | 290º | 0.36% | 0.8% | - |
| HSV(B) | 290º | 0.16% | 0.87% | - |
| XYZ | 59.7 | 55.62 | 77.4 | - |
| YUV | 200.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 223 | 0.03 | 0.16 | 0 | 0.13 | 290 | 0.36 | 0.8 |
| Hex | D9 | BB | DF | 3 | 10 | 0 | D | 122 | 24 | 50 |
| Octal | 331 | 273 | 337 | 3 | 20 | 0 | 15 | 442 | 44 | 120 |
| Binary | 11011001 | 10111011 | 11011111 | 11 | 10000 | 0 | 1101 | 100100010 | 100100 | 1010000 |
Color Harmonies of #D9BBDF
Complementary color
Monochromatic Colors of #D9BBDF
Black with #D9BBDF
Text Example
Text Example
White with #D9BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBDF; }
p { color: rgb(217,187,223); }
H1.HeaderClassName
{
color: #D9BBDF;
}
.AnyTagClassName
{
color: #D9BBDF;
}
</style>
background-color css
<style>
a { background-color: #D9BBDF; }
a { background-color: rgb(217,187,223); }
div.DivClassName
{
background-color: #D9BBDF;
}
.BgClassName
{
background-color: #D9BBDF;
}
</style>
border-color css
<style>
span { border-color: #D9BBDF; }
span { border-color: rgb(217,187,223); }
td.TdClassName
{
border-color: #D9BBDF;
}
.TagClassName
{
border-color: #D9BBDF;
}
</style>