Shades of Thistle #DAB8DC
Tints of Thistle #DAB8DC
RGB
CMYK
RGB Variations
Color information
#DAB8DC (or 0xDAB8DC) is known color: Thistle. HEX triplet: DA, B8 and DC. RGB value is (218,184,220). Sum of RGB (Red+Green+Blue) = 218+184+220=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8DC is #254723. Grayscale: #C6C6C6. Windows color (decimal): -2443044 or 14465242. OLE color: 14465242.
HSL color Cylindrical-coordinate representation of color #DAB8DC: hue angle of 296.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8DC is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 184 | 220 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.14 |
| HSL | 296.67º | 0.34% | 0.79% | - |
| HSV(B) | 296.67º | 0.16% | 0.86% | - |
| XYZ | 58.97 | 54.35 | 75.09 | - |
| YUV | 198.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 220 | 0.01 | 0.16 | 0 | 0.14 | 296.67 | 0.34 | 0.79 |
| Hex | DA | B8 | DC | 1 | 10 | 0 | E | 129 | 22 | 4F |
| Octal | 332 | 270 | 334 | 1 | 20 | 0 | 16 | 451 | 42 | 117 |
| Binary | 11011010 | 10111000 | 11011100 | 1 | 10000 | 0 | 1110 | 100101001 | 100010 | 1001111 |
Color Harmonies of #DAB8DC
Complementary color
Monochromatic Colors of #DAB8DC
Black with #DAB8DC
Text Example
Text Example
White with #DAB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8DC; }
p { color: rgb(218,184,220); }
H1.HeaderClassName
{
color: #DAB8DC;
}
.AnyTagClassName
{
color: #DAB8DC;
}
</style>
background-color css
<style>
a { background-color: #DAB8DC; }
a { background-color: rgb(218,184,220); }
div.DivClassName
{
background-color: #DAB8DC;
}
.BgClassName
{
background-color: #DAB8DC;
}
</style>
border-color css
<style>
span { border-color: #DAB8DC; }
span { border-color: rgb(218,184,220); }
td.TdClassName
{
border-color: #DAB8DC;
}
.TagClassName
{
border-color: #DAB8DC;
}
</style>