Shades of Thistle #DAB5DC
Tints of Thistle #DAB5DC
RGB
CMYK
RGB Variations
Color information
#DAB5DC (or 0xDAB5DC) is known color: Thistle. HEX triplet: DA, B5 and DC. RGB value is (218,181,220). Sum of RGB (Red+Green+Blue) = 218+181+220=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5DC is #254A23. Grayscale: #C4C4C4. Windows color (decimal): -2443812 or 14464474. OLE color: 14464474.
HSL color Cylindrical-coordinate representation of color #DAB5DC: hue angle of 296.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB5DC is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 181 | 220 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.14 |
| HSL | 296.92º | 0.36% | 0.79% | - |
| HSV(B) | 296.92º | 0.18% | 0.86% | - |
| XYZ | 58.36 | 53.12 | 74.89 | - |
| YUV | 196.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 220 | 0.01 | 0.18 | 0 | 0.14 | 296.92 | 0.36 | 0.79 |
| Hex | DA | B5 | DC | 1 | 12 | 0 | E | 129 | 24 | 4F |
| Octal | 332 | 265 | 334 | 1 | 22 | 0 | 16 | 451 | 44 | 117 |
| Binary | 11011010 | 10110101 | 11011100 | 1 | 10010 | 0 | 1110 | 100101001 | 100100 | 1001111 |
Color Harmonies of #DAB5DC
Complementary color
Monochromatic Colors of #DAB5DC
Black with #DAB5DC
Text Example
Text Example
White with #DAB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5DC; }
p { color: rgb(218,181,220); }
H1.HeaderClassName
{
color: #DAB5DC;
}
.AnyTagClassName
{
color: #DAB5DC;
}
</style>
background-color css
<style>
a { background-color: #DAB5DC; }
a { background-color: rgb(218,181,220); }
div.DivClassName
{
background-color: #DAB5DC;
}
.BgClassName
{
background-color: #DAB5DC;
}
</style>
border-color css
<style>
span { border-color: #DAB5DC; }
span { border-color: rgb(218,181,220); }
td.TdClassName
{
border-color: #DAB5DC;
}
.TagClassName
{
border-color: #DAB5DC;
}
</style>