Shades of Thistle #DCC6DA
Tints of Thistle #DCC6DA
RGB
CMYK
RGB Variations
Color information
#DCC6DA (or 0xDCC6DA) is known color: Thistle. HEX triplet: DC, C6 and DA. RGB value is (220,198,218). Sum of RGB (Red+Green+Blue) = 220+198+218=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DA is #233925. Grayscale: #CECECE. Windows color (decimal): -2308390 or 14337756. OLE color: 14337756.
HSL color Cylindrical-coordinate representation of color #DCC6DA: hue angle of 305.45º 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 #DCC6DA is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 218 | - |
| CMYK | 0 | 0.1 | 0.01 | 0.14 |
| HSL | 305.45º | 0.24% | 0.82% | - |
| HSV(B) | 305.45º | 0.1% | 0.86% | - |
| XYZ | 62.36 | 60.67 | 74.75 | - |
| YUV | 206.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 218 | 0 | 0.1 | 0.01 | 0.14 | 305.45 | 0.24 | 0.82 |
| Hex | DC | C6 | DA | 0 | A | 1 | E | 131 | 18 | 52 |
| Octal | 334 | 306 | 332 | 0 | 12 | 1 | 16 | 461 | 30 | 122 |
| Binary | 11011100 | 11000110 | 11011010 | 0 | 1010 | 1 | 1110 | 100110001 | 11000 | 1010010 |
Color Harmonies of #DCC6DA
Complementary color
Monochromatic Colors of #DCC6DA
Black with #DCC6DA
Text Example
Text Example
White with #DCC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6DA; }
p { color: rgb(220,198,218); }
H1.HeaderClassName
{
color: #DCC6DA;
}
.AnyTagClassName
{
color: #DCC6DA;
}
</style>
background-color css
<style>
a { background-color: #DCC6DA; }
a { background-color: rgb(220,198,218); }
div.DivClassName
{
background-color: #DCC6DA;
}
.BgClassName
{
background-color: #DCC6DA;
}
</style>
border-color css
<style>
span { border-color: #DCC6DA; }
span { border-color: rgb(220,198,218); }
td.TdClassName
{
border-color: #DCC6DA;
}
.TagClassName
{
border-color: #DCC6DA;
}
</style>