Shades of Thistle #DCC1DD
Tints of Thistle #DCC1DD
RGB
CMYK
RGB Variations
Color information
#DCC1DD (or 0xDCC1DD) is known color: Thistle. HEX triplet: DC, C1 and DD. RGB value is (220,193,221). Sum of RGB (Red+Green+Blue) = 220+193+221=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1DD is #233E22. Grayscale: #CCCCCC. Windows color (decimal): -2309667 or 14533084. OLE color: 14533084.
HSL color Cylindrical-coordinate representation of color #DCC1DD: hue angle of 297.86º degrees, saturation: 0.29, 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 #DCC1DD is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 193 | 221 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.13 |
| HSL | 297.86º | 0.29% | 0.81% | - |
| HSV(B) | 297.86º | 0.13% | 0.87% | - |
| XYZ | 61.64 | 58.58 | 76.46 | - |
| YUV | 204.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 221 | 0.00 | 0.13 | 0 | 0.13 | 297.86 | 0.29 | 0.81 |
| Hex | DC | C1 | DD | 0 | D | 0 | D | 12A | 1D | 51 |
| Octal | 334 | 301 | 335 | 0 | 15 | 0 | 15 | 452 | 35 | 121 |
| Binary | 11011100 | 11000001 | 11011101 | 0 | 1101 | 0 | 1101 | 100101010 | 11101 | 1010001 |
Color Harmonies of #DCC1DD
Complementary color
Monochromatic Colors of #DCC1DD
Black with #DCC1DD
Text Example
Text Example
White with #DCC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1DD; }
p { color: rgb(220,193,221); }
H1.HeaderClassName
{
color: #DCC1DD;
}
.AnyTagClassName
{
color: #DCC1DD;
}
</style>
background-color css
<style>
a { background-color: #DCC1DD; }
a { background-color: rgb(220,193,221); }
div.DivClassName
{
background-color: #DCC1DD;
}
.BgClassName
{
background-color: #DCC1DD;
}
</style>
border-color css
<style>
span { border-color: #DCC1DD; }
span { border-color: rgb(220,193,221); }
td.TdClassName
{
border-color: #DCC1DD;
}
.TagClassName
{
border-color: #DCC1DD;
}
</style>