Shades of Thistle #DAC2DD
Tints of Thistle #DAC2DD
RGB
CMYK
RGB Variations
Color information
#DAC2DD (or 0xDAC2DD) is known color: Thistle. HEX triplet: DA, C2 and DD. RGB value is (218,194,221). Sum of RGB (Red+Green+Blue) = 218+194+221=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DD is #253D22. Grayscale: #CCCCCC. Windows color (decimal): -2440483 or 14533338. OLE color: 14533338.
HSL color Cylindrical-coordinate representation of color #DAC2DD: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC2DD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 194 | 221 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.13 |
| HSL | 293.33º | 0.28% | 0.81% | - |
| HSV(B) | 293.33º | 0.12% | 0.87% | - |
| XYZ | 61.26 | 58.71 | 76.51 | - |
| YUV | 204.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 221 | 0.01 | 0.12 | 0 | 0.13 | 293.33 | 0.28 | 0.81 |
| Hex | DA | C2 | DD | 1 | C | 0 | D | 125 | 1C | 51 |
| Octal | 332 | 302 | 335 | 1 | 14 | 0 | 15 | 445 | 34 | 121 |
| Binary | 11011010 | 11000010 | 11011101 | 1 | 1100 | 0 | 1101 | 100100101 | 11100 | 1010001 |
Color Harmonies of #DAC2DD
Complementary color
Monochromatic Colors of #DAC2DD
Black with #DAC2DD
Text Example
Text Example
White with #DAC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2DD; }
p { color: rgb(218,194,221); }
H1.HeaderClassName
{
color: #DAC2DD;
}
.AnyTagClassName
{
color: #DAC2DD;
}
</style>
background-color css
<style>
a { background-color: #DAC2DD; }
a { background-color: rgb(218,194,221); }
div.DivClassName
{
background-color: #DAC2DD;
}
.BgClassName
{
background-color: #DAC2DD;
}
</style>
border-color css
<style>
span { border-color: #DAC2DD; }
span { border-color: rgb(218,194,221); }
td.TdClassName
{
border-color: #DAC2DD;
}
.TagClassName
{
border-color: #DAC2DD;
}
</style>