Shades of Thistle #DCB9DB
Tints of Thistle #DCB9DB
RGB
CMYK
RGB Variations
Color information
#DCB9DB (or 0xDCB9DB) is known color: Thistle. HEX triplet: DC, B9 and DB. RGB value is (220,185,219). Sum of RGB (Red+Green+Blue) = 220+185+219=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9DB is #234624. Grayscale: #C7C7C7. Windows color (decimal): -2311717 or 14399964. OLE color: 14399964.
HSL color Cylindrical-coordinate representation of color #DCB9DB: hue angle of 301.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9DB is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 219 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.14 |
| HSL | 301.71º | 0.33% | 0.79% | - |
| HSV(B) | 301.71º | 0.16% | 0.86% | - |
| XYZ | 59.65 | 55.03 | 74.5 | - |
| YUV | 199.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 219 | 0 | 0.16 | 0.00 | 0.14 | 301.71 | 0.33 | 0.79 |
| Hex | DC | B9 | DB | 0 | 10 | 0 | E | 12E | 21 | 4F |
| Octal | 334 | 271 | 333 | 0 | 20 | 0 | 16 | 456 | 41 | 117 |
| Binary | 11011100 | 10111001 | 11011011 | 0 | 10000 | 0 | 1110 | 100101110 | 100001 | 1001111 |
Color Harmonies of #DCB9DB
Complementary color
Monochromatic Colors of #DCB9DB
Black with #DCB9DB
Text Example
Text Example
White with #DCB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9DB; }
p { color: rgb(220,185,219); }
H1.HeaderClassName
{
color: #DCB9DB;
}
.AnyTagClassName
{
color: #DCB9DB;
}
</style>
background-color css
<style>
a { background-color: #DCB9DB; }
a { background-color: rgb(220,185,219); }
div.DivClassName
{
background-color: #DCB9DB;
}
.BgClassName
{
background-color: #DCB9DB;
}
</style>
border-color css
<style>
span { border-color: #DCB9DB; }
span { border-color: rgb(220,185,219); }
td.TdClassName
{
border-color: #DCB9DB;
}
.TagClassName
{
border-color: #DCB9DB;
}
</style>