Shades of Thistle #DAC7DC
Tints of Thistle #DAC7DC
RGB
CMYK
RGB Variations
Color information
#DAC7DC (or 0xDAC7DC) is known color: Thistle. HEX triplet: DA, C7 and DC. RGB value is (218,199,220). Sum of RGB (Red+Green+Blue) = 218+199+220=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7DC is #253823. Grayscale: #CFCFCF. Windows color (decimal): -2439204 or 14469082. OLE color: 14469082.
HSL color Cylindrical-coordinate representation of color #DAC7DC: hue angle of 294.29º degrees, saturation: 0.23, 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 #DAC7DC is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 199 | 220 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.14 |
| HSL | 294.29º | 0.23% | 0.82% | - |
| HSV(B) | 294.29º | 0.1% | 0.86% | - |
| XYZ | 62.26 | 60.92 | 76.19 | - |
| YUV | 207.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 220 | 0.01 | 0.10 | 0 | 0.14 | 294.29 | 0.23 | 0.82 |
| Hex | DA | C7 | DC | 1 | A | 0 | E | 126 | 17 | 52 |
| Octal | 332 | 307 | 334 | 1 | 12 | 0 | 16 | 446 | 27 | 122 |
| Binary | 11011010 | 11000111 | 11011100 | 1 | 1010 | 0 | 1110 | 100100110 | 10111 | 1010010 |
Color Harmonies of #DAC7DC
Complementary color
Monochromatic Colors of #DAC7DC
Black with #DAC7DC
Text Example
Text Example
White with #DAC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7DC; }
p { color: rgb(218,199,220); }
H1.HeaderClassName
{
color: #DAC7DC;
}
.AnyTagClassName
{
color: #DAC7DC;
}
</style>
background-color css
<style>
a { background-color: #DAC7DC; }
a { background-color: rgb(218,199,220); }
div.DivClassName
{
background-color: #DAC7DC;
}
.BgClassName
{
background-color: #DAC7DC;
}
</style>
border-color css
<style>
span { border-color: #DAC7DC; }
span { border-color: rgb(218,199,220); }
td.TdClassName
{
border-color: #DAC7DC;
}
.TagClassName
{
border-color: #DAC7DC;
}
</style>