Shades of Thistle #DBBCD9
Tints of Thistle #DBBCD9
RGB
CMYK
RGB Variations
Color information
#DBBCD9 (or 0xDBBCD9) is known color: Thistle. HEX triplet: DB, BC and D9. RGB value is (219,188,217). Sum of RGB (Red+Green+Blue) = 219+188+217=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCD9 is #244326. Grayscale: #C8C8C8. Windows color (decimal): -2376487 or 14269659. OLE color: 14269659.
HSL color Cylindrical-coordinate representation of color #DBBCD9: hue angle of 303.87º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCD9 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 217 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.14 |
| HSL | 303.87º | 0.3% | 0.8% | - |
| HSV(B) | 303.87º | 0.14% | 0.86% | - |
| XYZ | 59.72 | 56.04 | 73.31 | - |
| YUV | 200.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 217 | 0 | 0.14 | 0.01 | 0.14 | 303.87 | 0.3 | 0.8 |
| Hex | DB | BC | D9 | 0 | E | 1 | E | 130 | 1E | 50 |
| Octal | 333 | 274 | 331 | 0 | 16 | 1 | 16 | 460 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11011001 | 0 | 1110 | 1 | 1110 | 100110000 | 11110 | 1010000 |
Color Harmonies of #DBBCD9
Complementary color
Monochromatic Colors of #DBBCD9
Black with #DBBCD9
Text Example
Text Example
White with #DBBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCD9; }
p { color: rgb(219,188,217); }
H1.HeaderClassName
{
color: #DBBCD9;
}
.AnyTagClassName
{
color: #DBBCD9;
}
</style>
background-color css
<style>
a { background-color: #DBBCD9; }
a { background-color: rgb(219,188,217); }
div.DivClassName
{
background-color: #DBBCD9;
}
.BgClassName
{
background-color: #DBBCD9;
}
</style>
border-color css
<style>
span { border-color: #DBBCD9; }
span { border-color: rgb(219,188,217); }
td.TdClassName
{
border-color: #DBBCD9;
}
.TagClassName
{
border-color: #DBBCD9;
}
</style>