Shades of Thistle #DAC1DC
Tints of Thistle #DAC1DC
RGB
CMYK
RGB Variations
Color information
#DAC1DC (or 0xDAC1DC) is known color: Thistle. HEX triplet: DA, C1 and DC. RGB value is (218,193,220). Sum of RGB (Red+Green+Blue) = 218+193+220=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DC is #253E23. Grayscale: #CBCBCB. Windows color (decimal): -2440740 or 14467546. OLE color: 14467546.
HSL color Cylindrical-coordinate representation of color #DAC1DC: hue angle of 295.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC1DC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 193 | 220 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.14 |
| HSL | 295.56º | 0.28% | 0.81% | - |
| HSV(B) | 295.56º | 0.12% | 0.86% | - |
| XYZ | 60.9 | 58.21 | 75.74 | - |
| YUV | 203.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 220 | 0.01 | 0.12 | 0 | 0.14 | 295.56 | 0.28 | 0.81 |
| Hex | DA | C1 | DC | 1 | C | 0 | E | 128 | 1C | 51 |
| Octal | 332 | 301 | 334 | 1 | 14 | 0 | 16 | 450 | 34 | 121 |
| Binary | 11011010 | 11000001 | 11011100 | 1 | 1100 | 0 | 1110 | 100101000 | 11100 | 1010001 |
Color Harmonies of #DAC1DC
Complementary color
Monochromatic Colors of #DAC1DC
Black with #DAC1DC
Text Example
Text Example
White with #DAC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1DC; }
p { color: rgb(218,193,220); }
H1.HeaderClassName
{
color: #DAC1DC;
}
.AnyTagClassName
{
color: #DAC1DC;
}
</style>
background-color css
<style>
a { background-color: #DAC1DC; }
a { background-color: rgb(218,193,220); }
div.DivClassName
{
background-color: #DAC1DC;
}
.BgClassName
{
background-color: #DAC1DC;
}
</style>
border-color css
<style>
span { border-color: #DAC1DC; }
span { border-color: rgb(218,193,220); }
td.TdClassName
{
border-color: #DAC1DC;
}
.TagClassName
{
border-color: #DAC1DC;
}
</style>