Shades of Thistle #DCB4DD
Tints of Thistle #DCB4DD
RGB
CMYK
RGB Variations
Color information
#DCB4DD (or 0xDCB4DD) is known color: Thistle. HEX triplet: DC, B4 and DD. RGB value is (220,180,221). Sum of RGB (Red+Green+Blue) = 220+180+221=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4DD is #234B22. Grayscale: #C4C4C4. Windows color (decimal): -2312995 or 14529756. OLE color: 14529756.
HSL color Cylindrical-coordinate representation of color #DCB4DD: hue angle of 298.54º degrees, saturation: 0.38, 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 #DCB4DD is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 180 | 221 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.13 |
| HSL | 298.54º | 0.38% | 0.79% | - |
| HSV(B) | 298.54º | 0.19% | 0.87% | - |
| XYZ | 58.89 | 53.08 | 75.55 | - |
| YUV | 196.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 221 | 0.00 | 0.19 | 0 | 0.13 | 298.54 | 0.38 | 0.79 |
| Hex | DC | B4 | DD | 0 | 13 | 0 | D | 12B | 26 | 4F |
| Octal | 334 | 264 | 335 | 0 | 23 | 0 | 15 | 453 | 46 | 117 |
| Binary | 11011100 | 10110100 | 11011101 | 0 | 10011 | 0 | 1101 | 100101011 | 100110 | 1001111 |
Color Harmonies of #DCB4DD
Complementary color
Monochromatic Colors of #DCB4DD
Black with #DCB4DD
Text Example
Text Example
White with #DCB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4DD; }
p { color: rgb(220,180,221); }
H1.HeaderClassName
{
color: #DCB4DD;
}
.AnyTagClassName
{
color: #DCB4DD;
}
</style>
background-color css
<style>
a { background-color: #DCB4DD; }
a { background-color: rgb(220,180,221); }
div.DivClassName
{
background-color: #DCB4DD;
}
.BgClassName
{
background-color: #DCB4DD;
}
</style>
border-color css
<style>
span { border-color: #DCB4DD; }
span { border-color: rgb(220,180,221); }
td.TdClassName
{
border-color: #DCB4DD;
}
.TagClassName
{
border-color: #DCB4DD;
}
</style>