Shades of Thistle #D3AED3
Tints of Thistle #D3AED3
RGB
CMYK
RGB Variations
Color information
#D3AED3 (or 0xD3AED3) is known color: Thistle. HEX triplet: D3, AE and D3. RGB value is (211,174,211). Sum of RGB (Red+Green+Blue) = 211+174+211=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D3AED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AED3 is #2C512C. Grayscale: #BDBDBD. Windows color (decimal): -2904365 or 13872851. OLE color: 13872851.
HSL color Cylindrical-coordinate representation of color #D3AED3: hue angle of 300º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AED3 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 211 | - |
| CMYK | 0 | 0.18 | 0 | 0.17 |
| HSL | 300º | 0.3% | 0.75% | - |
| HSV(B) | 300º | 0.18% | 0.83% | - |
| XYZ | 53.76 | 48.82 | 68.22 | - |
| YUV | 189.28 | 140.26 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 211 | 0 | 0.18 | 0 | 0.17 | 300 | 0.3 | 0.75 |
| Hex | D3 | AE | D3 | 0 | 12 | 0 | 11 | 12C | 1E | 4B |
| Octal | 323 | 256 | 323 | 0 | 22 | 0 | 21 | 454 | 36 | 113 |
| Binary | 11010011 | 10101110 | 11010011 | 0 | 10010 | 0 | 10001 | 100101100 | 11110 | 1001011 |
Color Harmonies of #D3AED3
Complementary color
Monochromatic Colors of #D3AED3
Black with #D3AED3
Text Example
Text Example
White with #D3AED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AED3; }
p { color: rgb(211,174,211); }
H1.HeaderClassName
{
color: #D3AED3;
}
.AnyTagClassName
{
color: #D3AED3;
}
</style>
background-color css
<style>
a { background-color: #D3AED3; }
a { background-color: rgb(211,174,211); }
div.DivClassName
{
background-color: #D3AED3;
}
.BgClassName
{
background-color: #D3AED3;
}
</style>
border-color css
<style>
span { border-color: #D3AED3; }
span { border-color: rgb(211,174,211); }
td.TdClassName
{
border-color: #D3AED3;
}
.TagClassName
{
border-color: #D3AED3;
}
</style>