Shades of Thistle #DAB5DF
Tints of Thistle #DAB5DF
RGB
CMYK
RGB Variations
Color information
#DAB5DF (or 0xDAB5DF) is known color: Thistle. HEX triplet: DA, B5 and DF. RGB value is (218,181,223). Sum of RGB (Red+Green+Blue) = 218+181+223=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5DF is #254A20. Grayscale: #C4C4C4. Windows color (decimal): -2443809 or 14661082. OLE color: 14661082.
HSL color Cylindrical-coordinate representation of color #DAB5DF: hue angle of 292.86º degrees, saturation: 0.4, 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 #DAB5DF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 181 | 223 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.13 |
| HSL | 292.86º | 0.4% | 0.79% | - |
| HSV(B) | 292.86º | 0.19% | 0.87% | - |
| XYZ | 58.76 | 53.28 | 77 | - |
| YUV | 196.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 223 | 0.02 | 0.19 | 0 | 0.13 | 292.86 | 0.4 | 0.79 |
| Hex | DA | B5 | DF | 2 | 13 | 0 | D | 125 | 28 | 4F |
| Octal | 332 | 265 | 337 | 2 | 23 | 0 | 15 | 445 | 50 | 117 |
| Binary | 11011010 | 10110101 | 11011111 | 10 | 10011 | 0 | 1101 | 100100101 | 101000 | 1001111 |
Color Harmonies of #DAB5DF
Complementary color
Monochromatic Colors of #DAB5DF
Black with #DAB5DF
Text Example
Text Example
White with #DAB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5DF; }
p { color: rgb(218,181,223); }
H1.HeaderClassName
{
color: #DAB5DF;
}
.AnyTagClassName
{
color: #DAB5DF;
}
</style>
background-color css
<style>
a { background-color: #DAB5DF; }
a { background-color: rgb(218,181,223); }
div.DivClassName
{
background-color: #DAB5DF;
}
.BgClassName
{
background-color: #DAB5DF;
}
</style>
border-color css
<style>
span { border-color: #DAB5DF; }
span { border-color: rgb(218,181,223); }
td.TdClassName
{
border-color: #DAB5DF;
}
.TagClassName
{
border-color: #DAB5DF;
}
</style>