Shades of Thistle #D9BADA
Tints of Thistle #D9BADA
RGB
CMYK
RGB Variations
Color information
#D9BADA (or 0xD9BADA) is known color: Thistle. HEX triplet: D9, BA and DA. RGB value is (217,186,218). Sum of RGB (Red+Green+Blue) = 217+186+218=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9BADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADA is #264525. Grayscale: #C6C6C6. Windows color (decimal): -2508070 or 14334681. OLE color: 14334681.
HSL color Cylindrical-coordinate representation of color #D9BADA: hue angle of 298.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9BADA is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 218 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.15 |
| HSL | 298.13º | 0.3% | 0.79% | - |
| HSV(B) | 298.13º | 0.15% | 0.85% | - |
| XYZ | 58.83 | 54.93 | 73.83 | - |
| YUV | 198.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 218 | 0.00 | 0.15 | 0 | 0.15 | 298.13 | 0.3 | 0.79 |
| Hex | D9 | BA | DA | 0 | F | 0 | F | 12A | 1E | 4F |
| Octal | 331 | 272 | 332 | 0 | 17 | 0 | 17 | 452 | 36 | 117 |
| Binary | 11011001 | 10111010 | 11011010 | 0 | 1111 | 0 | 1111 | 100101010 | 11110 | 1001111 |
Color Harmonies of #D9BADA
Complementary color
Monochromatic Colors of #D9BADA
Black with #D9BADA
Text Example
Text Example
White with #D9BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BADA; }
p { color: rgb(217,186,218); }
H1.HeaderClassName
{
color: #D9BADA;
}
.AnyTagClassName
{
color: #D9BADA;
}
</style>
background-color css
<style>
a { background-color: #D9BADA; }
a { background-color: rgb(217,186,218); }
div.DivClassName
{
background-color: #D9BADA;
}
.BgClassName
{
background-color: #D9BADA;
}
</style>
border-color css
<style>
span { border-color: #D9BADA; }
span { border-color: rgb(217,186,218); }
td.TdClassName
{
border-color: #D9BADA;
}
.TagClassName
{
border-color: #D9BADA;
}
</style>