Shades of Thistle #DABBDB
Tints of Thistle #DABBDB
RGB
CMYK
RGB Variations
Color information
#DABBDB (or 0xDABBDB) is known color: Thistle. HEX triplet: DA, BB and DB. RGB value is (218,187,219). Sum of RGB (Red+Green+Blue) = 218+187+219=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDB is #254424. Grayscale: #C7C7C7. Windows color (decimal): -2442277 or 14400474. OLE color: 14400474.
HSL color Cylindrical-coordinate representation of color #DABBDB: hue angle of 298.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABBDB is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 187 | 219 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.14 |
| HSL | 298.13º | 0.31% | 0.8% | - |
| HSV(B) | 298.13º | 0.15% | 0.86% | - |
| XYZ | 59.47 | 55.56 | 74.61 | - |
| YUV | 199.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 219 | 0.00 | 0.15 | 0 | 0.14 | 298.13 | 0.31 | 0.8 |
| Hex | DA | BB | DB | 0 | F | 0 | E | 12A | 1F | 50 |
| Octal | 332 | 273 | 333 | 0 | 17 | 0 | 16 | 452 | 37 | 120 |
| Binary | 11011010 | 10111011 | 11011011 | 0 | 1111 | 0 | 1110 | 100101010 | 11111 | 1010000 |
Color Harmonies of #DABBDB
Complementary color
Monochromatic Colors of #DABBDB
Black with #DABBDB
Text Example
Text Example
White with #DABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBDB; }
p { color: rgb(218,187,219); }
H1.HeaderClassName
{
color: #DABBDB;
}
.AnyTagClassName
{
color: #DABBDB;
}
</style>
background-color css
<style>
a { background-color: #DABBDB; }
a { background-color: rgb(218,187,219); }
div.DivClassName
{
background-color: #DABBDB;
}
.BgClassName
{
background-color: #DABBDB;
}
</style>
border-color css
<style>
span { border-color: #DABBDB; }
span { border-color: rgb(218,187,219); }
td.TdClassName
{
border-color: #DABBDB;
}
.TagClassName
{
border-color: #DABBDB;
}
</style>