Shades of Thistle #D9BDDC
Tints of Thistle #D9BDDC
RGB
CMYK
RGB Variations
Color information
#D9BDDC (or 0xD9BDDC) is known color: Thistle. HEX triplet: D9, BD and DC. RGB value is (217,189,220). Sum of RGB (Red+Green+Blue) = 217+189+220=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDDC is #264223. Grayscale: #C8C8C8. Windows color (decimal): -2507300 or 14466521. OLE color: 14466521.
HSL color Cylindrical-coordinate representation of color #D9BDDC: hue angle of 294.19º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BDDC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 189 | 220 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.14 |
| HSL | 294.19º | 0.31% | 0.8% | - |
| HSV(B) | 294.19º | 0.14% | 0.86% | - |
| XYZ | 59.73 | 56.31 | 75.43 | - |
| YUV | 200.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 220 | 0.01 | 0.14 | 0 | 0.14 | 294.19 | 0.31 | 0.8 |
| Hex | D9 | BD | DC | 1 | E | 0 | E | 126 | 1F | 50 |
| Octal | 331 | 275 | 334 | 1 | 16 | 0 | 16 | 446 | 37 | 120 |
| Binary | 11011001 | 10111101 | 11011100 | 1 | 1110 | 0 | 1110 | 100100110 | 11111 | 1010000 |
Color Harmonies of #D9BDDC
Complementary color
Monochromatic Colors of #D9BDDC
Black with #D9BDDC
Text Example
Text Example
White with #D9BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDDC; }
p { color: rgb(217,189,220); }
H1.HeaderClassName
{
color: #D9BDDC;
}
.AnyTagClassName
{
color: #D9BDDC;
}
</style>
background-color css
<style>
a { background-color: #D9BDDC; }
a { background-color: rgb(217,189,220); }
div.DivClassName
{
background-color: #D9BDDC;
}
.BgClassName
{
background-color: #D9BDDC;
}
</style>
border-color css
<style>
span { border-color: #D9BDDC; }
span { border-color: rgb(217,189,220); }
td.TdClassName
{
border-color: #D9BDDC;
}
.TagClassName
{
border-color: #D9BDDC;
}
</style>