Shades of Thistle #DAB5DB
Tints of Thistle #DAB5DB
RGB
CMYK
RGB Variations
Color information
#DAB5DB (or 0xDAB5DB) is known color: Thistle. HEX triplet: DA, B5 and DB. RGB value is (218,181,219). Sum of RGB (Red+Green+Blue) = 218+181+219=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5DB is #254A24. Grayscale: #C4C4C4. Windows color (decimal): -2443813 or 14398938. OLE color: 14398938.
HSL color Cylindrical-coordinate representation of color #DAB5DB: hue angle of 298.42º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB5DB is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 181 | 219 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.14 |
| HSL | 298.42º | 0.35% | 0.78% | - |
| HSV(B) | 298.42º | 0.17% | 0.86% | - |
| XYZ | 58.22 | 53.07 | 74.19 | - |
| YUV | 196.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 219 | 0.00 | 0.17 | 0 | 0.14 | 298.42 | 0.35 | 0.78 |
| Hex | DA | B5 | DB | 0 | 11 | 0 | E | 12A | 23 | 4E |
| Octal | 332 | 265 | 333 | 0 | 21 | 0 | 16 | 452 | 43 | 116 |
| Binary | 11011010 | 10110101 | 11011011 | 0 | 10001 | 0 | 1110 | 100101010 | 100011 | 1001110 |
Color Harmonies of #DAB5DB
Complementary color
Monochromatic Colors of #DAB5DB
Black with #DAB5DB
Text Example
Text Example
White with #DAB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5DB; }
p { color: rgb(218,181,219); }
H1.HeaderClassName
{
color: #DAB5DB;
}
.AnyTagClassName
{
color: #DAB5DB;
}
</style>
background-color css
<style>
a { background-color: #DAB5DB; }
a { background-color: rgb(218,181,219); }
div.DivClassName
{
background-color: #DAB5DB;
}
.BgClassName
{
background-color: #DAB5DB;
}
</style>
border-color css
<style>
span { border-color: #DAB5DB; }
span { border-color: rgb(218,181,219); }
td.TdClassName
{
border-color: #DAB5DB;
}
.TagClassName
{
border-color: #DAB5DB;
}
</style>