Shades of Thistle #DCB5DF
Tints of Thistle #DCB5DF
RGB
CMYK
RGB Variations
Color information
#DCB5DF (or 0xDCB5DF) is known color: Thistle. HEX triplet: DC, B5 and DF. RGB value is (220,181,223). Sum of RGB (Red+Green+Blue) = 220+181+223=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5DF is #234A20. Grayscale: #C5C5C5. Windows color (decimal): -2312737 or 14661084. OLE color: 14661084.
HSL color Cylindrical-coordinate representation of color #DCB5DF: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB5DF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 181 | 223 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.13 |
| HSL | 295.71º | 0.4% | 0.79% | - |
| HSV(B) | 295.71º | 0.19% | 0.87% | - |
| XYZ | 59.36 | 53.59 | 77.03 | - |
| YUV | 197.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 223 | 0.01 | 0.19 | 0 | 0.13 | 295.71 | 0.4 | 0.79 |
| Hex | DC | B5 | DF | 1 | 13 | 0 | D | 128 | 28 | 4F |
| Octal | 334 | 265 | 337 | 1 | 23 | 0 | 15 | 450 | 50 | 117 |
| Binary | 11011100 | 10110101 | 11011111 | 1 | 10011 | 0 | 1101 | 100101000 | 101000 | 1001111 |
Color Harmonies of #DCB5DF
Complementary color
Monochromatic Colors of #DCB5DF
Black with #DCB5DF
Text Example
Text Example
White with #DCB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5DF; }
p { color: rgb(220,181,223); }
H1.HeaderClassName
{
color: #DCB5DF;
}
.AnyTagClassName
{
color: #DCB5DF;
}
</style>
background-color css
<style>
a { background-color: #DCB5DF; }
a { background-color: rgb(220,181,223); }
div.DivClassName
{
background-color: #DCB5DF;
}
.BgClassName
{
background-color: #DCB5DF;
}
</style>
border-color css
<style>
span { border-color: #DCB5DF; }
span { border-color: rgb(220,181,223); }
td.TdClassName
{
border-color: #DCB5DF;
}
.TagClassName
{
border-color: #DCB5DF;
}
</style>