Shades of Thistle #DCBCDD
Tints of Thistle #DCBCDD
RGB
CMYK
RGB Variations
Color information
#DCBCDD (or 0xDCBCDD) is known color: Thistle. HEX triplet: DC, BC and DD. RGB value is (220,188,221). Sum of RGB (Red+Green+Blue) = 220+188+221=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDD is #234322. Grayscale: #C9C9C9. Windows color (decimal): -2310947 or 14531804. OLE color: 14531804.
HSL color Cylindrical-coordinate representation of color #DCBCDD: hue angle of 298.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCDD is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 188 | 221 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.13 |
| HSL | 298.18º | 0.33% | 0.8% | - |
| HSV(B) | 298.18º | 0.15% | 0.87% | - |
| XYZ | 60.55 | 56.4 | 76.1 | - |
| YUV | 201.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 221 | 0.00 | 0.15 | 0 | 0.13 | 298.18 | 0.33 | 0.8 |
| Hex | DC | BC | DD | 0 | F | 0 | D | 12A | 21 | 50 |
| Octal | 334 | 274 | 335 | 0 | 17 | 0 | 15 | 452 | 41 | 120 |
| Binary | 11011100 | 10111100 | 11011101 | 0 | 1111 | 0 | 1101 | 100101010 | 100001 | 1010000 |
Color Harmonies of #DCBCDD
Complementary color
Monochromatic Colors of #DCBCDD
Black with #DCBCDD
Text Example
Text Example
White with #DCBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCDD; }
p { color: rgb(220,188,221); }
H1.HeaderClassName
{
color: #DCBCDD;
}
.AnyTagClassName
{
color: #DCBCDD;
}
</style>
background-color css
<style>
a { background-color: #DCBCDD; }
a { background-color: rgb(220,188,221); }
div.DivClassName
{
background-color: #DCBCDD;
}
.BgClassName
{
background-color: #DCBCDD;
}
</style>
border-color css
<style>
span { border-color: #DCBCDD; }
span { border-color: rgb(220,188,221); }
td.TdClassName
{
border-color: #DCBCDD;
}
.TagClassName
{
border-color: #DCBCDD;
}
</style>