Shades of Thistle #DAB1DF
Tints of Thistle #DAB1DF
RGB
CMYK
RGB Variations
Color information
#DAB1DF (or 0xDAB1DF) is known color: Thistle. HEX triplet: DA, B1 and DF. RGB value is (218,177,223). Sum of RGB (Red+Green+Blue) = 218+177+223=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1DF is #254E20. Grayscale: #C2C2C2. Windows color (decimal): -2444833 or 14660058. OLE color: 14660058.
HSL color Cylindrical-coordinate representation of color #DAB1DF: hue angle of 293.48º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB1DF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 177 | 223 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.13 |
| HSL | 293.48º | 0.42% | 0.78% | - |
| HSV(B) | 293.48º | 0.21% | 0.87% | - |
| XYZ | 57.95 | 51.68 | 76.73 | - |
| YUV | 194.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 223 | 0.02 | 0.21 | 0 | 0.13 | 293.48 | 0.42 | 0.78 |
| Hex | DA | B1 | DF | 2 | 15 | 0 | D | 125 | 2A | 4E |
| Octal | 332 | 261 | 337 | 2 | 25 | 0 | 15 | 445 | 52 | 116 |
| Binary | 11011010 | 10110001 | 11011111 | 10 | 10101 | 0 | 1101 | 100100101 | 101010 | 1001110 |
Color Harmonies of #DAB1DF
Complementary color
Monochromatic Colors of #DAB1DF
Black with #DAB1DF
Text Example
Text Example
White with #DAB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1DF; }
p { color: rgb(218,177,223); }
H1.HeaderClassName
{
color: #DAB1DF;
}
.AnyTagClassName
{
color: #DAB1DF;
}
</style>
background-color css
<style>
a { background-color: #DAB1DF; }
a { background-color: rgb(218,177,223); }
div.DivClassName
{
background-color: #DAB1DF;
}
.BgClassName
{
background-color: #DAB1DF;
}
</style>
border-color css
<style>
span { border-color: #DAB1DF; }
span { border-color: rgb(218,177,223); }
td.TdClassName
{
border-color: #DAB1DF;
}
.TagClassName
{
border-color: #DAB1DF;
}
</style>