Shades of Thistle #DAC3DF
Tints of Thistle #DAC3DF
RGB
CMYK
RGB Variations
Color information
#DAC3DF (or 0xDAC3DF) is known color: Thistle. HEX triplet: DA, C3 and DF. RGB value is (218,195,223). Sum of RGB (Red+Green+Blue) = 218+195+223=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DF is #253C20. Grayscale: #CCCCCC. Windows color (decimal): -2440225 or 14664666. OLE color: 14664666.
HSL color Cylindrical-coordinate representation of color #DAC3DF: hue angle of 289.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC3DF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 195 | 223 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.13 |
| HSL | 289.29º | 0.3% | 0.82% | - |
| HSV(B) | 289.29º | 0.13% | 0.87% | - |
| XYZ | 61.75 | 59.26 | 78 | - |
| YUV | 205.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 223 | 0.02 | 0.13 | 0 | 0.13 | 289.29 | 0.3 | 0.82 |
| Hex | DA | C3 | DF | 2 | D | 0 | D | 121 | 1E | 52 |
| Octal | 332 | 303 | 337 | 2 | 15 | 0 | 15 | 441 | 36 | 122 |
| Binary | 11011010 | 11000011 | 11011111 | 10 | 1101 | 0 | 1101 | 100100001 | 11110 | 1010010 |
Color Harmonies of #DAC3DF
Complementary color
Monochromatic Colors of #DAC3DF
Black with #DAC3DF
Text Example
Text Example
White with #DAC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3DF; }
p { color: rgb(218,195,223); }
H1.HeaderClassName
{
color: #DAC3DF;
}
.AnyTagClassName
{
color: #DAC3DF;
}
</style>
background-color css
<style>
a { background-color: #DAC3DF; }
a { background-color: rgb(218,195,223); }
div.DivClassName
{
background-color: #DAC3DF;
}
.BgClassName
{
background-color: #DAC3DF;
}
</style>
border-color css
<style>
span { border-color: #DAC3DF; }
span { border-color: rgb(218,195,223); }
td.TdClassName
{
border-color: #DAC3DF;
}
.TagClassName
{
border-color: #DAC3DF;
}
</style>