Shades of Thistle #DAB7DC
Tints of Thistle #DAB7DC
RGB
CMYK
RGB Variations
Color information
#DAB7DC (or 0xDAB7DC) is known color: Thistle. HEX triplet: DA, B7 and DC. RGB value is (218,183,220). Sum of RGB (Red+Green+Blue) = 218+183+220=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7DC is #254823. Grayscale: #C5C5C5. Windows color (decimal): -2443300 or 14464986. OLE color: 14464986.
HSL color Cylindrical-coordinate representation of color #DAB7DC: hue angle of 296.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB7DC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 183 | 220 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.14 |
| HSL | 296.76º | 0.35% | 0.79% | - |
| HSV(B) | 296.76º | 0.17% | 0.86% | - |
| XYZ | 58.77 | 53.94 | 75.02 | - |
| YUV | 197.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 220 | 0.01 | 0.17 | 0 | 0.14 | 296.76 | 0.35 | 0.79 |
| Hex | DA | B7 | DC | 1 | 11 | 0 | E | 129 | 23 | 4F |
| Octal | 332 | 267 | 334 | 1 | 21 | 0 | 16 | 451 | 43 | 117 |
| Binary | 11011010 | 10110111 | 11011100 | 1 | 10001 | 0 | 1110 | 100101001 | 100011 | 1001111 |
Color Harmonies of #DAB7DC
Complementary color
Monochromatic Colors of #DAB7DC
Black with #DAB7DC
Text Example
Text Example
White with #DAB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7DC; }
p { color: rgb(218,183,220); }
H1.HeaderClassName
{
color: #DAB7DC;
}
.AnyTagClassName
{
color: #DAB7DC;
}
</style>
background-color css
<style>
a { background-color: #DAB7DC; }
a { background-color: rgb(218,183,220); }
div.DivClassName
{
background-color: #DAB7DC;
}
.BgClassName
{
background-color: #DAB7DC;
}
</style>
border-color css
<style>
span { border-color: #DAB7DC; }
span { border-color: rgb(218,183,220); }
td.TdClassName
{
border-color: #DAB7DC;
}
.TagClassName
{
border-color: #DAB7DC;
}
</style>