Shades of Thistle #DAB2DF
Tints of Thistle #DAB2DF
RGB
CMYK
RGB Variations
Color information
#DAB2DF (or 0xDAB2DF) is known color: Thistle. HEX triplet: DA, B2 and DF. RGB value is (218,178,223). Sum of RGB (Red+Green+Blue) = 218+178+223=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DF is #254D20. Grayscale: #C2C2C2. Windows color (decimal): -2444577 or 14660314. OLE color: 14660314.
HSL color Cylindrical-coordinate representation of color #DAB2DF: hue angle of 293.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB2DF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 178 | 223 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.13 |
| HSL | 293.33º | 0.41% | 0.79% | - |
| HSV(B) | 293.33º | 0.2% | 0.87% | - |
| XYZ | 58.15 | 52.07 | 76.8 | - |
| YUV | 195.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 223 | 0.02 | 0.20 | 0 | 0.13 | 293.33 | 0.41 | 0.79 |
| Hex | DA | B2 | DF | 2 | 14 | 0 | D | 125 | 29 | 4F |
| Octal | 332 | 262 | 337 | 2 | 24 | 0 | 15 | 445 | 51 | 117 |
| Binary | 11011010 | 10110010 | 11011111 | 10 | 10100 | 0 | 1101 | 100100101 | 101001 | 1001111 |
Color Harmonies of #DAB2DF
Complementary color
Monochromatic Colors of #DAB2DF
Black with #DAB2DF
Text Example
Text Example
White with #DAB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2DF; }
p { color: rgb(218,178,223); }
H1.HeaderClassName
{
color: #DAB2DF;
}
.AnyTagClassName
{
color: #DAB2DF;
}
</style>
background-color css
<style>
a { background-color: #DAB2DF; }
a { background-color: rgb(218,178,223); }
div.DivClassName
{
background-color: #DAB2DF;
}
.BgClassName
{
background-color: #DAB2DF;
}
</style>
border-color css
<style>
span { border-color: #DAB2DF; }
span { border-color: rgb(218,178,223); }
td.TdClassName
{
border-color: #DAB2DF;
}
.TagClassName
{
border-color: #DAB2DF;
}
</style>