Shades of Thistle #DCB8DF
Tints of Thistle #DCB8DF
RGB
CMYK
RGB Variations
Color information
#DCB8DF (or 0xDCB8DF) is known color: Thistle. HEX triplet: DC, B8 and DF. RGB value is (220,184,223). Sum of RGB (Red+Green+Blue) = 220+184+223=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8DF is #234720. Grayscale: #C7C7C7. Windows color (decimal): -2311969 or 14661852. OLE color: 14661852.
HSL color Cylindrical-coordinate representation of color #DCB8DF: hue angle of 295.38º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB8DF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 184 | 223 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.13 |
| HSL | 295.38º | 0.38% | 0.8% | - |
| HSV(B) | 295.38º | 0.17% | 0.87% | - |
| XYZ | 59.97 | 54.82 | 77.23 | - |
| YUV | 199.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 223 | 0.01 | 0.17 | 0 | 0.13 | 295.38 | 0.38 | 0.8 |
| Hex | DC | B8 | DF | 1 | 11 | 0 | D | 127 | 26 | 50 |
| Octal | 334 | 270 | 337 | 1 | 21 | 0 | 15 | 447 | 46 | 120 |
| Binary | 11011100 | 10111000 | 11011111 | 1 | 10001 | 0 | 1101 | 100100111 | 100110 | 1010000 |
Color Harmonies of #DCB8DF
Complementary color
Monochromatic Colors of #DCB8DF
Black with #DCB8DF
Text Example
Text Example
White with #DCB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8DF; }
p { color: rgb(220,184,223); }
H1.HeaderClassName
{
color: #DCB8DF;
}
.AnyTagClassName
{
color: #DCB8DF;
}
</style>
background-color css
<style>
a { background-color: #DCB8DF; }
a { background-color: rgb(220,184,223); }
div.DivClassName
{
background-color: #DCB8DF;
}
.BgClassName
{
background-color: #DCB8DF;
}
</style>
border-color css
<style>
span { border-color: #DCB8DF; }
span { border-color: rgb(220,184,223); }
td.TdClassName
{
border-color: #DCB8DF;
}
.TagClassName
{
border-color: #DCB8DF;
}
</style>