Shades of Thistle #DCBDDC
Tints of Thistle #DCBDDC
RGB
CMYK
RGB Variations
Color information
#DCBDDC (or 0xDCBDDC) is known color: Thistle. HEX triplet: DC, BD and DC. RGB value is (220,189,220). Sum of RGB (Red+Green+Blue) = 220+189+220=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDDC is #234223. Grayscale: #C9C9C9. Windows color (decimal): -2310692 or 14466524. OLE color: 14466524.
HSL color Cylindrical-coordinate representation of color #DCBDDC: hue angle of 300º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDDC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 220 | - |
| CMYK | 0 | 0.14 | 0 | 0.14 |
| HSL | 300º | 0.31% | 0.8% | - |
| HSV(B) | 300º | 0.14% | 0.86% | - |
| XYZ | 60.63 | 56.78 | 75.47 | - |
| YUV | 201.8 | 138.27 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 220 | 0 | 0.14 | 0 | 0.14 | 300 | 0.31 | 0.8 |
| Hex | DC | BD | DC | 0 | E | 0 | E | 12C | 1F | 50 |
| Octal | 334 | 275 | 334 | 0 | 16 | 0 | 16 | 454 | 37 | 120 |
| Binary | 11011100 | 10111101 | 11011100 | 0 | 1110 | 0 | 1110 | 100101100 | 11111 | 1010000 |
Color Harmonies of #DCBDDC
Complementary color
Monochromatic Colors of #DCBDDC
Black with #DCBDDC
Text Example
Text Example
White with #DCBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDDC; }
p { color: rgb(220,189,220); }
H1.HeaderClassName
{
color: #DCBDDC;
}
.AnyTagClassName
{
color: #DCBDDC;
}
</style>
background-color css
<style>
a { background-color: #DCBDDC; }
a { background-color: rgb(220,189,220); }
div.DivClassName
{
background-color: #DCBDDC;
}
.BgClassName
{
background-color: #DCBDDC;
}
</style>
border-color css
<style>
span { border-color: #DCBDDC; }
span { border-color: rgb(220,189,220); }
td.TdClassName
{
border-color: #DCBDDC;
}
.TagClassName
{
border-color: #DCBDDC;
}
</style>