Shades of Thistle #D5BDD7
Tints of Thistle #D5BDD7
RGB
CMYK
RGB Variations
Color information
#D5BDD7 (or 0xD5BDD7) is known color: Thistle. HEX triplet: D5, BD and D7. RGB value is (213,189,215). Sum of RGB (Red+Green+Blue) = 213+189+215=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDD7 is #2A4228. Grayscale: #C7C7C7. Windows color (decimal): -2769449 or 14138837. OLE color: 14138837.
HSL color Cylindrical-coordinate representation of color #D5BDD7: hue angle of 295.38º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BDD7 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 215 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.16 |
| HSL | 295.38º | 0.25% | 0.79% | - |
| HSV(B) | 295.38º | 0.12% | 0.84% | - |
| XYZ | 57.9 | 55.45 | 71.94 | - |
| YUV | 199.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 215 | 0.01 | 0.12 | 0 | 0.16 | 295.38 | 0.25 | 0.79 |
| Hex | D5 | BD | D7 | 1 | C | 0 | 10 | 127 | 19 | 4F |
| Octal | 325 | 275 | 327 | 1 | 14 | 0 | 20 | 447 | 31 | 117 |
| Binary | 11010101 | 10111101 | 11010111 | 1 | 1100 | 0 | 10000 | 100100111 | 11001 | 1001111 |
Color Harmonies of #D5BDD7
Complementary color
Monochromatic Colors of #D5BDD7
Black with #D5BDD7
Text Example
Text Example
White with #D5BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDD7; }
p { color: rgb(213,189,215); }
H1.HeaderClassName
{
color: #D5BDD7;
}
.AnyTagClassName
{
color: #D5BDD7;
}
</style>
background-color css
<style>
a { background-color: #D5BDD7; }
a { background-color: rgb(213,189,215); }
div.DivClassName
{
background-color: #D5BDD7;
}
.BgClassName
{
background-color: #D5BDD7;
}
</style>
border-color css
<style>
span { border-color: #D5BDD7; }
span { border-color: rgb(213,189,215); }
td.TdClassName
{
border-color: #D5BDD7;
}
.TagClassName
{
border-color: #D5BDD7;
}
</style>