Shades of Thistle #DAC5DE
Tints of Thistle #DAC5DE
RGB
CMYK
RGB Variations
Color information
#DAC5DE (or 0xDAC5DE) is known color: Thistle. HEX triplet: DA, C5 and DE. RGB value is (218,197,222). Sum of RGB (Red+Green+Blue) = 218+197+222=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DE is #253A21. Grayscale: #CECECE. Windows color (decimal): -2439714 or 14599642. OLE color: 14599642.
HSL color Cylindrical-coordinate representation of color #DAC5DE: hue angle of 290.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC5DE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 197 | 222 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.13 |
| HSL | 290.4º | 0.27% | 0.82% | - |
| HSV(B) | 290.4º | 0.11% | 0.87% | - |
| XYZ | 62.06 | 60.11 | 77.44 | - |
| YUV | 206.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 222 | 0.02 | 0.11 | 0 | 0.13 | 290.4 | 0.27 | 0.82 |
| Hex | DA | C5 | DE | 2 | B | 0 | D | 122 | 1B | 52 |
| Octal | 332 | 305 | 336 | 2 | 13 | 0 | 15 | 442 | 33 | 122 |
| Binary | 11011010 | 11000101 | 11011110 | 10 | 1011 | 0 | 1101 | 100100010 | 11011 | 1010010 |
Color Harmonies of #DAC5DE
Complementary color
Monochromatic Colors of #DAC5DE
Black with #DAC5DE
Text Example
Text Example
White with #DAC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5DE; }
p { color: rgb(218,197,222); }
H1.HeaderClassName
{
color: #DAC5DE;
}
.AnyTagClassName
{
color: #DAC5DE;
}
</style>
background-color css
<style>
a { background-color: #DAC5DE; }
a { background-color: rgb(218,197,222); }
div.DivClassName
{
background-color: #DAC5DE;
}
.BgClassName
{
background-color: #DAC5DE;
}
</style>
border-color css
<style>
span { border-color: #DAC5DE; }
span { border-color: rgb(218,197,222); }
td.TdClassName
{
border-color: #DAC5DE;
}
.TagClassName
{
border-color: #DAC5DE;
}
</style>