Shades of Thistle #DABFDB
Tints of Thistle #DABFDB
RGB
CMYK
RGB Variations
Color information
#DABFDB (or 0xDABFDB) is known color: Thistle. HEX triplet: DA, BF and DB. RGB value is (218,191,219). Sum of RGB (Red+Green+Blue) = 218+191+219=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDB is #254024. Grayscale: #CACACA. Windows color (decimal): -2441253 or 14401498. OLE color: 14401498.
HSL color Cylindrical-coordinate representation of color #DABFDB: hue angle of 297.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABFDB is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 191 | 219 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.14 |
| HSL | 297.86º | 0.28% | 0.8% | - |
| HSV(B) | 297.86º | 0.13% | 0.86% | - |
| XYZ | 60.33 | 57.28 | 74.89 | - |
| YUV | 202.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 219 | 0.00 | 0.13 | 0 | 0.14 | 297.86 | 0.28 | 0.8 |
| Hex | DA | BF | DB | 0 | D | 0 | E | 12A | 1C | 50 |
| Octal | 332 | 277 | 333 | 0 | 15 | 0 | 16 | 452 | 34 | 120 |
| Binary | 11011010 | 10111111 | 11011011 | 0 | 1101 | 0 | 1110 | 100101010 | 11100 | 1010000 |
Color Harmonies of #DABFDB
Complementary color
Monochromatic Colors of #DABFDB
Black with #DABFDB
Text Example
Text Example
White with #DABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFDB; }
p { color: rgb(218,191,219); }
H1.HeaderClassName
{
color: #DABFDB;
}
.AnyTagClassName
{
color: #DABFDB;
}
</style>
background-color css
<style>
a { background-color: #DABFDB; }
a { background-color: rgb(218,191,219); }
div.DivClassName
{
background-color: #DABFDB;
}
.BgClassName
{
background-color: #DABFDB;
}
</style>
border-color css
<style>
span { border-color: #DABFDB; }
span { border-color: rgb(218,191,219); }
td.TdClassName
{
border-color: #DABFDB;
}
.TagClassName
{
border-color: #DABFDB;
}
</style>