Shades of Thistle #D7BAD9
Tints of Thistle #D7BAD9
RGB
CMYK
RGB Variations
Color information
#D7BAD9 (or 0xD7BAD9) is known color: Thistle. HEX triplet: D7, BA and D9. RGB value is (215,186,217). Sum of RGB (Red+Green+Blue) = 215+186+217=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAD9 is #284526. Grayscale: #C6C6C6. Windows color (decimal): -2639143 or 14269143. OLE color: 14269143.
HSL color Cylindrical-coordinate representation of color #D7BAD9: hue angle of 296.13º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BAD9 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 186 | 217 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.15 |
| HSL | 296.13º | 0.29% | 0.79% | - |
| HSV(B) | 296.13º | 0.14% | 0.85% | - |
| XYZ | 58.11 | 54.57 | 73.12 | - |
| YUV | 198.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 217 | 0.01 | 0.14 | 0 | 0.15 | 296.13 | 0.29 | 0.79 |
| Hex | D7 | BA | D9 | 1 | E | 0 | F | 128 | 1D | 4F |
| Octal | 327 | 272 | 331 | 1 | 16 | 0 | 17 | 450 | 35 | 117 |
| Binary | 11010111 | 10111010 | 11011001 | 1 | 1110 | 0 | 1111 | 100101000 | 11101 | 1001111 |
Color Harmonies of #D7BAD9
Complementary color
Monochromatic Colors of #D7BAD9
Black with #D7BAD9
Text Example
Text Example
White with #D7BAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BAD9; }
p { color: rgb(215,186,217); }
H1.HeaderClassName
{
color: #D7BAD9;
}
.AnyTagClassName
{
color: #D7BAD9;
}
</style>
background-color css
<style>
a { background-color: #D7BAD9; }
a { background-color: rgb(215,186,217); }
div.DivClassName
{
background-color: #D7BAD9;
}
.BgClassName
{
background-color: #D7BAD9;
}
</style>
border-color css
<style>
span { border-color: #D7BAD9; }
span { border-color: rgb(215,186,217); }
td.TdClassName
{
border-color: #D7BAD9;
}
.TagClassName
{
border-color: #D7BAD9;
}
</style>