Shades of Thistle #D9BBDC
Tints of Thistle #D9BBDC
RGB
CMYK
RGB Variations
Color information
#D9BBDC (or 0xD9BBDC) is known color: Thistle. HEX triplet: D9, BB and DC. RGB value is (217,187,220). Sum of RGB (Red+Green+Blue) = 217+187+220=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBDC is #264423. Grayscale: #C7C7C7. Windows color (decimal): -2507812 or 14466009. OLE color: 14466009.
HSL color Cylindrical-coordinate representation of color #D9BBDC: hue angle of 294.55º degrees, saturation: 0.32, 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 #D9BBDC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 187 | 220 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.14 |
| HSL | 294.55º | 0.32% | 0.8% | - |
| HSV(B) | 294.55º | 0.15% | 0.86% | - |
| XYZ | 59.3 | 55.46 | 75.29 | - |
| YUV | 199.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 220 | 0.01 | 0.15 | 0 | 0.14 | 294.55 | 0.32 | 0.8 |
| Hex | D9 | BB | DC | 1 | F | 0 | E | 127 | 20 | 50 |
| Octal | 331 | 273 | 334 | 1 | 17 | 0 | 16 | 447 | 40 | 120 |
| Binary | 11011001 | 10111011 | 11011100 | 1 | 1111 | 0 | 1110 | 100100111 | 100000 | 1010000 |
Color Harmonies of #D9BBDC
Complementary color
Monochromatic Colors of #D9BBDC
Black with #D9BBDC
Text Example
Text Example
White with #D9BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBDC; }
p { color: rgb(217,187,220); }
H1.HeaderClassName
{
color: #D9BBDC;
}
.AnyTagClassName
{
color: #D9BBDC;
}
</style>
background-color css
<style>
a { background-color: #D9BBDC; }
a { background-color: rgb(217,187,220); }
div.DivClassName
{
background-color: #D9BBDC;
}
.BgClassName
{
background-color: #D9BBDC;
}
</style>
border-color css
<style>
span { border-color: #D9BBDC; }
span { border-color: rgb(217,187,220); }
td.TdClassName
{
border-color: #D9BBDC;
}
.TagClassName
{
border-color: #D9BBDC;
}
</style>