Shades of Thistle #DCC0DD
Tints of Thistle #DCC0DD
RGB
CMYK
RGB Variations
Color information
#DCC0DD (or 0xDCC0DD) is known color: Thistle. HEX triplet: DC, C0 and DD. RGB value is (220,192,221). Sum of RGB (Red+Green+Blue) = 220+192+221=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0DD is #233F22. Grayscale: #CBCBCB. Windows color (decimal): -2309923 or 14532828. OLE color: 14532828.
HSL color Cylindrical-coordinate representation of color #DCC0DD: hue angle of 297.93º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0DD is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 192 | 221 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.13 |
| HSL | 297.93º | 0.3% | 0.81% | - |
| HSV(B) | 297.93º | 0.13% | 0.87% | - |
| XYZ | 61.42 | 58.14 | 76.39 | - |
| YUV | 203.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 221 | 0.00 | 0.13 | 0 | 0.13 | 297.93 | 0.3 | 0.81 |
| Hex | DC | C0 | DD | 0 | D | 0 | D | 12A | 1E | 51 |
| Octal | 334 | 300 | 335 | 0 | 15 | 0 | 15 | 452 | 36 | 121 |
| Binary | 11011100 | 11000000 | 11011101 | 0 | 1101 | 0 | 1101 | 100101010 | 11110 | 1010001 |
Color Harmonies of #DCC0DD
Complementary color
Monochromatic Colors of #DCC0DD
Black with #DCC0DD
Text Example
Text Example
White with #DCC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0DD; }
p { color: rgb(220,192,221); }
H1.HeaderClassName
{
color: #DCC0DD;
}
.AnyTagClassName
{
color: #DCC0DD;
}
</style>
background-color css
<style>
a { background-color: #DCC0DD; }
a { background-color: rgb(220,192,221); }
div.DivClassName
{
background-color: #DCC0DD;
}
.BgClassName
{
background-color: #DCC0DD;
}
</style>
border-color css
<style>
span { border-color: #DCC0DD; }
span { border-color: rgb(220,192,221); }
td.TdClassName
{
border-color: #DCC0DD;
}
.TagClassName
{
border-color: #DCC0DD;
}
</style>