Shades of Thistle #DAC1D8
Tints of Thistle #DAC1D8
RGB
CMYK
RGB Variations
Color information
#DAC1D8 (or 0xDAC1D8) is known color: Thistle. HEX triplet: DA, C1 and D8. RGB value is (218,193,216). Sum of RGB (Red+Green+Blue) = 218+193+216=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D8 is #253E27. Grayscale: #CBCBCB. Windows color (decimal): -2440744 or 14205402. OLE color: 14205402.
HSL color Cylindrical-coordinate representation of color #DAC1D8: hue angle of 304.8º degrees, saturation: 0.25, 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 #DAC1D8 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 216 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.15 |
| HSL | 304.8º | 0.25% | 0.81% | - |
| HSV(B) | 304.8º | 0.11% | 0.85% | - |
| XYZ | 60.38 | 58 | 72.98 | - |
| YUV | 203.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 216 | 0 | 0.11 | 0.01 | 0.15 | 304.8 | 0.25 | 0.81 |
| Hex | DA | C1 | D8 | 0 | B | 1 | F | 131 | 19 | 51 |
| Octal | 332 | 301 | 330 | 0 | 13 | 1 | 17 | 461 | 31 | 121 |
| Binary | 11011010 | 11000001 | 11011000 | 0 | 1011 | 1 | 1111 | 100110001 | 11001 | 1010001 |
Color Harmonies of #DAC1D8
Complementary color
Monochromatic Colors of #DAC1D8
Black with #DAC1D8
Text Example
Text Example
White with #DAC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1D8; }
p { color: rgb(218,193,216); }
H1.HeaderClassName
{
color: #DAC1D8;
}
.AnyTagClassName
{
color: #DAC1D8;
}
</style>
background-color css
<style>
a { background-color: #DAC1D8; }
a { background-color: rgb(218,193,216); }
div.DivClassName
{
background-color: #DAC1D8;
}
.BgClassName
{
background-color: #DAC1D8;
}
</style>
border-color css
<style>
span { border-color: #DAC1D8; }
span { border-color: rgb(218,193,216); }
td.TdClassName
{
border-color: #DAC1D8;
}
.TagClassName
{
border-color: #DAC1D8;
}
</style>