Shades of Thistle #DAB3DD
Tints of Thistle #DAB3DD
RGB
CMYK
RGB Variations
Color information
#DAB3DD (or 0xDAB3DD) is known color: Thistle. HEX triplet: DA, B3 and DD. RGB value is (218,179,221). Sum of RGB (Red+Green+Blue) = 218+179+221=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3DD is #254C22. Grayscale: #C3C3C3. Windows color (decimal): -2444323 or 14529498. OLE color: 14529498.
HSL color Cylindrical-coordinate representation of color #DAB3DD: hue angle of 295.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB3DD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 179 | 221 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.13 |
| HSL | 295.71º | 0.38% | 0.78% | - |
| HSV(B) | 295.71º | 0.19% | 0.87% | - |
| XYZ | 58.08 | 52.37 | 75.45 | - |
| YUV | 195.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 221 | 0.01 | 0.19 | 0 | 0.13 | 295.71 | 0.38 | 0.78 |
| Hex | DA | B3 | DD | 1 | 13 | 0 | D | 128 | 26 | 4E |
| Octal | 332 | 263 | 335 | 1 | 23 | 0 | 15 | 450 | 46 | 116 |
| Binary | 11011010 | 10110011 | 11011101 | 1 | 10011 | 0 | 1101 | 100101000 | 100110 | 1001110 |
Color Harmonies of #DAB3DD
Complementary color
Monochromatic Colors of #DAB3DD
Black with #DAB3DD
Text Example
Text Example
White with #DAB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3DD; }
p { color: rgb(218,179,221); }
H1.HeaderClassName
{
color: #DAB3DD;
}
.AnyTagClassName
{
color: #DAB3DD;
}
</style>
background-color css
<style>
a { background-color: #DAB3DD; }
a { background-color: rgb(218,179,221); }
div.DivClassName
{
background-color: #DAB3DD;
}
.BgClassName
{
background-color: #DAB3DD;
}
</style>
border-color css
<style>
span { border-color: #DAB3DD; }
span { border-color: rgb(218,179,221); }
td.TdClassName
{
border-color: #DAB3DD;
}
.TagClassName
{
border-color: #DAB3DD;
}
</style>