Shades of Thistle #DAC2D9
Tints of Thistle #DAC2D9
RGB
CMYK
RGB Variations
Color information
#DAC2D9 (or 0xDAC2D9) is known color: Thistle. HEX triplet: DA, C2 and D9. RGB value is (218,194,217). Sum of RGB (Red+Green+Blue) = 218+194+217=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D9 is #253D26. Grayscale: #CBCBCB. Windows color (decimal): -2440487 or 14271194. OLE color: 14271194.
HSL color Cylindrical-coordinate representation of color #DAC2D9: hue angle of 302.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2D9 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 217 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.15 |
| HSL | 302.5º | 0.24% | 0.81% | - |
| HSV(B) | 302.5º | 0.11% | 0.85% | - |
| XYZ | 60.73 | 58.5 | 73.74 | - |
| YUV | 203.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 217 | 0 | 0.11 | 0.00 | 0.15 | 302.5 | 0.24 | 0.81 |
| Hex | DA | C2 | D9 | 0 | B | 0 | F | 12E | 18 | 51 |
| Octal | 332 | 302 | 331 | 0 | 13 | 0 | 17 | 456 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11011001 | 0 | 1011 | 0 | 1111 | 100101110 | 11000 | 1010001 |
Color Harmonies of #DAC2D9
Complementary color
Monochromatic Colors of #DAC2D9
Black with #DAC2D9
Text Example
Text Example
White with #DAC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2D9; }
p { color: rgb(218,194,217); }
H1.HeaderClassName
{
color: #DAC2D9;
}
.AnyTagClassName
{
color: #DAC2D9;
}
</style>
background-color css
<style>
a { background-color: #DAC2D9; }
a { background-color: rgb(218,194,217); }
div.DivClassName
{
background-color: #DAC2D9;
}
.BgClassName
{
background-color: #DAC2D9;
}
</style>
border-color css
<style>
span { border-color: #DAC2D9; }
span { border-color: rgb(218,194,217); }
td.TdClassName
{
border-color: #DAC2D9;
}
.TagClassName
{
border-color: #DAC2D9;
}
</style>