Shades of Thistle #DAC8DC
Tints of Thistle #DAC8DC
RGB
CMYK
RGB Variations
Color information
#DAC8DC (or 0xDAC8DC) is known color: Thistle. HEX triplet: DA, C8 and DC. RGB value is (218,200,220). Sum of RGB (Red+Green+Blue) = 218+200+220=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DC is #253723. Grayscale: #CFCFCF. Windows color (decimal): -2438948 or 14469338. OLE color: 14469338.
HSL color Cylindrical-coordinate representation of color #DAC8DC: hue angle of 294º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC8DC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 200 | 220 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.14 |
| HSL | 294º | 0.22% | 0.82% | - |
| HSV(B) | 294º | 0.09% | 0.86% | - |
| XYZ | 62.49 | 61.38 | 76.26 | - |
| YUV | 207.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 220 | 0.01 | 0.09 | 0 | 0.14 | 294 | 0.22 | 0.82 |
| Hex | DA | C8 | DC | 1 | 9 | 0 | E | 126 | 16 | 52 |
| Octal | 332 | 310 | 334 | 1 | 11 | 0 | 16 | 446 | 26 | 122 |
| Binary | 11011010 | 11001000 | 11011100 | 1 | 1001 | 0 | 1110 | 100100110 | 10110 | 1010010 |
Color Harmonies of #DAC8DC
Complementary color
Monochromatic Colors of #DAC8DC
Black with #DAC8DC
Text Example
Text Example
White with #DAC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8DC; }
p { color: rgb(218,200,220); }
H1.HeaderClassName
{
color: #DAC8DC;
}
.AnyTagClassName
{
color: #DAC8DC;
}
</style>
background-color css
<style>
a { background-color: #DAC8DC; }
a { background-color: rgb(218,200,220); }
div.DivClassName
{
background-color: #DAC8DC;
}
.BgClassName
{
background-color: #DAC8DC;
}
</style>
border-color css
<style>
span { border-color: #DAC8DC; }
span { border-color: rgb(218,200,220); }
td.TdClassName
{
border-color: #DAC8DC;
}
.TagClassName
{
border-color: #DAC8DC;
}
</style>