Shades of Thistle #DAB8DF
Tints of Thistle #DAB8DF
RGB
CMYK
RGB Variations
Color information
#DAB8DF (or 0xDAB8DF) is known color: Thistle. HEX triplet: DA, B8 and DF. RGB value is (218,184,223). Sum of RGB (Red+Green+Blue) = 218+184+223=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8DF is #254720. Grayscale: #C6C6C6. Windows color (decimal): -2443041 or 14661850. OLE color: 14661850.
HSL color Cylindrical-coordinate representation of color #DAB8DF: hue angle of 292.31º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB8DF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 184 | 223 | - |
CMYK | 0.02 | 0.17 | 0 | 0.13 |
HSL | 292.31º | 0.38% | 0.8% | - |
HSV(B) | 292.31º | 0.17% | 0.87% | - |
XYZ | 59.37 | 54.51 | 77.21 | - |
YUV | 198.61 | 141.76 | 141.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 184 | 223 | 0.02 | 0.17 | 0 | 0.13 | 292.31 | 0.38 | 0.8 |
Hex | DA | B8 | DF | 2 | 11 | 0 | D | 124 | 26 | 50 |
Octal | 332 | 270 | 337 | 2 | 21 | 0 | 15 | 444 | 46 | 120 |
Binary | 11011010 | 10111000 | 11011111 | 10 | 10001 | 0 | 1101 | 100100100 | 100110 | 1010000 |
Color Harmonies of #DAB8DF
Complementary color
Monochromatic Colors of #DAB8DF
Black with #DAB8DF
Text Example
Text Example
White with #DAB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8DF; }
p { color: rgb(218,184,223); }
H1.HeaderClassName
{
color: #DAB8DF;
}
.AnyTagClassName
{
color: #DAB8DF;
}
</style>
background-color css
<style>
a { background-color: #DAB8DF; }
a { background-color: rgb(218,184,223); }
div.DivClassName
{
background-color: #DAB8DF;
}
.BgClassName
{
background-color: #DAB8DF;
}
</style>
border-color css
<style>
span { border-color: #DAB8DF; }
span { border-color: rgb(218,184,223); }
td.TdClassName
{
border-color: #DAB8DF;
}
.TagClassName
{
border-color: #DAB8DF;
}
</style>