Shades of Thistle #D8B5DE
Tints of Thistle #D8B5DE
RGB
CMYK
RGB Variations
Color information
#D8B5DE (or 0xD8B5DE) is known color: Thistle. HEX triplet: D8, B5 and DE. RGB value is (216,181,222). Sum of RGB (Red+Green+Blue) = 216+181+222=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8B5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5DE is #274A21. Grayscale: #C4C4C4. Windows color (decimal): -2574882 or 14595544. OLE color: 14595544.
HSL color Cylindrical-coordinate representation of color #D8B5DE: hue angle of 291.22º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B5DE is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 181 | 222 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.13 |
| HSL | 291.22º | 0.38% | 0.79% | - |
| HSV(B) | 291.22º | 0.18% | 0.87% | - |
| XYZ | 58.03 | 52.92 | 76.26 | - |
| YUV | 196.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 222 | 0.03 | 0.18 | 0 | 0.13 | 291.22 | 0.38 | 0.79 |
| Hex | D8 | B5 | DE | 3 | 12 | 0 | D | 123 | 26 | 4F |
| Octal | 330 | 265 | 336 | 3 | 22 | 0 | 15 | 443 | 46 | 117 |
| Binary | 11011000 | 10110101 | 11011110 | 11 | 10010 | 0 | 1101 | 100100011 | 100110 | 1001111 |
Color Harmonies of #D8B5DE
Complementary color
Monochromatic Colors of #D8B5DE
Black with #D8B5DE
Text Example
Text Example
White with #D8B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5DE; }
p { color: rgb(216,181,222); }
H1.HeaderClassName
{
color: #D8B5DE;
}
.AnyTagClassName
{
color: #D8B5DE;
}
</style>
background-color css
<style>
a { background-color: #D8B5DE; }
a { background-color: rgb(216,181,222); }
div.DivClassName
{
background-color: #D8B5DE;
}
.BgClassName
{
background-color: #D8B5DE;
}
</style>
border-color css
<style>
span { border-color: #D8B5DE; }
span { border-color: rgb(216,181,222); }
td.TdClassName
{
border-color: #D8B5DE;
}
.TagClassName
{
border-color: #D8B5DE;
}
</style>