Shades of Thistle #DAC3DE
Tints of Thistle #DAC3DE
RGB
CMYK
RGB Variations
Color information
#DAC3DE (or 0xDAC3DE) is known color: Thistle. HEX triplet: DA, C3 and DE. RGB value is (218,195,222). Sum of RGB (Red+Green+Blue) = 218+195+222=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DE is #253C21. Grayscale: #CCCCCC. Windows color (decimal): -2440226 or 14599130. OLE color: 14599130.
HSL color Cylindrical-coordinate representation of color #DAC3DE: hue angle of 291.11º 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 #DAC3DE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 195 | 222 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.13 |
| HSL | 291.11º | 0.29% | 0.82% | - |
| HSV(B) | 291.11º | 0.12% | 0.87% | - |
| XYZ | 61.61 | 59.21 | 77.29 | - |
| YUV | 204.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 222 | 0.02 | 0.12 | 0 | 0.13 | 291.11 | 0.29 | 0.82 |
| Hex | DA | C3 | DE | 2 | C | 0 | D | 123 | 1D | 52 |
| Octal | 332 | 303 | 336 | 2 | 14 | 0 | 15 | 443 | 35 | 122 |
| Binary | 11011010 | 11000011 | 11011110 | 10 | 1100 | 0 | 1101 | 100100011 | 11101 | 1010010 |
Color Harmonies of #DAC3DE
Complementary color
Monochromatic Colors of #DAC3DE
Black with #DAC3DE
Text Example
Text Example
White with #DAC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3DE; }
p { color: rgb(218,195,222); }
H1.HeaderClassName
{
color: #DAC3DE;
}
.AnyTagClassName
{
color: #DAC3DE;
}
</style>
background-color css
<style>
a { background-color: #DAC3DE; }
a { background-color: rgb(218,195,222); }
div.DivClassName
{
background-color: #DAC3DE;
}
.BgClassName
{
background-color: #DAC3DE;
}
</style>
border-color css
<style>
span { border-color: #DAC3DE; }
span { border-color: rgb(218,195,222); }
td.TdClassName
{
border-color: #DAC3DE;
}
.TagClassName
{
border-color: #DAC3DE;
}
</style>