Shades of Thistle #DBB4DC
Tints of Thistle #DBB4DC
RGB
CMYK
RGB Variations
Color information
#DBB4DC (or 0xDBB4DC) is known color: Thistle. HEX triplet: DB, B4 and DC. RGB value is (219,180,220). Sum of RGB (Red+Green+Blue) = 219+180+220=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DC is #244B23. Grayscale: #C4C4C4. Windows color (decimal): -2378532 or 14464219. OLE color: 14464219.
HSL color Cylindrical-coordinate representation of color #DBB4DC: hue angle of 298.5º degrees, saturation: 0.36, 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 #DBB4DC is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 220 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.14 |
| HSL | 298.5º | 0.36% | 0.78% | - |
| HSV(B) | 298.5º | 0.18% | 0.86% | - |
| XYZ | 58.45 | 52.87 | 74.83 | - |
| YUV | 196.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 220 | 0.00 | 0.18 | 0 | 0.14 | 298.5 | 0.36 | 0.78 |
| Hex | DB | B4 | DC | 0 | 12 | 0 | E | 12A | 24 | 4E |
| Octal | 333 | 264 | 334 | 0 | 22 | 0 | 16 | 452 | 44 | 116 |
| Binary | 11011011 | 10110100 | 11011100 | 0 | 10010 | 0 | 1110 | 100101010 | 100100 | 1001110 |
Color Harmonies of #DBB4DC
Complementary color
Monochromatic Colors of #DBB4DC
Black with #DBB4DC
Text Example
Text Example
White with #DBB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4DC; }
p { color: rgb(219,180,220); }
H1.HeaderClassName
{
color: #DBB4DC;
}
.AnyTagClassName
{
color: #DBB4DC;
}
</style>
background-color css
<style>
a { background-color: #DBB4DC; }
a { background-color: rgb(219,180,220); }
div.DivClassName
{
background-color: #DBB4DC;
}
.BgClassName
{
background-color: #DBB4DC;
}
</style>
border-color css
<style>
span { border-color: #DBB4DC; }
span { border-color: rgb(219,180,220); }
td.TdClassName
{
border-color: #DBB4DC;
}
.TagClassName
{
border-color: #DBB4DC;
}
</style>