Shades of Thistle #DBB4DB
Tints of Thistle #DBB4DB
RGB
CMYK
RGB Variations
Color information
#DBB4DB (or 0xDBB4DB) is known color: Thistle. HEX triplet: DB, B4 and DB. RGB value is (219,180,219). Sum of RGB (Red+Green+Blue) = 219+180+219=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DB is #244B24. Grayscale: #C3C3C3. Windows color (decimal): -2378533 or 14398683. OLE color: 14398683.
HSL color Cylindrical-coordinate representation of color #DBB4DB: 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.18%. Process color model (Four color, CMYK) of #DBB4DB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 219 | - |
| CMYK | 0 | 0.18 | 0 | 0.14 |
| HSL | 300º | 0.35% | 0.78% | - |
| HSV(B) | 300º | 0.18% | 0.86% | - |
| XYZ | 58.32 | 52.82 | 74.14 | - |
| YUV | 196.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 219 | 0 | 0.18 | 0 | 0.14 | 300 | 0.35 | 0.78 |
| Hex | DB | B4 | DB | 0 | 12 | 0 | E | 12C | 23 | 4E |
| Octal | 333 | 264 | 333 | 0 | 22 | 0 | 16 | 454 | 43 | 116 |
| Binary | 11011011 | 10110100 | 11011011 | 0 | 10010 | 0 | 1110 | 100101100 | 100011 | 1001110 |
Color Harmonies of #DBB4DB
Complementary color
Monochromatic Colors of #DBB4DB
Black with #DBB4DB
Text Example
Text Example
White with #DBB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4DB; }
p { color: rgb(219,180,219); }
H1.HeaderClassName
{
color: #DBB4DB;
}
.AnyTagClassName
{
color: #DBB4DB;
}
</style>
background-color css
<style>
a { background-color: #DBB4DB; }
a { background-color: rgb(219,180,219); }
div.DivClassName
{
background-color: #DBB4DB;
}
.BgClassName
{
background-color: #DBB4DB;
}
</style>
border-color css
<style>
span { border-color: #DBB4DB; }
span { border-color: rgb(219,180,219); }
td.TdClassName
{
border-color: #DBB4DB;
}
.TagClassName
{
border-color: #DBB4DB;
}
</style>