Shades of Thistle #DACDD9
Tints of Thistle #DACDD9
RGB
CMYK
RGB Variations
Color information
#DACDD9 (or 0xDACDD9) is known color: Thistle. HEX triplet: DA, CD and D9. RGB value is (218,205,217). Sum of RGB (Red+Green+Blue) = 218+205+217=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD9 is #253226. Grayscale: #D2D2D2. Windows color (decimal): -2437671 or 14274010. OLE color: 14274010.
HSL color Cylindrical-coordinate representation of color #DACDD9: hue angle of 304.62º degrees, saturation: 0.15, 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 #DACDD9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 205 | 217 | - |
CMYK | 0 | 0.06 | 0.00 | 0.15 |
HSL | 304.62º | 0.15% | 0.83% | - |
HSV(B) | 304.62º | 0.06% | 0.85% | - |
XYZ | 63.27 | 63.58 | 74.58 | - |
YUV | 210.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 205 | 217 | 0 | 0.06 | 0.00 | 0.15 | 304.62 | 0.15 | 0.83 |
Hex | DA | CD | D9 | 0 | 6 | 0 | F | 131 | F | 53 |
Octal | 332 | 315 | 331 | 0 | 6 | 0 | 17 | 461 | 17 | 123 |
Binary | 11011010 | 11001101 | 11011001 | 0 | 110 | 0 | 1111 | 100110001 | 1111 | 1010011 |
Color Harmonies of #DACDD9
Complementary color
Monochromatic Colors of #DACDD9
Black with #DACDD9
Text Example
Text Example
White with #DACDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDD9; }
p { color: rgb(218,205,217); }
H1.HeaderClassName
{
color: #DACDD9;
}
.AnyTagClassName
{
color: #DACDD9;
}
</style>
background-color css
<style>
a { background-color: #DACDD9; }
a { background-color: rgb(218,205,217); }
div.DivClassName
{
background-color: #DACDD9;
}
.BgClassName
{
background-color: #DACDD9;
}
</style>
border-color css
<style>
span { border-color: #DACDD9; }
span { border-color: rgb(218,205,217); }
td.TdClassName
{
border-color: #DACDD9;
}
.TagClassName
{
border-color: #DACDD9;
}
</style>