Shades of Thistle #DACCD9
Tints of Thistle #DACCD9
RGB
CMYK
RGB Variations
Color information
#DACCD9 (or 0xDACCD9) is known color: Thistle. HEX triplet: DA, CC and D9. RGB value is (218,204,217). Sum of RGB (Red+Green+Blue) = 218+204+217=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD9 is #253326. Grayscale: #D1D1D1. Windows color (decimal): -2437927 or 14273754. OLE color: 14273754.
HSL color Cylindrical-coordinate representation of color #DACCD9: hue angle of 304.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACCD9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 217 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.15 |
| HSL | 304.29º | 0.16% | 0.83% | - |
| HSV(B) | 304.29º | 0.06% | 0.85% | - |
| XYZ | 63.03 | 63.1 | 74.5 | - |
| YUV | 209.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 217 | 0 | 0.06 | 0.00 | 0.15 | 304.29 | 0.16 | 0.83 |
| Hex | DA | CC | D9 | 0 | 6 | 0 | F | 130 | 10 | 53 |
| Octal | 332 | 314 | 331 | 0 | 6 | 0 | 17 | 460 | 20 | 123 |
| Binary | 11011010 | 11001100 | 11011001 | 0 | 110 | 0 | 1111 | 100110000 | 10000 | 1010011 |
Color Harmonies of #DACCD9
Complementary color
Monochromatic Colors of #DACCD9
Black with #DACCD9
Text Example
Text Example
White with #DACCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACCD9; }
p { color: rgb(218,204,217); }
H1.HeaderClassName
{
color: #DACCD9;
}
.AnyTagClassName
{
color: #DACCD9;
}
</style>
background-color css
<style>
a { background-color: #DACCD9; }
a { background-color: rgb(218,204,217); }
div.DivClassName
{
background-color: #DACCD9;
}
.BgClassName
{
background-color: #DACCD9;
}
</style>
border-color css
<style>
span { border-color: #DACCD9; }
span { border-color: rgb(218,204,217); }
td.TdClassName
{
border-color: #DACCD9;
}
.TagClassName
{
border-color: #DACCD9;
}
</style>