Shades of Thistle #DBBBDA
Tints of Thistle #DBBBDA
RGB
CMYK
RGB Variations
Color information
#DBBBDA (or 0xDBBBDA) is known color: Thistle. HEX triplet: DB, BB and DA. RGB value is (219,187,218). Sum of RGB (Red+Green+Blue) = 219+187+218=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDA is #244425. Grayscale: #C8C8C8. Windows color (decimal): -2376742 or 14334939. OLE color: 14334939.
HSL color Cylindrical-coordinate representation of color #DBBBDA: hue angle of 301.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBDA is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 218 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.14 |
| HSL | 301.88º | 0.31% | 0.8% | - |
| HSV(B) | 301.88º | 0.15% | 0.86% | - |
| XYZ | 59.64 | 55.66 | 73.93 | - |
| YUV | 200.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 218 | 0 | 0.15 | 0.00 | 0.14 | 301.88 | 0.31 | 0.8 |
| Hex | DB | BB | DA | 0 | F | 0 | E | 12E | 1F | 50 |
| Octal | 333 | 273 | 332 | 0 | 17 | 0 | 16 | 456 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11011010 | 0 | 1111 | 0 | 1110 | 100101110 | 11111 | 1010000 |
Color Harmonies of #DBBBDA
Complementary color
Monochromatic Colors of #DBBBDA
Black with #DBBBDA
Text Example
Text Example
White with #DBBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBDA; }
p { color: rgb(219,187,218); }
H1.HeaderClassName
{
color: #DBBBDA;
}
.AnyTagClassName
{
color: #DBBBDA;
}
</style>
background-color css
<style>
a { background-color: #DBBBDA; }
a { background-color: rgb(219,187,218); }
div.DivClassName
{
background-color: #DBBBDA;
}
.BgClassName
{
background-color: #DBBBDA;
}
</style>
border-color css
<style>
span { border-color: #DBBBDA; }
span { border-color: rgb(219,187,218); }
td.TdClassName
{
border-color: #DBBBDA;
}
.TagClassName
{
border-color: #DBBBDA;
}
</style>