Shades of Thistle #D9B0DF
Tints of Thistle #D9B0DF
RGB
CMYK
RGB Variations
Color information
#D9B0DF (or 0xD9B0DF) is known color: Thistle. HEX triplet: D9, B0 and DF. RGB value is (217,176,223). Sum of RGB (Red+Green+Blue) = 217+176+223=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0DF is #264F20. Grayscale: #C1C1C1. Windows color (decimal): -2510625 or 14659801. OLE color: 14659801.
HSL color Cylindrical-coordinate representation of color #D9B0DF: hue angle of 292.34º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B0DF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 176 | 223 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.13 |
| HSL | 292.34º | 0.42% | 0.78% | - |
| HSV(B) | 292.34º | 0.21% | 0.87% | - |
| XYZ | 57.46 | 51.13 | 76.65 | - |
| YUV | 193.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 223 | 0.03 | 0.21 | 0 | 0.13 | 292.34 | 0.42 | 0.78 |
| Hex | D9 | B0 | DF | 3 | 15 | 0 | D | 124 | 2A | 4E |
| Octal | 331 | 260 | 337 | 3 | 25 | 0 | 15 | 444 | 52 | 116 |
| Binary | 11011001 | 10110000 | 11011111 | 11 | 10101 | 0 | 1101 | 100100100 | 101010 | 1001110 |
Color Harmonies of #D9B0DF
Complementary color
Monochromatic Colors of #D9B0DF
Black with #D9B0DF
Text Example
Text Example
White with #D9B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0DF; }
p { color: rgb(217,176,223); }
H1.HeaderClassName
{
color: #D9B0DF;
}
.AnyTagClassName
{
color: #D9B0DF;
}
</style>
background-color css
<style>
a { background-color: #D9B0DF; }
a { background-color: rgb(217,176,223); }
div.DivClassName
{
background-color: #D9B0DF;
}
.BgClassName
{
background-color: #D9B0DF;
}
</style>
border-color css
<style>
span { border-color: #D9B0DF; }
span { border-color: rgb(217,176,223); }
td.TdClassName
{
border-color: #D9B0DF;
}
.TagClassName
{
border-color: #D9B0DF;
}
</style>