Shades of Thistle #DABADD
Tints of Thistle #DABADD
RGB
CMYK
RGB Variations
Color information
#DABADD (or 0xDABADD) is known color: Thistle. HEX triplet: DA, BA and DD. RGB value is (218,186,221). Sum of RGB (Red+Green+Blue) = 218+186+221=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADD is #254522. Grayscale: #C7C7C7. Windows color (decimal): -2442531 or 14531290. OLE color: 14531290.
HSL color Cylindrical-coordinate representation of color #DABADD: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABADD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 186 | 221 | - |
CMYK | 0.01 | 0.16 | 0 | 0.13 |
HSL | 294.86º | 0.34% | 0.8% | - |
HSV(B) | 294.86º | 0.16% | 0.87% | - |
XYZ | 59.52 | 55.24 | 75.93 | - |
YUV | 199.56 | 140.1 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 186 | 221 | 0.01 | 0.16 | 0 | 0.13 | 294.86 | 0.34 | 0.8 |
Hex | DA | BA | DD | 1 | 10 | 0 | D | 127 | 22 | 50 |
Octal | 332 | 272 | 335 | 1 | 20 | 0 | 15 | 447 | 42 | 120 |
Binary | 11011010 | 10111010 | 11011101 | 1 | 10000 | 0 | 1101 | 100100111 | 100010 | 1010000 |
Color Harmonies of #DABADD
Complementary color
Monochromatic Colors of #DABADD
Black with #DABADD
Text Example
Text Example
White with #DABADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABADD; }
p { color: rgb(218,186,221); }
H1.HeaderClassName
{
color: #DABADD;
}
.AnyTagClassName
{
color: #DABADD;
}
</style>
background-color css
<style>
a { background-color: #DABADD; }
a { background-color: rgb(218,186,221); }
div.DivClassName
{
background-color: #DABADD;
}
.BgClassName
{
background-color: #DABADD;
}
</style>
border-color css
<style>
span { border-color: #DABADD; }
span { border-color: rgb(218,186,221); }
td.TdClassName
{
border-color: #DABADD;
}
.TagClassName
{
border-color: #DABADD;
}
</style>