Shades of Thistle #DCC5D9
Tints of Thistle #DCC5D9
RGB
CMYK
RGB Variations
Color information
#DCC5D9 (or 0xDCC5D9) is known color: Thistle. HEX triplet: DC, C5 and D9. RGB value is (220,197,217). Sum of RGB (Red+Green+Blue) = 220+197+217=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D9 is #233A26. Grayscale: #CECECE. Windows color (decimal): -2308647 or 14271964. OLE color: 14271964.
HSL color Cylindrical-coordinate representation of color #DCC5D9: hue angle of 307.83º degrees, saturation: 0.25, 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 #DCC5D9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 217 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.14 |
| HSL | 307.83º | 0.25% | 0.82% | - |
| HSV(B) | 307.83º | 0.1% | 0.86% | - |
| XYZ | 62.01 | 60.16 | 73.99 | - |
| YUV | 206.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 217 | 0 | 0.10 | 0.01 | 0.14 | 307.83 | 0.25 | 0.82 |
| Hex | DC | C5 | D9 | 0 | A | 1 | E | 134 | 19 | 52 |
| Octal | 334 | 305 | 331 | 0 | 12 | 1 | 16 | 464 | 31 | 122 |
| Binary | 11011100 | 11000101 | 11011001 | 0 | 1010 | 1 | 1110 | 100110100 | 11001 | 1010010 |
Color Harmonies of #DCC5D9
Complementary color
Monochromatic Colors of #DCC5D9
Black with #DCC5D9
Text Example
Text Example
White with #DCC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5D9; }
p { color: rgb(220,197,217); }
H1.HeaderClassName
{
color: #DCC5D9;
}
.AnyTagClassName
{
color: #DCC5D9;
}
</style>
background-color css
<style>
a { background-color: #DCC5D9; }
a { background-color: rgb(220,197,217); }
div.DivClassName
{
background-color: #DCC5D9;
}
.BgClassName
{
background-color: #DCC5D9;
}
</style>
border-color css
<style>
span { border-color: #DCC5D9; }
span { border-color: rgb(220,197,217); }
td.TdClassName
{
border-color: #DCC5D9;
}
.TagClassName
{
border-color: #DCC5D9;
}
</style>