Shades of Thistle #DAC1DD
Tints of Thistle #DAC1DD
RGB
CMYK
RGB Variations
Color information
#DAC1DD (or 0xDAC1DD) is known color: Thistle. HEX triplet: DA, C1 and DD. RGB value is (218,193,221). Sum of RGB (Red+Green+Blue) = 218+193+221=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1DD is #253E22. Grayscale: #CBCBCB. Windows color (decimal): -2440739 or 14533082. OLE color: 14533082.
HSL color Cylindrical-coordinate representation of color #DAC1DD: hue angle of 293.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC1DD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 193 | 221 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.13 |
| HSL | 293.57º | 0.29% | 0.81% | - |
| HSV(B) | 293.57º | 0.13% | 0.87% | - |
| XYZ | 61.03 | 58.27 | 76.44 | - |
| YUV | 203.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 221 | 0.01 | 0.13 | 0 | 0.13 | 293.57 | 0.29 | 0.81 |
| Hex | DA | C1 | DD | 1 | D | 0 | D | 126 | 1D | 51 |
| Octal | 332 | 301 | 335 | 1 | 15 | 0 | 15 | 446 | 35 | 121 |
| Binary | 11011010 | 11000001 | 11011101 | 1 | 1101 | 0 | 1101 | 100100110 | 11101 | 1010001 |
Color Harmonies of #DAC1DD
Complementary color
Monochromatic Colors of #DAC1DD
Black with #DAC1DD
Text Example
Text Example
White with #DAC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1DD; }
p { color: rgb(218,193,221); }
H1.HeaderClassName
{
color: #DAC1DD;
}
.AnyTagClassName
{
color: #DAC1DD;
}
</style>
background-color css
<style>
a { background-color: #DAC1DD; }
a { background-color: rgb(218,193,221); }
div.DivClassName
{
background-color: #DAC1DD;
}
.BgClassName
{
background-color: #DAC1DD;
}
</style>
border-color css
<style>
span { border-color: #DAC1DD; }
span { border-color: rgb(218,193,221); }
td.TdClassName
{
border-color: #DAC1DD;
}
.TagClassName
{
border-color: #DAC1DD;
}
</style>