Shades of Thistle #DBB7DA
Tints of Thistle #DBB7DA
RGB
CMYK
RGB Variations
Color information
#DBB7DA (or 0xDBB7DA) is known color: Thistle. HEX triplet: DB, B7 and DA. RGB value is (219,183,218). Sum of RGB (Red+Green+Blue) = 219+183+218=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DA is #244825. Grayscale: #C5C5C5. Windows color (decimal): -2377766 or 14333915. OLE color: 14333915.
HSL color Cylindrical-coordinate representation of color #DBB7DA: hue angle of 301.67º degrees, saturation: 0.33, 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 #DBB7DA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 218 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.14 |
| HSL | 301.67º | 0.33% | 0.79% | - |
| HSV(B) | 301.67º | 0.16% | 0.86% | - |
| XYZ | 58.8 | 53.99 | 73.65 | - |
| YUV | 197.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 218 | 0 | 0.16 | 0.00 | 0.14 | 301.67 | 0.33 | 0.79 |
| Hex | DB | B7 | DA | 0 | 10 | 0 | E | 12E | 21 | 4F |
| Octal | 333 | 267 | 332 | 0 | 20 | 0 | 16 | 456 | 41 | 117 |
| Binary | 11011011 | 10110111 | 11011010 | 0 | 10000 | 0 | 1110 | 100101110 | 100001 | 1001111 |
Color Harmonies of #DBB7DA
Complementary color
Monochromatic Colors of #DBB7DA
Black with #DBB7DA
Text Example
Text Example
White with #DBB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7DA; }
p { color: rgb(219,183,218); }
H1.HeaderClassName
{
color: #DBB7DA;
}
.AnyTagClassName
{
color: #DBB7DA;
}
</style>
background-color css
<style>
a { background-color: #DBB7DA; }
a { background-color: rgb(219,183,218); }
div.DivClassName
{
background-color: #DBB7DA;
}
.BgClassName
{
background-color: #DBB7DA;
}
</style>
border-color css
<style>
span { border-color: #DBB7DA; }
span { border-color: rgb(219,183,218); }
td.TdClassName
{
border-color: #DBB7DA;
}
.TagClassName
{
border-color: #DBB7DA;
}
</style>