Shades of Thistle #DABCDA
Tints of Thistle #DABCDA
RGB
CMYK
RGB Variations
Color information
#DABCDA (or 0xDABCDA) is known color: Thistle. HEX triplet: DA, BC and DA. RGB value is (218,188,218). Sum of RGB (Red+Green+Blue) = 218+188+218=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DABCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDA is #254325. Grayscale: #C8C8C8. Windows color (decimal): -2442022 or 14335194. OLE color: 14335194.
HSL color Cylindrical-coordinate representation of color #DABCDA: hue angle of 300º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCDA is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 218 | - |
| CMYK | 0 | 0.14 | 0 | 0.15 |
| HSL | 300º | 0.29% | 0.8% | - |
| HSV(B) | 300º | 0.14% | 0.85% | - |
| XYZ | 59.55 | 55.93 | 73.99 | - |
| YUV | 200.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 218 | 0 | 0.14 | 0 | 0.15 | 300 | 0.29 | 0.8 |
| Hex | DA | BC | DA | 0 | E | 0 | F | 12C | 1D | 50 |
| Octal | 332 | 274 | 332 | 0 | 16 | 0 | 17 | 454 | 35 | 120 |
| Binary | 11011010 | 10111100 | 11011010 | 0 | 1110 | 0 | 1111 | 100101100 | 11101 | 1010000 |
Color Harmonies of #DABCDA
Complementary color
Monochromatic Colors of #DABCDA
Black with #DABCDA
Text Example
Text Example
White with #DABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCDA; }
p { color: rgb(218,188,218); }
H1.HeaderClassName
{
color: #DABCDA;
}
.AnyTagClassName
{
color: #DABCDA;
}
</style>
background-color css
<style>
a { background-color: #DABCDA; }
a { background-color: rgb(218,188,218); }
div.DivClassName
{
background-color: #DABCDA;
}
.BgClassName
{
background-color: #DABCDA;
}
</style>
border-color css
<style>
span { border-color: #DABCDA; }
span { border-color: rgb(218,188,218); }
td.TdClassName
{
border-color: #DABCDA;
}
.TagClassName
{
border-color: #DABCDA;
}
</style>