Shades of Thistle #D9BBDE
Tints of Thistle #D9BBDE
RGB
CMYK
RGB Variations
Color information
#D9BBDE (or 0xD9BBDE) is known color: Thistle. HEX triplet: D9, BB and DE. RGB value is (217,187,222). Sum of RGB (Red+Green+Blue) = 217+187+222=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9BBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBDE is #264421. Grayscale: #C7C7C7. Windows color (decimal): -2507810 or 14597081. OLE color: 14597081.
HSL color Cylindrical-coordinate representation of color #D9BBDE: hue angle of 291.43º degrees, saturation: 0.35, 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 #D9BBDE is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 187 | 222 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.13 |
| HSL | 291.43º | 0.35% | 0.8% | - |
| HSV(B) | 291.43º | 0.16% | 0.87% | - |
| XYZ | 59.57 | 55.57 | 76.69 | - |
| YUV | 199.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 222 | 0.02 | 0.16 | 0 | 0.13 | 291.43 | 0.35 | 0.8 |
| Hex | D9 | BB | DE | 2 | 10 | 0 | D | 123 | 23 | 50 |
| Octal | 331 | 273 | 336 | 2 | 20 | 0 | 15 | 443 | 43 | 120 |
| Binary | 11011001 | 10111011 | 11011110 | 10 | 10000 | 0 | 1101 | 100100011 | 100011 | 1010000 |
Color Harmonies of #D9BBDE
Complementary color
Monochromatic Colors of #D9BBDE
Black with #D9BBDE
Text Example
Text Example
White with #D9BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBDE; }
p { color: rgb(217,187,222); }
H1.HeaderClassName
{
color: #D9BBDE;
}
.AnyTagClassName
{
color: #D9BBDE;
}
</style>
background-color css
<style>
a { background-color: #D9BBDE; }
a { background-color: rgb(217,187,222); }
div.DivClassName
{
background-color: #D9BBDE;
}
.BgClassName
{
background-color: #D9BBDE;
}
</style>
border-color css
<style>
span { border-color: #D9BBDE; }
span { border-color: rgb(217,187,222); }
td.TdClassName
{
border-color: #D9BBDE;
}
.TagClassName
{
border-color: #D9BBDE;
}
</style>