Shades of Thistle #DCB8DB
Tints of Thistle #DCB8DB
RGB
CMYK
RGB Variations
Color information
#DCB8DB (or 0xDCB8DB) is known color: Thistle. HEX triplet: DC, B8 and DB. RGB value is (220,184,219). Sum of RGB (Red+Green+Blue) = 220+184+219=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8DB is #234724. Grayscale: #C6C6C6. Windows color (decimal): -2311973 or 14399708. OLE color: 14399708.
HSL color Cylindrical-coordinate representation of color #DCB8DB: hue angle of 301.67º degrees, saturation: 0.34, 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 #DCB8DB is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 219 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.14 |
| HSL | 301.67º | 0.34% | 0.79% | - |
| HSV(B) | 301.67º | 0.16% | 0.86% | - |
| XYZ | 59.44 | 54.61 | 74.43 | - |
| YUV | 198.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 219 | 0 | 0.16 | 0.00 | 0.14 | 301.67 | 0.34 | 0.79 |
| Hex | DC | B8 | DB | 0 | 10 | 0 | E | 12E | 22 | 4F |
| Octal | 334 | 270 | 333 | 0 | 20 | 0 | 16 | 456 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11011011 | 0 | 10000 | 0 | 1110 | 100101110 | 100010 | 1001111 |
Color Harmonies of #DCB8DB
Complementary color
Monochromatic Colors of #DCB8DB
Black with #DCB8DB
Text Example
Text Example
White with #DCB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8DB; }
p { color: rgb(220,184,219); }
H1.HeaderClassName
{
color: #DCB8DB;
}
.AnyTagClassName
{
color: #DCB8DB;
}
</style>
background-color css
<style>
a { background-color: #DCB8DB; }
a { background-color: rgb(220,184,219); }
div.DivClassName
{
background-color: #DCB8DB;
}
.BgClassName
{
background-color: #DCB8DB;
}
</style>
border-color css
<style>
span { border-color: #DCB8DB; }
span { border-color: rgb(220,184,219); }
td.TdClassName
{
border-color: #DCB8DB;
}
.TagClassName
{
border-color: #DCB8DB;
}
</style>