Shades of Thistle #DAC4DC
Tints of Thistle #DAC4DC
RGB
CMYK
RGB Variations
Color information
#DAC4DC (or 0xDAC4DC) is known color: Thistle. HEX triplet: DA, C4 and DC. RGB value is (218,196,220). Sum of RGB (Red+Green+Blue) = 218+196+220=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4DC is #253B23. Grayscale: #CDCDCD. Windows color (decimal): -2439972 or 14468314. OLE color: 14468314.
HSL color Cylindrical-coordinate representation of color #DAC4DC: hue angle of 295º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC4DC is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 196 | 220 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.14 |
| HSL | 295º | 0.26% | 0.82% | - |
| HSV(B) | 295º | 0.11% | 0.86% | - |
| XYZ | 61.57 | 59.55 | 75.96 | - |
| YUV | 205.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 220 | 0.01 | 0.11 | 0 | 0.14 | 295 | 0.26 | 0.82 |
| Hex | DA | C4 | DC | 1 | B | 0 | E | 127 | 1A | 52 |
| Octal | 332 | 304 | 334 | 1 | 13 | 0 | 16 | 447 | 32 | 122 |
| Binary | 11011010 | 11000100 | 11011100 | 1 | 1011 | 0 | 1110 | 100100111 | 11010 | 1010010 |
Color Harmonies of #DAC4DC
Complementary color
Monochromatic Colors of #DAC4DC
Black with #DAC4DC
Text Example
Text Example
White with #DAC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4DC; }
p { color: rgb(218,196,220); }
H1.HeaderClassName
{
color: #DAC4DC;
}
.AnyTagClassName
{
color: #DAC4DC;
}
</style>
background-color css
<style>
a { background-color: #DAC4DC; }
a { background-color: rgb(218,196,220); }
div.DivClassName
{
background-color: #DAC4DC;
}
.BgClassName
{
background-color: #DAC4DC;
}
</style>
border-color css
<style>
span { border-color: #DAC4DC; }
span { border-color: rgb(218,196,220); }
td.TdClassName
{
border-color: #DAC4DC;
}
.TagClassName
{
border-color: #DAC4DC;
}
</style>