Shades of Thistle #DAB9DB
Tints of Thistle #DAB9DB
RGB
CMYK
RGB Variations
Color information
#DAB9DB (or 0xDAB9DB) is known color: Thistle. HEX triplet: DA, B9 and DB. RGB value is (218,185,219). Sum of RGB (Red+Green+Blue) = 218+185+219=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9DB is #254624. Grayscale: #C6C6C6. Windows color (decimal): -2442789 or 14399962. OLE color: 14399962.
HSL color Cylindrical-coordinate representation of color #DAB9DB: hue angle of 298.24º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB9DB is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 185 | 219 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.14 |
| HSL | 298.24º | 0.32% | 0.79% | - |
| HSV(B) | 298.24º | 0.16% | 0.86% | - |
| XYZ | 59.05 | 54.72 | 74.47 | - |
| YUV | 198.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 219 | 0.00 | 0.16 | 0 | 0.14 | 298.24 | 0.32 | 0.79 |
| Hex | DA | B9 | DB | 0 | 10 | 0 | E | 12A | 20 | 4F |
| Octal | 332 | 271 | 333 | 0 | 20 | 0 | 16 | 452 | 40 | 117 |
| Binary | 11011010 | 10111001 | 11011011 | 0 | 10000 | 0 | 1110 | 100101010 | 100000 | 1001111 |
Color Harmonies of #DAB9DB
Complementary color
Monochromatic Colors of #DAB9DB
Black with #DAB9DB
Text Example
Text Example
White with #DAB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9DB; }
p { color: rgb(218,185,219); }
H1.HeaderClassName
{
color: #DAB9DB;
}
.AnyTagClassName
{
color: #DAB9DB;
}
</style>
background-color css
<style>
a { background-color: #DAB9DB; }
a { background-color: rgb(218,185,219); }
div.DivClassName
{
background-color: #DAB9DB;
}
.BgClassName
{
background-color: #DAB9DB;
}
</style>
border-color css
<style>
span { border-color: #DAB9DB; }
span { border-color: rgb(218,185,219); }
td.TdClassName
{
border-color: #DAB9DB;
}
.TagClassName
{
border-color: #DAB9DB;
}
</style>