Shades of Thistle #DBB5DC
Tints of Thistle #DBB5DC
RGB
CMYK
RGB Variations
Color information
#DBB5DC (or 0xDBB5DC) is known color: Thistle. HEX triplet: DB, B5 and DC. RGB value is (219,181,220). Sum of RGB (Red+Green+Blue) = 219+181+220=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 181 (71.09% from 255 or 29.19% 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 #DBB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5DC is #244A23. Grayscale: #C4C4C4. Windows color (decimal): -2378276 or 14464475. OLE color: 14464475.
HSL color Cylindrical-coordinate representation of color #DBB5DC: hue angle of 298.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB5DC is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 220 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.14 |
| HSL | 298.46º | 0.36% | 0.79% | - |
| HSV(B) | 298.46º | 0.18% | 0.86% | - |
| XYZ | 58.66 | 53.28 | 74.9 | - |
| YUV | 196.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 220 | 0.00 | 0.18 | 0 | 0.14 | 298.46 | 0.36 | 0.79 |
| Hex | DB | B5 | DC | 0 | 12 | 0 | E | 12A | 24 | 4F |
| Octal | 333 | 265 | 334 | 0 | 22 | 0 | 16 | 452 | 44 | 117 |
| Binary | 11011011 | 10110101 | 11011100 | 0 | 10010 | 0 | 1110 | 100101010 | 100100 | 1001111 |
Color Harmonies of #DBB5DC
Complementary color
Monochromatic Colors of #DBB5DC
Black with #DBB5DC
Text Example
Text Example
White with #DBB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5DC; }
p { color: rgb(219,181,220); }
H1.HeaderClassName
{
color: #DBB5DC;
}
.AnyTagClassName
{
color: #DBB5DC;
}
</style>
background-color css
<style>
a { background-color: #DBB5DC; }
a { background-color: rgb(219,181,220); }
div.DivClassName
{
background-color: #DBB5DC;
}
.BgClassName
{
background-color: #DBB5DC;
}
</style>
border-color css
<style>
span { border-color: #DBB5DC; }
span { border-color: rgb(219,181,220); }
td.TdClassName
{
border-color: #DBB5DC;
}
.TagClassName
{
border-color: #DBB5DC;
}
</style>