Shades of Thistle #DAC4D9
Tints of Thistle #DAC4D9
RGB
CMYK
RGB Variations
Color information
#DAC4D9 (or 0xDAC4D9) is known color: Thistle. HEX triplet: DA, C4 and D9. RGB value is (218,196,217). Sum of RGB (Red+Green+Blue) = 218+196+217=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D9 is #253B26. Grayscale: #CCCCCC. Windows color (decimal): -2439975 or 14271706. OLE color: 14271706.
HSL color Cylindrical-coordinate representation of color #DAC4D9: hue angle of 302.73º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC4D9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 217 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.15 |
| HSL | 302.73º | 0.23% | 0.81% | - |
| HSV(B) | 302.73º | 0.1% | 0.85% | - |
| XYZ | 61.18 | 59.4 | 73.89 | - |
| YUV | 204.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 217 | 0 | 0.10 | 0.00 | 0.15 | 302.73 | 0.23 | 0.81 |
| Hex | DA | C4 | D9 | 0 | A | 0 | F | 12F | 17 | 51 |
| Octal | 332 | 304 | 331 | 0 | 12 | 0 | 17 | 457 | 27 | 121 |
| Binary | 11011010 | 11000100 | 11011001 | 0 | 1010 | 0 | 1111 | 100101111 | 10111 | 1010001 |
Color Harmonies of #DAC4D9
Complementary color
Monochromatic Colors of #DAC4D9
Black with #DAC4D9
Text Example
Text Example
White with #DAC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4D9; }
p { color: rgb(218,196,217); }
H1.HeaderClassName
{
color: #DAC4D9;
}
.AnyTagClassName
{
color: #DAC4D9;
}
</style>
background-color css
<style>
a { background-color: #DAC4D9; }
a { background-color: rgb(218,196,217); }
div.DivClassName
{
background-color: #DAC4D9;
}
.BgClassName
{
background-color: #DAC4D9;
}
</style>
border-color css
<style>
span { border-color: #DAC4D9; }
span { border-color: rgb(218,196,217); }
td.TdClassName
{
border-color: #DAC4D9;
}
.TagClassName
{
border-color: #DAC4D9;
}
</style>