Shades of Thistle #DCC0DF
Tints of Thistle #DCC0DF
RGB
CMYK
RGB Variations
Color information
#DCC0DF (or 0xDCC0DF) is known color: Thistle. HEX triplet: DC, C0 and DF. RGB value is (220,192,223). Sum of RGB (Red+Green+Blue) = 220+192+223=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0DF is #233F20. Grayscale: #CBCBCB. Windows color (decimal): -2309921 or 14663900. OLE color: 14663900.
HSL color Cylindrical-coordinate representation of color #DCC0DF: hue angle of 294.19º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC0DF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 192 | 223 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 294.19º | 0.33% | 0.81% | - |
| HSV(B) | 294.19º | 0.14% | 0.87% | - |
| XYZ | 61.68 | 58.24 | 77.8 | - |
| YUV | 203.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 223 | 0.01 | 0.14 | 0 | 0.13 | 294.19 | 0.33 | 0.81 |
| Hex | DC | C0 | DF | 1 | E | 0 | D | 126 | 21 | 51 |
| Octal | 334 | 300 | 337 | 1 | 16 | 0 | 15 | 446 | 41 | 121 |
| Binary | 11011100 | 11000000 | 11011111 | 1 | 1110 | 0 | 1101 | 100100110 | 100001 | 1010001 |
Color Harmonies of #DCC0DF
Complementary color
Monochromatic Colors of #DCC0DF
Black with #DCC0DF
Text Example
Text Example
White with #DCC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0DF; }
p { color: rgb(220,192,223); }
H1.HeaderClassName
{
color: #DCC0DF;
}
.AnyTagClassName
{
color: #DCC0DF;
}
</style>
background-color css
<style>
a { background-color: #DCC0DF; }
a { background-color: rgb(220,192,223); }
div.DivClassName
{
background-color: #DCC0DF;
}
.BgClassName
{
background-color: #DCC0DF;
}
</style>
border-color css
<style>
span { border-color: #DCC0DF; }
span { border-color: rgb(220,192,223); }
td.TdClassName
{
border-color: #DCC0DF;
}
.TagClassName
{
border-color: #DCC0DF;
}
</style>