Shades of Thistle #D8B4D9
Tints of Thistle #D8B4D9
RGB
CMYK
RGB Variations
Color information
#D8B4D9 (or 0xD8B4D9) is known color: Thistle. HEX triplet: D8, B4 and D9. RGB value is (216,180,217). Sum of RGB (Red+Green+Blue) = 216+180+217=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8B4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4D9 is #274B26. Grayscale: #C2C2C2. Windows color (decimal): -2575143 or 14267608. OLE color: 14267608.
HSL color Cylindrical-coordinate representation of color #D8B4D9: hue angle of 298.38º 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 #D8B4D9 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 217 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.15 |
| HSL | 298.38º | 0.33% | 0.78% | - |
| HSV(B) | 298.38º | 0.17% | 0.85% | - |
| XYZ | 57.16 | 52.25 | 72.72 | - |
| YUV | 194.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 217 | 0.00 | 0.17 | 0 | 0.15 | 298.38 | 0.33 | 0.78 |
| Hex | D8 | B4 | D9 | 0 | 11 | 0 | F | 12A | 21 | 4E |
| Octal | 330 | 264 | 331 | 0 | 21 | 0 | 17 | 452 | 41 | 116 |
| Binary | 11011000 | 10110100 | 11011001 | 0 | 10001 | 0 | 1111 | 100101010 | 100001 | 1001110 |
Color Harmonies of #D8B4D9
Complementary color
Monochromatic Colors of #D8B4D9
Black with #D8B4D9
Text Example
Text Example
White with #D8B4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B4D9; }
p { color: rgb(216,180,217); }
H1.HeaderClassName
{
color: #D8B4D9;
}
.AnyTagClassName
{
color: #D8B4D9;
}
</style>
background-color css
<style>
a { background-color: #D8B4D9; }
a { background-color: rgb(216,180,217); }
div.DivClassName
{
background-color: #D8B4D9;
}
.BgClassName
{
background-color: #D8B4D9;
}
</style>
border-color css
<style>
span { border-color: #D8B4D9; }
span { border-color: rgb(216,180,217); }
td.TdClassName
{
border-color: #D8B4D9;
}
.TagClassName
{
border-color: #D8B4D9;
}
</style>