Shades of Thistle #DAC5DA
Tints of Thistle #DAC5DA
RGB
CMYK
RGB Variations
Color information
#DAC5DA (or 0xDAC5DA) is known color: Thistle. HEX triplet: DA, C5 and DA. RGB value is (218,197,218). Sum of RGB (Red+Green+Blue) = 218+197+218=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DA is #253A25. Grayscale: #CDCDCD. Windows color (decimal): -2439718 or 14337498. OLE color: 14337498.
HSL color Cylindrical-coordinate representation of color #DAC5DA: hue angle of 300º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5DA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 218 | - |
| CMYK | 0 | 0.10 | 0 | 0.15 |
| HSL | 300º | 0.22% | 0.81% | - |
| HSV(B) | 300º | 0.1% | 0.85% | - |
| XYZ | 61.53 | 59.9 | 74.65 | - |
| YUV | 205.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 218 | 0 | 0.10 | 0 | 0.15 | 300 | 0.22 | 0.81 |
| Hex | DA | C5 | DA | 0 | A | 0 | F | 12C | 16 | 51 |
| Octal | 332 | 305 | 332 | 0 | 12 | 0 | 17 | 454 | 26 | 121 |
| Binary | 11011010 | 11000101 | 11011010 | 0 | 1010 | 0 | 1111 | 100101100 | 10110 | 1010001 |
Color Harmonies of #DAC5DA
Complementary color
Monochromatic Colors of #DAC5DA
Black with #DAC5DA
Text Example
Text Example
White with #DAC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5DA; }
p { color: rgb(218,197,218); }
H1.HeaderClassName
{
color: #DAC5DA;
}
.AnyTagClassName
{
color: #DAC5DA;
}
</style>
background-color css
<style>
a { background-color: #DAC5DA; }
a { background-color: rgb(218,197,218); }
div.DivClassName
{
background-color: #DAC5DA;
}
.BgClassName
{
background-color: #DAC5DA;
}
</style>
border-color css
<style>
span { border-color: #DAC5DA; }
span { border-color: rgb(218,197,218); }
td.TdClassName
{
border-color: #DAC5DA;
}
.TagClassName
{
border-color: #DAC5DA;
}
</style>