Shades of Thistle #DAB6DC
Tints of Thistle #DAB6DC
RGB
CMYK
RGB Variations
Color information
#DAB6DC (or 0xDAB6DC) is known color: Thistle. HEX triplet: DA, B6 and DC. RGB value is (218,182,220). Sum of RGB (Red+Green+Blue) = 218+182+220=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6DC is #254923. Grayscale: #C4C4C4. Windows color (decimal): -2443556 or 14464730. OLE color: 14464730.
HSL color Cylindrical-coordinate representation of color #DAB6DC: hue angle of 296.84º 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 #DAB6DC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 182 | 220 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.14 |
| HSL | 296.84º | 0.35% | 0.79% | - |
| HSV(B) | 296.84º | 0.17% | 0.86% | - |
| XYZ | 58.56 | 53.53 | 74.96 | - |
| YUV | 197.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 220 | 0.01 | 0.17 | 0 | 0.14 | 296.84 | 0.35 | 0.79 |
| Hex | DA | B6 | DC | 1 | 11 | 0 | E | 129 | 23 | 4F |
| Octal | 332 | 266 | 334 | 1 | 21 | 0 | 16 | 451 | 43 | 117 |
| Binary | 11011010 | 10110110 | 11011100 | 1 | 10001 | 0 | 1110 | 100101001 | 100011 | 1001111 |
Color Harmonies of #DAB6DC
Complementary color
Monochromatic Colors of #DAB6DC
Black with #DAB6DC
Text Example
Text Example
White with #DAB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6DC; }
p { color: rgb(218,182,220); }
H1.HeaderClassName
{
color: #DAB6DC;
}
.AnyTagClassName
{
color: #DAB6DC;
}
</style>
background-color css
<style>
a { background-color: #DAB6DC; }
a { background-color: rgb(218,182,220); }
div.DivClassName
{
background-color: #DAB6DC;
}
.BgClassName
{
background-color: #DAB6DC;
}
</style>
border-color css
<style>
span { border-color: #DAB6DC; }
span { border-color: rgb(218,182,220); }
td.TdClassName
{
border-color: #DAB6DC;
}
.TagClassName
{
border-color: #DAB6DC;
}
</style>