Shades of Thistle #DAC8DD
Tints of Thistle #DAC8DD
RGB
CMYK
RGB Variations
Color information
#DAC8DD (or 0xDAC8DD) is known color: Thistle. HEX triplet: DA, C8 and DD. RGB value is (218,200,221). Sum of RGB (Red+Green+Blue) = 218+200+221=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DD is #253722. Grayscale: #CFCFCF. Windows color (decimal): -2438947 or 14534874. OLE color: 14534874.
HSL color Cylindrical-coordinate representation of color #DAC8DD: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC8DD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 200 | 221 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.13 |
| HSL | 291.43º | 0.24% | 0.83% | - |
| HSV(B) | 291.43º | 0.1% | 0.87% | - |
| XYZ | 62.62 | 61.43 | 76.96 | - |
| YUV | 207.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 221 | 0.01 | 0.10 | 0 | 0.13 | 291.43 | 0.24 | 0.83 |
| Hex | DA | C8 | DD | 1 | A | 0 | D | 123 | 18 | 53 |
| Octal | 332 | 310 | 335 | 1 | 12 | 0 | 15 | 443 | 30 | 123 |
| Binary | 11011010 | 11001000 | 11011101 | 1 | 1010 | 0 | 1101 | 100100011 | 11000 | 1010011 |
Color Harmonies of #DAC8DD
Complementary color
Monochromatic Colors of #DAC8DD
Black with #DAC8DD
Text Example
Text Example
White with #DAC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8DD; }
p { color: rgb(218,200,221); }
H1.HeaderClassName
{
color: #DAC8DD;
}
.AnyTagClassName
{
color: #DAC8DD;
}
</style>
background-color css
<style>
a { background-color: #DAC8DD; }
a { background-color: rgb(218,200,221); }
div.DivClassName
{
background-color: #DAC8DD;
}
.BgClassName
{
background-color: #DAC8DD;
}
</style>
border-color css
<style>
span { border-color: #DAC8DD; }
span { border-color: rgb(218,200,221); }
td.TdClassName
{
border-color: #DAC8DD;
}
.TagClassName
{
border-color: #DAC8DD;
}
</style>