Shades of Thistle #DCB3DF
Tints of Thistle #DCB3DF
RGB
CMYK
RGB Variations
Color information
#DCB3DF (or 0xDCB3DF) is known color: Thistle. HEX triplet: DC, B3 and DF. RGB value is (220,179,223). Sum of RGB (Red+Green+Blue) = 220+179+223=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3DF is #234C20. Grayscale: #C4C4C4. Windows color (decimal): -2313249 or 14660572. OLE color: 14660572.
HSL color Cylindrical-coordinate representation of color #DCB3DF: hue angle of 295.91º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB3DF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 179 | 223 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.13 |
| HSL | 295.91º | 0.41% | 0.79% | - |
| HSV(B) | 295.91º | 0.2% | 0.87% | - |
| XYZ | 58.95 | 52.78 | 76.89 | - |
| YUV | 196.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 223 | 0.01 | 0.20 | 0 | 0.13 | 295.91 | 0.41 | 0.79 |
| Hex | DC | B3 | DF | 1 | 14 | 0 | D | 128 | 29 | 4F |
| Octal | 334 | 263 | 337 | 1 | 24 | 0 | 15 | 450 | 51 | 117 |
| Binary | 11011100 | 10110011 | 11011111 | 1 | 10100 | 0 | 1101 | 100101000 | 101001 | 1001111 |
Color Harmonies of #DCB3DF
Complementary color
Monochromatic Colors of #DCB3DF
Black with #DCB3DF
Text Example
Text Example
White with #DCB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3DF; }
p { color: rgb(220,179,223); }
H1.HeaderClassName
{
color: #DCB3DF;
}
.AnyTagClassName
{
color: #DCB3DF;
}
</style>
background-color css
<style>
a { background-color: #DCB3DF; }
a { background-color: rgb(220,179,223); }
div.DivClassName
{
background-color: #DCB3DF;
}
.BgClassName
{
background-color: #DCB3DF;
}
</style>
border-color css
<style>
span { border-color: #DCB3DF; }
span { border-color: rgb(220,179,223); }
td.TdClassName
{
border-color: #DCB3DF;
}
.TagClassName
{
border-color: #DCB3DF;
}
</style>