Shades of Thistle #DAC3DD
Tints of Thistle #DAC3DD
RGB
CMYK
RGB Variations
Color information
#DAC3DD (or 0xDAC3DD) is known color: Thistle. HEX triplet: DA, C3 and DD. RGB value is (218,195,221). Sum of RGB (Red+Green+Blue) = 218+195+221=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DD is #253C22. Grayscale: #CCCCCC. Windows color (decimal): -2440227 or 14533594. OLE color: 14533594.
HSL color Cylindrical-coordinate representation of color #DAC3DD: hue angle of 293.08º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC3DD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 195 | 221 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.13 |
| HSL | 293.08º | 0.28% | 0.82% | - |
| HSV(B) | 293.08º | 0.12% | 0.87% | - |
| XYZ | 61.48 | 59.16 | 76.58 | - |
| YUV | 204.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 221 | 0.01 | 0.12 | 0 | 0.13 | 293.08 | 0.28 | 0.82 |
| Hex | DA | C3 | DD | 1 | C | 0 | D | 125 | 1C | 52 |
| Octal | 332 | 303 | 335 | 1 | 14 | 0 | 15 | 445 | 34 | 122 |
| Binary | 11011010 | 11000011 | 11011101 | 1 | 1100 | 0 | 1101 | 100100101 | 11100 | 1010010 |
Color Harmonies of #DAC3DD
Complementary color
Monochromatic Colors of #DAC3DD
Black with #DAC3DD
Text Example
Text Example
White with #DAC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3DD; }
p { color: rgb(218,195,221); }
H1.HeaderClassName
{
color: #DAC3DD;
}
.AnyTagClassName
{
color: #DAC3DD;
}
</style>
background-color css
<style>
a { background-color: #DAC3DD; }
a { background-color: rgb(218,195,221); }
div.DivClassName
{
background-color: #DAC3DD;
}
.BgClassName
{
background-color: #DAC3DD;
}
</style>
border-color css
<style>
span { border-color: #DAC3DD; }
span { border-color: rgb(218,195,221); }
td.TdClassName
{
border-color: #DAC3DD;
}
.TagClassName
{
border-color: #DAC3DD;
}
</style>