Shades of Thistle #D6AFDA
Tints of Thistle #D6AFDA
RGB
CMYK
RGB Variations
Color information
#D6AFDA (or 0xD6AFDA) is known color: Thistle. HEX triplet: D6, AF and DA. RGB value is (214,175,218). Sum of RGB (Red+Green+Blue) = 214+175+218=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDA is #295025. Grayscale: #BFBFBF. Windows color (decimal): -2707494 or 14331862. OLE color: 14331862.
HSL color Cylindrical-coordinate representation of color #D6AFDA: hue angle of 294.42º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6AFDA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 175 | 218 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.15 |
| HSL | 294.42º | 0.37% | 0.77% | - |
| HSV(B) | 294.42º | 0.2% | 0.85% | - |
| XYZ | 55.72 | 50.02 | 73.05 | - |
| YUV | 191.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 218 | 0.02 | 0.20 | 0 | 0.15 | 294.42 | 0.37 | 0.77 |
| Hex | D6 | AF | DA | 2 | 14 | 0 | F | 126 | 25 | 4D |
| Octal | 326 | 257 | 332 | 2 | 24 | 0 | 17 | 446 | 45 | 115 |
| Binary | 11010110 | 10101111 | 11011010 | 10 | 10100 | 0 | 1111 | 100100110 | 100101 | 1001101 |
Color Harmonies of #D6AFDA
Complementary color
Monochromatic Colors of #D6AFDA
Black with #D6AFDA
Text Example
Text Example
White with #D6AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AFDA; }
p { color: rgb(214,175,218); }
H1.HeaderClassName
{
color: #D6AFDA;
}
.AnyTagClassName
{
color: #D6AFDA;
}
</style>
background-color css
<style>
a { background-color: #D6AFDA; }
a { background-color: rgb(214,175,218); }
div.DivClassName
{
background-color: #D6AFDA;
}
.BgClassName
{
background-color: #D6AFDA;
}
</style>
border-color css
<style>
span { border-color: #D6AFDA; }
span { border-color: rgb(214,175,218); }
td.TdClassName
{
border-color: #D6AFDA;
}
.TagClassName
{
border-color: #D6AFDA;
}
</style>