Shades of Thistle #DCBDDF
Tints of Thistle #DCBDDF
RGB
CMYK
RGB Variations
Color information
#DCBDDF (or 0xDCBDDF) is known color: Thistle. HEX triplet: DC, BD and DF. RGB value is (220,189,223). Sum of RGB (Red+Green+Blue) = 220+189+223=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDDF is #234220. Grayscale: #CACACA. Windows color (decimal): -2310689 or 14663132. OLE color: 14663132.
HSL color Cylindrical-coordinate representation of color #DCBDDF: hue angle of 294.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBDDF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 189 | 223 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.13 |
| HSL | 294.71º | 0.35% | 0.81% | - |
| HSV(B) | 294.71º | 0.15% | 0.87% | - |
| XYZ | 61.03 | 56.94 | 77.59 | - |
| YUV | 202.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 223 | 0.01 | 0.15 | 0 | 0.13 | 294.71 | 0.35 | 0.81 |
| Hex | DC | BD | DF | 1 | F | 0 | D | 127 | 23 | 51 |
| Octal | 334 | 275 | 337 | 1 | 17 | 0 | 15 | 447 | 43 | 121 |
| Binary | 11011100 | 10111101 | 11011111 | 1 | 1111 | 0 | 1101 | 100100111 | 100011 | 1010001 |
Color Harmonies of #DCBDDF
Complementary color
Monochromatic Colors of #DCBDDF
Black with #DCBDDF
Text Example
Text Example
White with #DCBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDDF; }
p { color: rgb(220,189,223); }
H1.HeaderClassName
{
color: #DCBDDF;
}
.AnyTagClassName
{
color: #DCBDDF;
}
</style>
background-color css
<style>
a { background-color: #DCBDDF; }
a { background-color: rgb(220,189,223); }
div.DivClassName
{
background-color: #DCBDDF;
}
.BgClassName
{
background-color: #DCBDDF;
}
</style>
border-color css
<style>
span { border-color: #DCBDDF; }
span { border-color: rgb(220,189,223); }
td.TdClassName
{
border-color: #DCBDDF;
}
.TagClassName
{
border-color: #DCBDDF;
}
</style>