Shades of Thistle #DABCDB
Tints of Thistle #DABCDB
RGB
CMYK
RGB Variations
Color information
#DABCDB (or 0xDABCDB) is known color: Thistle. HEX triplet: DA, BC and DB. RGB value is (218,188,219). Sum of RGB (Red+Green+Blue) = 218+188+219=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDB is #254324. Grayscale: #C8C8C8. Windows color (decimal): -2442021 or 14400730. OLE color: 14400730.
HSL color Cylindrical-coordinate representation of color #DABCDB: hue angle of 298.06º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCDB is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 188 | 219 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.14 |
| HSL | 298.06º | 0.3% | 0.8% | - |
| HSV(B) | 298.06º | 0.14% | 0.86% | - |
| XYZ | 59.68 | 55.99 | 74.68 | - |
| YUV | 200.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 219 | 0.00 | 0.14 | 0 | 0.14 | 298.06 | 0.3 | 0.8 |
| Hex | DA | BC | DB | 0 | E | 0 | E | 12A | 1E | 50 |
| Octal | 332 | 274 | 333 | 0 | 16 | 0 | 16 | 452 | 36 | 120 |
| Binary | 11011010 | 10111100 | 11011011 | 0 | 1110 | 0 | 1110 | 100101010 | 11110 | 1010000 |
Color Harmonies of #DABCDB
Complementary color
Monochromatic Colors of #DABCDB
Black with #DABCDB
Text Example
Text Example
White with #DABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCDB; }
p { color: rgb(218,188,219); }
H1.HeaderClassName
{
color: #DABCDB;
}
.AnyTagClassName
{
color: #DABCDB;
}
</style>
background-color css
<style>
a { background-color: #DABCDB; }
a { background-color: rgb(218,188,219); }
div.DivClassName
{
background-color: #DABCDB;
}
.BgClassName
{
background-color: #DABCDB;
}
</style>
border-color css
<style>
span { border-color: #DABCDB; }
span { border-color: rgb(218,188,219); }
td.TdClassName
{
border-color: #DABCDB;
}
.TagClassName
{
border-color: #DABCDB;
}
</style>