Shades of Thistle #D1BDD0
Tints of Thistle #D1BDD0
RGB
CMYK
RGB Variations
Color information
#D1BDD0 (or 0xD1BDD0) is known color: Thistle. HEX triplet: D1, BD and D0. RGB value is (209,189,208). Sum of RGB (Red+Green+Blue) = 209+189+208=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDD0 is #2E422F. Grayscale: #C5C5C5. Windows color (decimal): -3031600 or 13680081. OLE color: 13680081.
HSL color Cylindrical-coordinate representation of color #D1BDD0: hue angle of 303º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDD0 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 208 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.18 |
| HSL | 303º | 0.18% | 0.78% | - |
| HSV(B) | 303º | 0.1% | 0.82% | - |
| XYZ | 55.88 | 54.5 | 67.25 | - |
| YUV | 197.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 208 | 0 | 0.10 | 0.00 | 0.18 | 303 | 0.18 | 0.78 |
| Hex | D1 | BD | D0 | 0 | A | 0 | 12 | 12F | 12 | 4E |
| Octal | 321 | 275 | 320 | 0 | 12 | 0 | 22 | 457 | 22 | 116 |
| Binary | 11010001 | 10111101 | 11010000 | 0 | 1010 | 0 | 10010 | 100101111 | 10010 | 1001110 |
Color Harmonies of #D1BDD0
Complementary color
Monochromatic Colors of #D1BDD0
Black with #D1BDD0
Text Example
Text Example
White with #D1BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDD0; }
p { color: rgb(209,189,208); }
H1.HeaderClassName
{
color: #D1BDD0;
}
.AnyTagClassName
{
color: #D1BDD0;
}
</style>
background-color css
<style>
a { background-color: #D1BDD0; }
a { background-color: rgb(209,189,208); }
div.DivClassName
{
background-color: #D1BDD0;
}
.BgClassName
{
background-color: #D1BDD0;
}
</style>
border-color css
<style>
span { border-color: #D1BDD0; }
span { border-color: rgb(209,189,208); }
td.TdClassName
{
border-color: #D1BDD0;
}
.TagClassName
{
border-color: #D1BDD0;
}
</style>