Shades of Thistle #D9BDDF
Tints of Thistle #D9BDDF
RGB
CMYK
RGB Variations
Color information
#D9BDDF (or 0xD9BDDF) is known color: Thistle. HEX triplet: D9, BD and DF. RGB value is (217,189,223). Sum of RGB (Red+Green+Blue) = 217+189+223=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDDF is #264220. Grayscale: #C9C9C9. Windows color (decimal): -2507297 or 14663129. OLE color: 14663129.
HSL color Cylindrical-coordinate representation of color #D9BDDF: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9BDDF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 189 | 223 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.13 |
| HSL | 289.41º | 0.35% | 0.81% | - |
| HSV(B) | 289.41º | 0.15% | 0.87% | - |
| XYZ | 60.13 | 56.47 | 77.54 | - |
| YUV | 201.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 223 | 0.03 | 0.15 | 0 | 0.13 | 289.41 | 0.35 | 0.81 |
| Hex | D9 | BD | DF | 3 | F | 0 | D | 121 | 23 | 51 |
| Octal | 331 | 275 | 337 | 3 | 17 | 0 | 15 | 441 | 43 | 121 |
| Binary | 11011001 | 10111101 | 11011111 | 11 | 1111 | 0 | 1101 | 100100001 | 100011 | 1010001 |
Color Harmonies of #D9BDDF
Complementary color
Monochromatic Colors of #D9BDDF
Black with #D9BDDF
Text Example
Text Example
White with #D9BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDDF; }
p { color: rgb(217,189,223); }
H1.HeaderClassName
{
color: #D9BDDF;
}
.AnyTagClassName
{
color: #D9BDDF;
}
</style>
background-color css
<style>
a { background-color: #D9BDDF; }
a { background-color: rgb(217,189,223); }
div.DivClassName
{
background-color: #D9BDDF;
}
.BgClassName
{
background-color: #D9BDDF;
}
</style>
border-color css
<style>
span { border-color: #D9BDDF; }
span { border-color: rgb(217,189,223); }
td.TdClassName
{
border-color: #D9BDDF;
}
.TagClassName
{
border-color: #D9BDDF;
}
</style>