Shades of Thistle #DAC0DF
Tints of Thistle #DAC0DF
RGB
CMYK
RGB Variations
Color information
#DAC0DF (or 0xDAC0DF) is known color: Thistle. HEX triplet: DA, C0 and DF. RGB value is (218,192,223). Sum of RGB (Red+Green+Blue) = 218+192+223=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0DF is #253F20. Grayscale: #CBCBCB. Windows color (decimal): -2440993 or 14663898. OLE color: 14663898.
HSL color Cylindrical-coordinate representation of color #DAC0DF: hue angle of 290.32º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC0DF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 192 | 223 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.13 |
| HSL | 290.32º | 0.33% | 0.81% | - |
| HSV(B) | 290.32º | 0.14% | 0.87% | - |
| XYZ | 61.08 | 57.93 | 77.77 | - |
| YUV | 203.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 223 | 0.02 | 0.14 | 0 | 0.13 | 290.32 | 0.33 | 0.81 |
| Hex | DA | C0 | DF | 2 | E | 0 | D | 122 | 21 | 51 |
| Octal | 332 | 300 | 337 | 2 | 16 | 0 | 15 | 442 | 41 | 121 |
| Binary | 11011010 | 11000000 | 11011111 | 10 | 1110 | 0 | 1101 | 100100010 | 100001 | 1010001 |
Color Harmonies of #DAC0DF
Complementary color
Monochromatic Colors of #DAC0DF
Black with #DAC0DF
Text Example
Text Example
White with #DAC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0DF; }
p { color: rgb(218,192,223); }
H1.HeaderClassName
{
color: #DAC0DF;
}
.AnyTagClassName
{
color: #DAC0DF;
}
</style>
background-color css
<style>
a { background-color: #DAC0DF; }
a { background-color: rgb(218,192,223); }
div.DivClassName
{
background-color: #DAC0DF;
}
.BgClassName
{
background-color: #DAC0DF;
}
</style>
border-color css
<style>
span { border-color: #DAC0DF; }
span { border-color: rgb(218,192,223); }
td.TdClassName
{
border-color: #DAC0DF;
}
.TagClassName
{
border-color: #DAC0DF;
}
</style>