Shades of Thistle #DCC6DD
Tints of Thistle #DCC6DD
RGB
CMYK
RGB Variations
Color information
#DCC6DD (or 0xDCC6DD) is known color: Thistle. HEX triplet: DC, C6 and DD. RGB value is (220,198,221). Sum of RGB (Red+Green+Blue) = 220+198+221=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DD is #233922. Grayscale: #CFCFCF. Windows color (decimal): -2308387 or 14534364. OLE color: 14534364.
HSL color Cylindrical-coordinate representation of color #DCC6DD: hue angle of 297.39º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6DD is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 198 | 221 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.13 |
| HSL | 297.39º | 0.25% | 0.82% | - |
| HSV(B) | 297.39º | 0.1% | 0.87% | - |
| XYZ | 62.76 | 60.82 | 76.84 | - |
| YUV | 207.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 221 | 0.00 | 0.10 | 0 | 0.13 | 297.39 | 0.25 | 0.82 |
| Hex | DC | C6 | DD | 0 | A | 0 | D | 129 | 19 | 52 |
| Octal | 334 | 306 | 335 | 0 | 12 | 0 | 15 | 451 | 31 | 122 |
| Binary | 11011100 | 11000110 | 11011101 | 0 | 1010 | 0 | 1101 | 100101001 | 11001 | 1010010 |
Color Harmonies of #DCC6DD
Complementary color
Monochromatic Colors of #DCC6DD
Black with #DCC6DD
Text Example
Text Example
White with #DCC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6DD; }
p { color: rgb(220,198,221); }
H1.HeaderClassName
{
color: #DCC6DD;
}
.AnyTagClassName
{
color: #DCC6DD;
}
</style>
background-color css
<style>
a { background-color: #DCC6DD; }
a { background-color: rgb(220,198,221); }
div.DivClassName
{
background-color: #DCC6DD;
}
.BgClassName
{
background-color: #DCC6DD;
}
</style>
border-color css
<style>
span { border-color: #DCC6DD; }
span { border-color: rgb(220,198,221); }
td.TdClassName
{
border-color: #DCC6DD;
}
.TagClassName
{
border-color: #DCC6DD;
}
</style>