Shades of Thistle #D8B2D9
Tints of Thistle #D8B2D9
RGB
CMYK
RGB Variations
Color information
#D8B2D9 (or 0xD8B2D9) is known color: Thistle. HEX triplet: D8, B2 and D9. RGB value is (216,178,217). Sum of RGB (Red+Green+Blue) = 216+178+217=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8B2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2D9 is #274D26. Grayscale: #C1C1C1. Windows color (decimal): -2575655 or 14267096. OLE color: 14267096.
HSL color Cylindrical-coordinate representation of color #D8B2D9: hue angle of 298.46º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8B2D9 is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 217 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.15 |
| HSL | 298.46º | 0.34% | 0.77% | - |
| HSV(B) | 298.46º | 0.18% | 0.85% | - |
| XYZ | 56.76 | 51.45 | 72.58 | - |
| YUV | 193.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 217 | 0.00 | 0.18 | 0 | 0.15 | 298.46 | 0.34 | 0.77 |
| Hex | D8 | B2 | D9 | 0 | 12 | 0 | F | 12A | 22 | 4D |
| Octal | 330 | 262 | 331 | 0 | 22 | 0 | 17 | 452 | 42 | 115 |
| Binary | 11011000 | 10110010 | 11011001 | 0 | 10010 | 0 | 1111 | 100101010 | 100010 | 1001101 |
Color Harmonies of #D8B2D9
Complementary color
Monochromatic Colors of #D8B2D9
Black with #D8B2D9
Text Example
Text Example
White with #D8B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B2D9; }
p { color: rgb(216,178,217); }
H1.HeaderClassName
{
color: #D8B2D9;
}
.AnyTagClassName
{
color: #D8B2D9;
}
</style>
background-color css
<style>
a { background-color: #D8B2D9; }
a { background-color: rgb(216,178,217); }
div.DivClassName
{
background-color: #D8B2D9;
}
.BgClassName
{
background-color: #D8B2D9;
}
</style>
border-color css
<style>
span { border-color: #D8B2D9; }
span { border-color: rgb(216,178,217); }
td.TdClassName
{
border-color: #D8B2D9;
}
.TagClassName
{
border-color: #D8B2D9;
}
</style>