Shades of Thistle #DBBFDB
Tints of Thistle #DBBFDB
RGB
CMYK
RGB Variations
Color information
#DBBFDB (or 0xDBBFDB) is known color: Thistle. HEX triplet: DB, BF and DB. RGB value is (219,191,219). Sum of RGB (Red+Green+Blue) = 219+191+219=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDB is #244024. Grayscale: #CACACA. Windows color (decimal): -2375717 or 14401499. OLE color: 14401499.
HSL color Cylindrical-coordinate representation of color #DBBFDB: hue angle of 300º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFDB is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 191 | 219 | - |
CMYK | 0 | 0.13 | 0 | 0.14 |
HSL | 300º | 0.28% | 0.8% | - |
HSV(B) | 300º | 0.13% | 0.86% | - |
XYZ | 60.63 | 57.44 | 74.91 | - |
YUV | 202.56 | 137.28 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 191 | 219 | 0 | 0.13 | 0 | 0.14 | 300 | 0.28 | 0.8 |
Hex | DB | BF | DB | 0 | D | 0 | E | 12C | 1C | 50 |
Octal | 333 | 277 | 333 | 0 | 15 | 0 | 16 | 454 | 34 | 120 |
Binary | 11011011 | 10111111 | 11011011 | 0 | 1101 | 0 | 1110 | 100101100 | 11100 | 1010000 |
Color Harmonies of #DBBFDB
Complementary color
Monochromatic Colors of #DBBFDB
Black with #DBBFDB
Text Example
Text Example
White with #DBBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFDB; }
p { color: rgb(219,191,219); }
H1.HeaderClassName
{
color: #DBBFDB;
}
.AnyTagClassName
{
color: #DBBFDB;
}
</style>
background-color css
<style>
a { background-color: #DBBFDB; }
a { background-color: rgb(219,191,219); }
div.DivClassName
{
background-color: #DBBFDB;
}
.BgClassName
{
background-color: #DBBFDB;
}
</style>
border-color css
<style>
span { border-color: #DBBFDB; }
span { border-color: rgb(219,191,219); }
td.TdClassName
{
border-color: #DBBFDB;
}
.TagClassName
{
border-color: #DBBFDB;
}
</style>