Shades of Thistle #D8B8DC
Tints of Thistle #D8B8DC
RGB
CMYK
RGB Variations
Color information
#D8B8DC (or 0xD8B8DC) is known color: Thistle. HEX triplet: D8, B8 and DC. RGB value is (216,184,220). Sum of RGB (Red+Green+Blue) = 216+184+220=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8DC is #274723. Grayscale: #C5C5C5. Windows color (decimal): -2574116 or 14465240. OLE color: 14465240.
HSL color Cylindrical-coordinate representation of color #D8B8DC: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B8DC is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 184 | 220 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.14 |
| HSL | 293.33º | 0.34% | 0.79% | - |
| HSV(B) | 293.33º | 0.16% | 0.86% | - |
| XYZ | 58.38 | 54.05 | 75.07 | - |
| YUV | 197.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 220 | 0.02 | 0.16 | 0 | 0.14 | 293.33 | 0.34 | 0.79 |
| Hex | D8 | B8 | DC | 2 | 10 | 0 | E | 125 | 22 | 4F |
| Octal | 330 | 270 | 334 | 2 | 20 | 0 | 16 | 445 | 42 | 117 |
| Binary | 11011000 | 10111000 | 11011100 | 10 | 10000 | 0 | 1110 | 100100101 | 100010 | 1001111 |
Color Harmonies of #D8B8DC
Complementary color
Monochromatic Colors of #D8B8DC
Black with #D8B8DC
Text Example
Text Example
White with #D8B8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8DC; }
p { color: rgb(216,184,220); }
H1.HeaderClassName
{
color: #D8B8DC;
}
.AnyTagClassName
{
color: #D8B8DC;
}
</style>
background-color css
<style>
a { background-color: #D8B8DC; }
a { background-color: rgb(216,184,220); }
div.DivClassName
{
background-color: #D8B8DC;
}
.BgClassName
{
background-color: #D8B8DC;
}
</style>
border-color css
<style>
span { border-color: #D8B8DC; }
span { border-color: rgb(216,184,220); }
td.TdClassName
{
border-color: #D8B8DC;
}
.TagClassName
{
border-color: #D8B8DC;
}
</style>