Shades of Thistle #DABCDF
Tints of Thistle #DABCDF
RGB
CMYK
RGB Variations
Color information
#DABCDF (or 0xDABCDF) is known color: Thistle. HEX triplet: DA, BC and DF. RGB value is (218,188,223). Sum of RGB (Red+Green+Blue) = 218+188+223=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #DABCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDF is #254320. Grayscale: #C8C8C8. Windows color (decimal): -2442017 or 14662874. OLE color: 14662874.
HSL color Cylindrical-coordinate representation of color #DABCDF: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DABCDF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 188 | 223 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.13 |
| HSL | 291.43º | 0.35% | 0.81% | - |
| HSV(B) | 291.43º | 0.16% | 0.87% | - |
| XYZ | 60.22 | 56.2 | 77.49 | - |
| YUV | 200.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 223 | 0.02 | 0.16 | 0 | 0.13 | 291.43 | 0.35 | 0.81 |
| Hex | DA | BC | DF | 2 | 10 | 0 | D | 123 | 23 | 51 |
| Octal | 332 | 274 | 337 | 2 | 20 | 0 | 15 | 443 | 43 | 121 |
| Binary | 11011010 | 10111100 | 11011111 | 10 | 10000 | 0 | 1101 | 100100011 | 100011 | 1010001 |
Color Harmonies of #DABCDF
Complementary color
Monochromatic Colors of #DABCDF
Black with #DABCDF
Text Example
Text Example
White with #DABCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCDF; }
p { color: rgb(218,188,223); }
H1.HeaderClassName
{
color: #DABCDF;
}
.AnyTagClassName
{
color: #DABCDF;
}
</style>
background-color css
<style>
a { background-color: #DABCDF; }
a { background-color: rgb(218,188,223); }
div.DivClassName
{
background-color: #DABCDF;
}
.BgClassName
{
background-color: #DABCDF;
}
</style>
border-color css
<style>
span { border-color: #DABCDF; }
span { border-color: rgb(218,188,223); }
td.TdClassName
{
border-color: #DABCDF;
}
.TagClassName
{
border-color: #DABCDF;
}
</style>