Shades of Thistle #DAC5DF
Tints of Thistle #DAC5DF
RGB
CMYK
RGB Variations
Color information
#DAC5DF (or 0xDAC5DF) is known color: Thistle. HEX triplet: DA, C5 and DF. RGB value is (218,197,223). Sum of RGB (Red+Green+Blue) = 218+197+223=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DF is #253A20. Grayscale: #CECECE. Windows color (decimal): -2439713 or 14665178. OLE color: 14665178.
HSL color Cylindrical-coordinate representation of color #DAC5DF: hue angle of 288.46º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC5DF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 197 | 223 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.13 |
| HSL | 288.46º | 0.29% | 0.82% | - |
| HSV(B) | 288.46º | 0.12% | 0.87% | - |
| XYZ | 62.2 | 60.17 | 78.15 | - |
| YUV | 206.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 223 | 0.02 | 0.12 | 0 | 0.13 | 288.46 | 0.29 | 0.82 |
| Hex | DA | C5 | DF | 2 | C | 0 | D | 120 | 1D | 52 |
| Octal | 332 | 305 | 337 | 2 | 14 | 0 | 15 | 440 | 35 | 122 |
| Binary | 11011010 | 11000101 | 11011111 | 10 | 1100 | 0 | 1101 | 100100000 | 11101 | 1010010 |
Color Harmonies of #DAC5DF
Complementary color
Monochromatic Colors of #DAC5DF
Black with #DAC5DF
Text Example
Text Example
White with #DAC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5DF; }
p { color: rgb(218,197,223); }
H1.HeaderClassName
{
color: #DAC5DF;
}
.AnyTagClassName
{
color: #DAC5DF;
}
</style>
background-color css
<style>
a { background-color: #DAC5DF; }
a { background-color: rgb(218,197,223); }
div.DivClassName
{
background-color: #DAC5DF;
}
.BgClassName
{
background-color: #DAC5DF;
}
</style>
border-color css
<style>
span { border-color: #DAC5DF; }
span { border-color: rgb(218,197,223); }
td.TdClassName
{
border-color: #DAC5DF;
}
.TagClassName
{
border-color: #DAC5DF;
}
</style>