Shades of Thistle #DAC6D9
Tints of Thistle #DAC6D9
RGB
CMYK
RGB Variations
Color information
#DAC6D9 (or 0xDAC6D9) is known color: Thistle. HEX triplet: DA, C6 and D9. RGB value is (218,198,217). Sum of RGB (Red+Green+Blue) = 218+198+217=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6D9 is #253926. Grayscale: #CECECE. Windows color (decimal): -2439463 or 14272218. OLE color: 14272218.
HSL color Cylindrical-coordinate representation of color #DAC6D9: hue angle of 303º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6D9 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 217 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.15 |
| HSL | 303º | 0.21% | 0.82% | - |
| HSV(B) | 303º | 0.09% | 0.85% | - |
| XYZ | 61.63 | 60.3 | 74.04 | - |
| YUV | 206.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 217 | 0 | 0.09 | 0.00 | 0.15 | 303 | 0.21 | 0.82 |
| Hex | DA | C6 | D9 | 0 | 9 | 0 | F | 12F | 15 | 52 |
| Octal | 332 | 306 | 331 | 0 | 11 | 0 | 17 | 457 | 25 | 122 |
| Binary | 11011010 | 11000110 | 11011001 | 0 | 1001 | 0 | 1111 | 100101111 | 10101 | 1010010 |
Color Harmonies of #DAC6D9
Complementary color
Monochromatic Colors of #DAC6D9
Black with #DAC6D9
Text Example
Text Example
White with #DAC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6D9; }
p { color: rgb(218,198,217); }
H1.HeaderClassName
{
color: #DAC6D9;
}
.AnyTagClassName
{
color: #DAC6D9;
}
</style>
background-color css
<style>
a { background-color: #DAC6D9; }
a { background-color: rgb(218,198,217); }
div.DivClassName
{
background-color: #DAC6D9;
}
.BgClassName
{
background-color: #DAC6D9;
}
</style>
border-color css
<style>
span { border-color: #DAC6D9; }
span { border-color: rgb(218,198,217); }
td.TdClassName
{
border-color: #DAC6D9;
}
.TagClassName
{
border-color: #DAC6D9;
}
</style>