Shades of Thistle #DAC5DC
Tints of Thistle #DAC5DC
RGB
CMYK
RGB Variations
Color information
#DAC5DC (or 0xDAC5DC) is known color: Thistle. HEX triplet: DA, C5 and DC. RGB value is (218,197,220). Sum of RGB (Red+Green+Blue) = 218+197+220=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DC is #253A23. Grayscale: #CDCDCD. Windows color (decimal): -2439716 or 14468570. OLE color: 14468570.
HSL color Cylindrical-coordinate representation of color #DAC5DC: hue angle of 294.78º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5DC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 197 | 220 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.14 |
| HSL | 294.78º | 0.25% | 0.82% | - |
| HSV(B) | 294.78º | 0.1% | 0.86% | - |
| XYZ | 61.8 | 60.01 | 76.04 | - |
| YUV | 205.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 220 | 0.01 | 0.10 | 0 | 0.14 | 294.78 | 0.25 | 0.82 |
| Hex | DA | C5 | DC | 1 | A | 0 | E | 127 | 19 | 52 |
| Octal | 332 | 305 | 334 | 1 | 12 | 0 | 16 | 447 | 31 | 122 |
| Binary | 11011010 | 11000101 | 11011100 | 1 | 1010 | 0 | 1110 | 100100111 | 11001 | 1010010 |
Color Harmonies of #DAC5DC
Complementary color
Monochromatic Colors of #DAC5DC
Black with #DAC5DC
Text Example
Text Example
White with #DAC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5DC; }
p { color: rgb(218,197,220); }
H1.HeaderClassName
{
color: #DAC5DC;
}
.AnyTagClassName
{
color: #DAC5DC;
}
</style>
background-color css
<style>
a { background-color: #DAC5DC; }
a { background-color: rgb(218,197,220); }
div.DivClassName
{
background-color: #DAC5DC;
}
.BgClassName
{
background-color: #DAC5DC;
}
</style>
border-color css
<style>
span { border-color: #DAC5DC; }
span { border-color: rgb(218,197,220); }
td.TdClassName
{
border-color: #DAC5DC;
}
.TagClassName
{
border-color: #DAC5DC;
}
</style>