Shades of Thistle #DAC2DF
Tints of Thistle #DAC2DF
RGB
CMYK
RGB Variations
Color information
#DAC2DF (or 0xDAC2DF) is known color: Thistle. HEX triplet: DA, C2 and DF. RGB value is (218,194,223). Sum of RGB (Red+Green+Blue) = 218+194+223=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DF is #253D20. Grayscale: #CCCCCC. Windows color (decimal): -2440481 or 14664410. OLE color: 14664410.
HSL color Cylindrical-coordinate representation of color #DAC2DF: hue angle of 289.66º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC2DF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 194 | 223 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.13 |
| HSL | 289.66º | 0.31% | 0.82% | - |
| HSV(B) | 289.66º | 0.13% | 0.87% | - |
| XYZ | 61.52 | 58.82 | 77.92 | - |
| YUV | 204.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 223 | 0.02 | 0.13 | 0 | 0.13 | 289.66 | 0.31 | 0.82 |
| Hex | DA | C2 | DF | 2 | D | 0 | D | 122 | 1F | 52 |
| Octal | 332 | 302 | 337 | 2 | 15 | 0 | 15 | 442 | 37 | 122 |
| Binary | 11011010 | 11000010 | 11011111 | 10 | 1101 | 0 | 1101 | 100100010 | 11111 | 1010010 |
Color Harmonies of #DAC2DF
Complementary color
Monochromatic Colors of #DAC2DF
Black with #DAC2DF
Text Example
Text Example
White with #DAC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2DF; }
p { color: rgb(218,194,223); }
H1.HeaderClassName
{
color: #DAC2DF;
}
.AnyTagClassName
{
color: #DAC2DF;
}
</style>
background-color css
<style>
a { background-color: #DAC2DF; }
a { background-color: rgb(218,194,223); }
div.DivClassName
{
background-color: #DAC2DF;
}
.BgClassName
{
background-color: #DAC2DF;
}
</style>
border-color css
<style>
span { border-color: #DAC2DF; }
span { border-color: rgb(218,194,223); }
td.TdClassName
{
border-color: #DAC2DF;
}
.TagClassName
{
border-color: #DAC2DF;
}
</style>