Shades of Thistle #DAC3DC
Tints of Thistle #DAC3DC
RGB
CMYK
RGB Variations
Color information
#DAC3DC (or 0xDAC3DC) is known color: Thistle. HEX triplet: DA, C3 and DC. RGB value is (218,195,220). Sum of RGB (Red+Green+Blue) = 218+195+220=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DC is #253C23. Grayscale: #CCCCCC. Windows color (decimal): -2440228 or 14468058. OLE color: 14468058.
HSL color Cylindrical-coordinate representation of color #DAC3DC: hue angle of 295.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3DC is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 195 | 220 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.14 |
| HSL | 295.2º | 0.26% | 0.81% | - |
| HSV(B) | 295.2º | 0.11% | 0.86% | - |
| XYZ | 61.35 | 59.1 | 75.88 | - |
| YUV | 204.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 220 | 0.01 | 0.11 | 0 | 0.14 | 295.2 | 0.26 | 0.81 |
| Hex | DA | C3 | DC | 1 | B | 0 | E | 127 | 1A | 51 |
| Octal | 332 | 303 | 334 | 1 | 13 | 0 | 16 | 447 | 32 | 121 |
| Binary | 11011010 | 11000011 | 11011100 | 1 | 1011 | 0 | 1110 | 100100111 | 11010 | 1010001 |
Color Harmonies of #DAC3DC
Complementary color
Monochromatic Colors of #DAC3DC
Black with #DAC3DC
Text Example
Text Example
White with #DAC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3DC; }
p { color: rgb(218,195,220); }
H1.HeaderClassName
{
color: #DAC3DC;
}
.AnyTagClassName
{
color: #DAC3DC;
}
</style>
background-color css
<style>
a { background-color: #DAC3DC; }
a { background-color: rgb(218,195,220); }
div.DivClassName
{
background-color: #DAC3DC;
}
.BgClassName
{
background-color: #DAC3DC;
}
</style>
border-color css
<style>
span { border-color: #DAC3DC; }
span { border-color: rgb(218,195,220); }
td.TdClassName
{
border-color: #DAC3DC;
}
.TagClassName
{
border-color: #DAC3DC;
}
</style>