Shades of Thistle #DAC2D8
Tints of Thistle #DAC2D8
RGB
CMYK
RGB Variations
Color information
#DAC2D8 (or 0xDAC2D8) is known color: Thistle. HEX triplet: DA, C2 and D8. RGB value is (218,194,216). Sum of RGB (Red+Green+Blue) = 218+194+216=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2D8 is #253D27. Grayscale: #CBCBCB. Windows color (decimal): -2440488 or 14205658. OLE color: 14205658.
HSL color Cylindrical-coordinate representation of color #DAC2D8: hue angle of 305º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2D8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 216 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.15 |
| HSL | 305º | 0.24% | 0.81% | - |
| HSV(B) | 305º | 0.11% | 0.85% | - |
| XYZ | 60.6 | 58.45 | 73.05 | - |
| YUV | 203.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 216 | 0 | 0.11 | 0.01 | 0.15 | 305 | 0.24 | 0.81 |
| Hex | DA | C2 | D8 | 0 | B | 1 | F | 131 | 18 | 51 |
| Octal | 332 | 302 | 330 | 0 | 13 | 1 | 17 | 461 | 30 | 121 |
| Binary | 11011010 | 11000010 | 11011000 | 0 | 1011 | 1 | 1111 | 100110001 | 11000 | 1010001 |
Color Harmonies of #DAC2D8
Complementary color
Monochromatic Colors of #DAC2D8
Black with #DAC2D8
Text Example
Text Example
White with #DAC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2D8; }
p { color: rgb(218,194,216); }
H1.HeaderClassName
{
color: #DAC2D8;
}
.AnyTagClassName
{
color: #DAC2D8;
}
</style>
background-color css
<style>
a { background-color: #DAC2D8; }
a { background-color: rgb(218,194,216); }
div.DivClassName
{
background-color: #DAC2D8;
}
.BgClassName
{
background-color: #DAC2D8;
}
</style>
border-color css
<style>
span { border-color: #DAC2D8; }
span { border-color: rgb(218,194,216); }
td.TdClassName
{
border-color: #DAC2D8;
}
.TagClassName
{
border-color: #DAC2D8;
}
</style>