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