Shades of Thistle #DCC6D9
Tints of Thistle #DCC6D9
RGB
CMYK
RGB Variations
Color information
#DCC6D9 (or 0xDCC6D9) is known color: Thistle. HEX triplet: DC, C6 and D9. RGB value is (220,198,217). Sum of RGB (Red+Green+Blue) = 220+198+217=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6D9 is #233926. Grayscale: #CECECE. Windows color (decimal): -2308391 or 14272220. OLE color: 14272220.
HSL color Cylindrical-coordinate representation of color #DCC6D9: hue angle of 308.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6D9 is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 217 | - |
| CMYK | 0 | 0.1 | 0.01 | 0.14 |
| HSL | 308.18º | 0.24% | 0.82% | - |
| HSV(B) | 308.18º | 0.1% | 0.86% | - |
| XYZ | 62.23 | 60.61 | 74.07 | - |
| YUV | 206.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 217 | 0 | 0.1 | 0.01 | 0.14 | 308.18 | 0.24 | 0.82 |
| Hex | DC | C6 | D9 | 0 | A | 1 | E | 134 | 18 | 52 |
| Octal | 334 | 306 | 331 | 0 | 12 | 1 | 16 | 464 | 30 | 122 |
| Binary | 11011100 | 11000110 | 11011001 | 0 | 1010 | 1 | 1110 | 100110100 | 11000 | 1010010 |
Color Harmonies of #DCC6D9
Complementary color
Monochromatic Colors of #DCC6D9
Black with #DCC6D9
Text Example
Text Example
White with #DCC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6D9; }
p { color: rgb(220,198,217); }
H1.HeaderClassName
{
color: #DCC6D9;
}
.AnyTagClassName
{
color: #DCC6D9;
}
</style>
background-color css
<style>
a { background-color: #DCC6D9; }
a { background-color: rgb(220,198,217); }
div.DivClassName
{
background-color: #DCC6D9;
}
.BgClassName
{
background-color: #DCC6D9;
}
</style>
border-color css
<style>
span { border-color: #DCC6D9; }
span { border-color: rgb(220,198,217); }
td.TdClassName
{
border-color: #DCC6D9;
}
.TagClassName
{
border-color: #DCC6D9;
}
</style>