Shades of Thistle #D5BDDA
Tints of Thistle #D5BDDA
RGB
CMYK
RGB Variations
Color information
#D5BDDA (or 0xD5BDDA) is known color: Thistle. HEX triplet: D5, BD and DA. RGB value is (213,189,218). Sum of RGB (Red+Green+Blue) = 213+189+218=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDA is #2A4225. Grayscale: #C7C7C7. Windows color (decimal): -2769446 or 14335445. OLE color: 14335445.
HSL color Cylindrical-coordinate representation of color #D5BDDA: hue angle of 289.66º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BDDA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 189 | 218 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.15 |
| HSL | 289.66º | 0.28% | 0.8% | - |
| HSV(B) | 289.66º | 0.13% | 0.85% | - |
| XYZ | 58.29 | 55.6 | 73.99 | - |
| YUV | 199.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 218 | 0.02 | 0.13 | 0 | 0.15 | 289.66 | 0.28 | 0.8 |
| Hex | D5 | BD | DA | 2 | D | 0 | F | 122 | 1C | 50 |
| Octal | 325 | 275 | 332 | 2 | 15 | 0 | 17 | 442 | 34 | 120 |
| Binary | 11010101 | 10111101 | 11011010 | 10 | 1101 | 0 | 1111 | 100100010 | 11100 | 1010000 |
Color Harmonies of #D5BDDA
Complementary color
Monochromatic Colors of #D5BDDA
Black with #D5BDDA
Text Example
Text Example
White with #D5BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDDA; }
p { color: rgb(213,189,218); }
H1.HeaderClassName
{
color: #D5BDDA;
}
.AnyTagClassName
{
color: #D5BDDA;
}
</style>
background-color css
<style>
a { background-color: #D5BDDA; }
a { background-color: rgb(213,189,218); }
div.DivClassName
{
background-color: #D5BDDA;
}
.BgClassName
{
background-color: #D5BDDA;
}
</style>
border-color css
<style>
span { border-color: #D5BDDA; }
span { border-color: rgb(213,189,218); }
td.TdClassName
{
border-color: #D5BDDA;
}
.TagClassName
{
border-color: #D5BDDA;
}
</style>