Shades of Thistle #DCBBDC
Tints of Thistle #DCBBDC
RGB
CMYK
RGB Variations
Color information
#DCBBDC (or 0xDCBBDC) is known color: Thistle. HEX triplet: DC, BB and DC. RGB value is (220,187,220). Sum of RGB (Red+Green+Blue) = 220+187+220=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBDC is #234423. Grayscale: #C8C8C8. Windows color (decimal): -2311204 or 14466012. OLE color: 14466012.
HSL color Cylindrical-coordinate representation of color #DCBBDC: hue angle of 300º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBDC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 220 | - |
| CMYK | 0 | 0.15 | 0 | 0.14 |
| HSL | 300º | 0.32% | 0.8% | - |
| HSV(B) | 300º | 0.15% | 0.86% | - |
| XYZ | 60.2 | 55.92 | 75.33 | - |
| YUV | 200.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 220 | 0 | 0.15 | 0 | 0.14 | 300 | 0.32 | 0.8 |
| Hex | DC | BB | DC | 0 | F | 0 | E | 12C | 20 | 50 |
| Octal | 334 | 273 | 334 | 0 | 17 | 0 | 16 | 454 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11011100 | 0 | 1111 | 0 | 1110 | 100101100 | 100000 | 1010000 |
Color Harmonies of #DCBBDC
Complementary color
Monochromatic Colors of #DCBBDC
Black with #DCBBDC
Text Example
Text Example
White with #DCBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBDC; }
p { color: rgb(220,187,220); }
H1.HeaderClassName
{
color: #DCBBDC;
}
.AnyTagClassName
{
color: #DCBBDC;
}
</style>
background-color css
<style>
a { background-color: #DCBBDC; }
a { background-color: rgb(220,187,220); }
div.DivClassName
{
background-color: #DCBBDC;
}
.BgClassName
{
background-color: #DCBBDC;
}
</style>
border-color css
<style>
span { border-color: #DCBBDC; }
span { border-color: rgb(220,187,220); }
td.TdClassName
{
border-color: #DCBBDC;
}
.TagClassName
{
border-color: #DCBBDC;
}
</style>