Shades of Thistle #DAB4DD
Tints of Thistle #DAB4DD
RGB
CMYK
RGB Variations
Color information
#DAB4DD (or 0xDAB4DD) is known color: Thistle. HEX triplet: DA, B4 and DD. RGB value is (218,180,221). Sum of RGB (Red+Green+Blue) = 218+180+221=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4DD is #254B22. Grayscale: #C3C3C3. Windows color (decimal): -2444067 or 14529754. OLE color: 14529754.
HSL color Cylindrical-coordinate representation of color #DAB4DD: hue angle of 295.61º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB4DD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 180 | 221 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.13 |
| HSL | 295.61º | 0.38% | 0.79% | - |
| HSV(B) | 295.61º | 0.19% | 0.87% | - |
| XYZ | 58.29 | 52.77 | 75.52 | - |
| YUV | 196.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 221 | 0.01 | 0.19 | 0 | 0.13 | 295.61 | 0.38 | 0.79 |
| Hex | DA | B4 | DD | 1 | 13 | 0 | D | 128 | 26 | 4F |
| Octal | 332 | 264 | 335 | 1 | 23 | 0 | 15 | 450 | 46 | 117 |
| Binary | 11011010 | 10110100 | 11011101 | 1 | 10011 | 0 | 1101 | 100101000 | 100110 | 1001111 |
Color Harmonies of #DAB4DD
Complementary color
Monochromatic Colors of #DAB4DD
Black with #DAB4DD
Text Example
Text Example
White with #DAB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4DD; }
p { color: rgb(218,180,221); }
H1.HeaderClassName
{
color: #DAB4DD;
}
.AnyTagClassName
{
color: #DAB4DD;
}
</style>
background-color css
<style>
a { background-color: #DAB4DD; }
a { background-color: rgb(218,180,221); }
div.DivClassName
{
background-color: #DAB4DD;
}
.BgClassName
{
background-color: #DAB4DD;
}
</style>
border-color css
<style>
span { border-color: #DAB4DD; }
span { border-color: rgb(218,180,221); }
td.TdClassName
{
border-color: #DAB4DD;
}
.TagClassName
{
border-color: #DAB4DD;
}
</style>