Shades of Thistle #D5B0DA
Tints of Thistle #D5B0DA
RGB
CMYK
RGB Variations
Color information
#D5B0DA (or 0xD5B0DA) is known color: Thistle. HEX triplet: D5, B0 and DA. RGB value is (213,176,218). Sum of RGB (Red+Green+Blue) = 213+176+218=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5B0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0DA is #2A4F25. Grayscale: #BFBFBF. Windows color (decimal): -2772774 or 14332117. OLE color: 14332117.
HSL color Cylindrical-coordinate representation of color #D5B0DA: hue angle of 292.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B0DA is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 176 | 218 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.15 |
| HSL | 292.86º | 0.36% | 0.77% | - |
| HSV(B) | 292.86º | 0.19% | 0.85% | - |
| XYZ | 55.62 | 50.26 | 73.1 | - |
| YUV | 191.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 218 | 0.02 | 0.19 | 0 | 0.15 | 292.86 | 0.36 | 0.77 |
| Hex | D5 | B0 | DA | 2 | 13 | 0 | F | 125 | 24 | 4D |
| Octal | 325 | 260 | 332 | 2 | 23 | 0 | 17 | 445 | 44 | 115 |
| Binary | 11010101 | 10110000 | 11011010 | 10 | 10011 | 0 | 1111 | 100100101 | 100100 | 1001101 |
Color Harmonies of #D5B0DA
Complementary color
Monochromatic Colors of #D5B0DA
Black with #D5B0DA
Text Example
Text Example
White with #D5B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0DA; }
p { color: rgb(213,176,218); }
H1.HeaderClassName
{
color: #D5B0DA;
}
.AnyTagClassName
{
color: #D5B0DA;
}
</style>
background-color css
<style>
a { background-color: #D5B0DA; }
a { background-color: rgb(213,176,218); }
div.DivClassName
{
background-color: #D5B0DA;
}
.BgClassName
{
background-color: #D5B0DA;
}
</style>
border-color css
<style>
span { border-color: #D5B0DA; }
span { border-color: rgb(213,176,218); }
td.TdClassName
{
border-color: #D5B0DA;
}
.TagClassName
{
border-color: #D5B0DA;
}
</style>