Shades of Thistle #DACDD8
Tints of Thistle #DACDD8
RGB
CMYK
RGB Variations
Color information
#DACDD8 (or 0xDACDD8) is known color: Thistle. HEX triplet: DA, CD and D8. RGB value is (218,205,216). Sum of RGB (Red+Green+Blue) = 218+205+216=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD8 is #253227. Grayscale: #D2D2D2. Windows color (decimal): -2437672 or 14208474. OLE color: 14208474.
HSL color Cylindrical-coordinate representation of color #DACDD8: hue angle of 309.23º 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 #DACDD8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 216 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.15 |
| HSL | 309.23º | 0.15% | 0.83% | - |
| HSV(B) | 309.23º | 0.06% | 0.85% | - |
| XYZ | 63.14 | 63.53 | 73.9 | - |
| YUV | 210.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 216 | 0 | 0.06 | 0.01 | 0.15 | 309.23 | 0.15 | 0.83 |
| Hex | DA | CD | D8 | 0 | 6 | 1 | F | 135 | F | 53 |
| Octal | 332 | 315 | 330 | 0 | 6 | 1 | 17 | 465 | 17 | 123 |
| Binary | 11011010 | 11001101 | 11011000 | 0 | 110 | 1 | 1111 | 100110101 | 1111 | 1010011 |
Color Harmonies of #DACDD8
Complementary color
Monochromatic Colors of #DACDD8
Black with #DACDD8
Text Example
Text Example
White with #DACDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACDD8; }
p { color: rgb(218,205,216); }
H1.HeaderClassName
{
color: #DACDD8;
}
.AnyTagClassName
{
color: #DACDD8;
}
</style>
background-color css
<style>
a { background-color: #DACDD8; }
a { background-color: rgb(218,205,216); }
div.DivClassName
{
background-color: #DACDD8;
}
.BgClassName
{
background-color: #DACDD8;
}
</style>
border-color css
<style>
span { border-color: #DACDD8; }
span { border-color: rgb(218,205,216); }
td.TdClassName
{
border-color: #DACDD8;
}
.TagClassName
{
border-color: #DACDD8;
}
</style>