Shades of Thistle #D5B5DA
Tints of Thistle #D5B5DA
RGB
CMYK
RGB Variations
Color information
#D5B5DA (or 0xD5B5DA) is known color: Thistle. HEX triplet: D5, B5 and DA. RGB value is (213,181,218). Sum of RGB (Red+Green+Blue) = 213+181+218=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5DA is #2A4A25. Grayscale: #C2C2C2. Windows color (decimal): -2771494 or 14333397. OLE color: 14333397.
HSL color Cylindrical-coordinate representation of color #D5B5DA: hue angle of 291.89º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B5DA is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 181 | 218 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.15 |
| HSL | 291.89º | 0.33% | 0.78% | - |
| HSV(B) | 291.89º | 0.17% | 0.85% | - |
| XYZ | 56.62 | 52.26 | 73.43 | - |
| YUV | 194.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 218 | 0.02 | 0.17 | 0 | 0.15 | 291.89 | 0.33 | 0.78 |
| Hex | D5 | B5 | DA | 2 | 11 | 0 | F | 124 | 21 | 4E |
| Octal | 325 | 265 | 332 | 2 | 21 | 0 | 17 | 444 | 41 | 116 |
| Binary | 11010101 | 10110101 | 11011010 | 10 | 10001 | 0 | 1111 | 100100100 | 100001 | 1001110 |
Color Harmonies of #D5B5DA
Complementary color
Monochromatic Colors of #D5B5DA
Black with #D5B5DA
Text Example
Text Example
White with #D5B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5DA; }
p { color: rgb(213,181,218); }
H1.HeaderClassName
{
color: #D5B5DA;
}
.AnyTagClassName
{
color: #D5B5DA;
}
</style>
background-color css
<style>
a { background-color: #D5B5DA; }
a { background-color: rgb(213,181,218); }
div.DivClassName
{
background-color: #D5B5DA;
}
.BgClassName
{
background-color: #D5B5DA;
}
</style>
border-color css
<style>
span { border-color: #D5B5DA; }
span { border-color: rgb(213,181,218); }
td.TdClassName
{
border-color: #D5B5DA;
}
.TagClassName
{
border-color: #D5B5DA;
}
</style>