Shades of Thistle #DAB9D9
Tints of Thistle #DAB9D9
RGB
CMYK
RGB Variations
Color information
#DAB9D9 (or 0xDAB9D9) is known color: Thistle. HEX triplet: DA, B9 and D9. RGB value is (218,185,217). Sum of RGB (Red+Green+Blue) = 218+185+217=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9D9 is #254626. Grayscale: #C6C6C6. Windows color (decimal): -2442791 or 14268890. OLE color: 14268890.
HSL color Cylindrical-coordinate representation of color #DAB9D9: hue angle of 301.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9D9 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 217 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.15 |
| HSL | 301.82º | 0.31% | 0.79% | - |
| HSV(B) | 301.82º | 0.15% | 0.85% | - |
| XYZ | 58.79 | 54.61 | 73.09 | - |
| YUV | 198.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 217 | 0 | 0.15 | 0.00 | 0.15 | 301.82 | 0.31 | 0.79 |
| Hex | DA | B9 | D9 | 0 | F | 0 | F | 12E | 1F | 4F |
| Octal | 332 | 271 | 331 | 0 | 17 | 0 | 17 | 456 | 37 | 117 |
| Binary | 11011010 | 10111001 | 11011001 | 0 | 1111 | 0 | 1111 | 100101110 | 11111 | 1001111 |
Color Harmonies of #DAB9D9
Complementary color
Monochromatic Colors of #DAB9D9
Black with #DAB9D9
Text Example
Text Example
White with #DAB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9D9; }
p { color: rgb(218,185,217); }
H1.HeaderClassName
{
color: #DAB9D9;
}
.AnyTagClassName
{
color: #DAB9D9;
}
</style>
background-color css
<style>
a { background-color: #DAB9D9; }
a { background-color: rgb(218,185,217); }
div.DivClassName
{
background-color: #DAB9D9;
}
.BgClassName
{
background-color: #DAB9D9;
}
</style>
border-color css
<style>
span { border-color: #DAB9D9; }
span { border-color: rgb(218,185,217); }
td.TdClassName
{
border-color: #DAB9D9;
}
.TagClassName
{
border-color: #DAB9D9;
}
</style>