Shades of Thistle #DBB5DB
Tints of Thistle #DBB5DB
RGB
CMYK
RGB Variations
Color information
#DBB5DB (or 0xDBB5DB) is known color: Thistle. HEX triplet: DB, B5 and DB. RGB value is (219,181,219). Sum of RGB (Red+Green+Blue) = 219+181+219=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5DB is #244A24. Grayscale: #C4C4C4. Windows color (decimal): -2378277 or 14398939. OLE color: 14398939.
HSL color Cylindrical-coordinate representation of color #DBB5DB: hue angle of 300º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5DB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 181 | 219 | - |
CMYK | 0 | 0.17 | 0 | 0.14 |
HSL | 300º | 0.35% | 0.78% | - |
HSV(B) | 300º | 0.17% | 0.86% | - |
XYZ | 58.52 | 53.22 | 74.21 | - |
YUV | 196.69 | 140.59 | 143.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 219 | 0 | 0.17 | 0 | 0.14 | 300 | 0.35 | 0.78 |
Hex | DB | B5 | DB | 0 | 11 | 0 | E | 12C | 23 | 4E |
Octal | 333 | 265 | 333 | 0 | 21 | 0 | 16 | 454 | 43 | 116 |
Binary | 11011011 | 10110101 | 11011011 | 0 | 10001 | 0 | 1110 | 100101100 | 100011 | 1001110 |
Color Harmonies of #DBB5DB
Complementary color
Monochromatic Colors of #DBB5DB
Black with #DBB5DB
Text Example
Text Example
White with #DBB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5DB; }
p { color: rgb(219,181,219); }
H1.HeaderClassName
{
color: #DBB5DB;
}
.AnyTagClassName
{
color: #DBB5DB;
}
</style>
background-color css
<style>
a { background-color: #DBB5DB; }
a { background-color: rgb(219,181,219); }
div.DivClassName
{
background-color: #DBB5DB;
}
.BgClassName
{
background-color: #DBB5DB;
}
</style>
border-color css
<style>
span { border-color: #DBB5DB; }
span { border-color: rgb(219,181,219); }
td.TdClassName
{
border-color: #DBB5DB;
}
.TagClassName
{
border-color: #DBB5DB;
}
</style>