Shades of Thistle #DBB7DF
Tints of Thistle #DBB7DF
RGB
CMYK
RGB Variations
Color information
#DBB7DF (or 0xDBB7DF) is known color: Thistle. HEX triplet: DB, B7 and DF. RGB value is (219,183,223). Sum of RGB (Red+Green+Blue) = 219+183+223=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DF is #244820. Grayscale: #C6C6C6. Windows color (decimal): -2377761 or 14661595. OLE color: 14661595.
HSL color Cylindrical-coordinate representation of color #DBB7DF: hue angle of 294º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB7DF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 183 | 223 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.13 |
| HSL | 294º | 0.38% | 0.8% | - |
| HSV(B) | 294º | 0.18% | 0.87% | - |
| XYZ | 59.47 | 54.25 | 77.15 | - |
| YUV | 198.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 223 | 0.02 | 0.18 | 0 | 0.13 | 294 | 0.38 | 0.8 |
| Hex | DB | B7 | DF | 2 | 12 | 0 | D | 126 | 26 | 50 |
| Octal | 333 | 267 | 337 | 2 | 22 | 0 | 15 | 446 | 46 | 120 |
| Binary | 11011011 | 10110111 | 11011111 | 10 | 10010 | 0 | 1101 | 100100110 | 100110 | 1010000 |
Color Harmonies of #DBB7DF
Complementary color
Monochromatic Colors of #DBB7DF
Black with #DBB7DF
Text Example
Text Example
White with #DBB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7DF; }
p { color: rgb(219,183,223); }
H1.HeaderClassName
{
color: #DBB7DF;
}
.AnyTagClassName
{
color: #DBB7DF;
}
</style>
background-color css
<style>
a { background-color: #DBB7DF; }
a { background-color: rgb(219,183,223); }
div.DivClassName
{
background-color: #DBB7DF;
}
.BgClassName
{
background-color: #DBB7DF;
}
</style>
border-color css
<style>
span { border-color: #DBB7DF; }
span { border-color: rgb(219,183,223); }
td.TdClassName
{
border-color: #DBB7DF;
}
.TagClassName
{
border-color: #DBB7DF;
}
</style>