Shades of Thistle #DABFDC
Tints of Thistle #DABFDC
RGB
CMYK
RGB Variations
Color information
#DABFDC (or 0xDABFDC) is known color: Thistle. HEX triplet: DA, BF and DC. RGB value is (218,191,220). Sum of RGB (Red+Green+Blue) = 218+191+220=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDC is #254023. Grayscale: #CACACA. Windows color (decimal): -2441252 or 14467034. OLE color: 14467034.
HSL color Cylindrical-coordinate representation of color #DABFDC: hue angle of 295.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABFDC is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 191 | 220 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.14 |
| HSL | 295.86º | 0.29% | 0.81% | - |
| HSV(B) | 295.86º | 0.13% | 0.86% | - |
| XYZ | 60.46 | 57.33 | 75.59 | - |
| YUV | 202.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 220 | 0.01 | 0.13 | 0 | 0.14 | 295.86 | 0.29 | 0.81 |
| Hex | DA | BF | DC | 1 | D | 0 | E | 128 | 1D | 51 |
| Octal | 332 | 277 | 334 | 1 | 15 | 0 | 16 | 450 | 35 | 121 |
| Binary | 11011010 | 10111111 | 11011100 | 1 | 1101 | 0 | 1110 | 100101000 | 11101 | 1010001 |
Color Harmonies of #DABFDC
Complementary color
Monochromatic Colors of #DABFDC
Black with #DABFDC
Text Example
Text Example
White with #DABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFDC; }
p { color: rgb(218,191,220); }
H1.HeaderClassName
{
color: #DABFDC;
}
.AnyTagClassName
{
color: #DABFDC;
}
</style>
background-color css
<style>
a { background-color: #DABFDC; }
a { background-color: rgb(218,191,220); }
div.DivClassName
{
background-color: #DABFDC;
}
.BgClassName
{
background-color: #DABFDC;
}
</style>
border-color css
<style>
span { border-color: #DABFDC; }
span { border-color: rgb(218,191,220); }
td.TdClassName
{
border-color: #DABFDC;
}
.TagClassName
{
border-color: #DABFDC;
}
</style>