Shades of Thistle #DCB8DC
Tints of Thistle #DCB8DC
RGB
CMYK
RGB Variations
Color information
#DCB8DC (or 0xDCB8DC) is known color: Thistle. HEX triplet: DC, B8 and DC. RGB value is (220,184,220). Sum of RGB (Red+Green+Blue) = 220+184+220=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8DC is #234723. Grayscale: #C6C6C6. Windows color (decimal): -2311972 or 14465244. OLE color: 14465244.
HSL color Cylindrical-coordinate representation of color #DCB8DC: hue angle of 300º 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 #DCB8DC is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 220 | - |
| CMYK | 0 | 0.16 | 0 | 0.14 |
| HSL | 300º | 0.34% | 0.79% | - |
| HSV(B) | 300º | 0.16% | 0.86% | - |
| XYZ | 59.57 | 54.66 | 75.12 | - |
| YUV | 198.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 220 | 0 | 0.16 | 0 | 0.14 | 300 | 0.34 | 0.79 |
| Hex | DC | B8 | DC | 0 | 10 | 0 | E | 12C | 22 | 4F |
| Octal | 334 | 270 | 334 | 0 | 20 | 0 | 16 | 454 | 42 | 117 |
| Binary | 11011100 | 10111000 | 11011100 | 0 | 10000 | 0 | 1110 | 100101100 | 100010 | 1001111 |
Color Harmonies of #DCB8DC
Complementary color
Monochromatic Colors of #DCB8DC
Black with #DCB8DC
Text Example
Text Example
White with #DCB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8DC; }
p { color: rgb(220,184,220); }
H1.HeaderClassName
{
color: #DCB8DC;
}
.AnyTagClassName
{
color: #DCB8DC;
}
</style>
background-color css
<style>
a { background-color: #DCB8DC; }
a { background-color: rgb(220,184,220); }
div.DivClassName
{
background-color: #DCB8DC;
}
.BgClassName
{
background-color: #DCB8DC;
}
</style>
border-color css
<style>
span { border-color: #DCB8DC; }
span { border-color: rgb(220,184,220); }
td.TdClassName
{
border-color: #DCB8DC;
}
.TagClassName
{
border-color: #DCB8DC;
}
</style>