Shades of Thistle #D3AFD3
Tints of Thistle #D3AFD3
RGB
CMYK
RGB Variations
Color information
#D3AFD3 (or 0xD3AFD3) is known color: Thistle. HEX triplet: D3, AF and D3. RGB value is (211,175,211). Sum of RGB (Red+Green+Blue) = 211+175+211=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D3AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFD3 is #2C502C. Grayscale: #BDBDBD. Windows color (decimal): -2904109 or 13873107. OLE color: 13873107.
HSL color Cylindrical-coordinate representation of color #D3AFD3: hue angle of 300º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFD3 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 211 | - |
| CMYK | 0 | 0.17 | 0 | 0.17 |
| HSL | 300º | 0.29% | 0.76% | - |
| HSV(B) | 300º | 0.17% | 0.83% | - |
| XYZ | 53.95 | 49.21 | 68.28 | - |
| YUV | 189.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 211 | 0 | 0.17 | 0 | 0.17 | 300 | 0.29 | 0.76 |
| Hex | D3 | AF | D3 | 0 | 11 | 0 | 11 | 12C | 1D | 4C |
| Octal | 323 | 257 | 323 | 0 | 21 | 0 | 21 | 454 | 35 | 114 |
| Binary | 11010011 | 10101111 | 11010011 | 0 | 10001 | 0 | 10001 | 100101100 | 11101 | 1001100 |
Color Harmonies of #D3AFD3
Complementary color
Monochromatic Colors of #D3AFD3
Black with #D3AFD3
Text Example
Text Example
White with #D3AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFD3; }
p { color: rgb(211,175,211); }
H1.HeaderClassName
{
color: #D3AFD3;
}
.AnyTagClassName
{
color: #D3AFD3;
}
</style>
background-color css
<style>
a { background-color: #D3AFD3; }
a { background-color: rgb(211,175,211); }
div.DivClassName
{
background-color: #D3AFD3;
}
.BgClassName
{
background-color: #D3AFD3;
}
</style>
border-color css
<style>
span { border-color: #D3AFD3; }
span { border-color: rgb(211,175,211); }
td.TdClassName
{
border-color: #D3AFD3;
}
.TagClassName
{
border-color: #D3AFD3;
}
</style>