Shades of Thistle #D0AFD3
Tints of Thistle #D0AFD3
RGB
CMYK
RGB Variations
Color information
#D0AFD3 (or 0xD0AFD3) is known color: Thistle. HEX triplet: D0, AF and D3. RGB value is (208,175,211). Sum of RGB (Red+Green+Blue) = 208+175+211=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0AFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD3 is #2F502C. Grayscale: #BCBCBC. Windows color (decimal): -3100717 or 13873104. OLE color: 13873104.
HSL color Cylindrical-coordinate representation of color #D0AFD3: hue angle of 295º 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 #D0AFD3 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 175 | 211 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.17 |
| HSL | 295º | 0.29% | 0.76% | - |
| HSV(B) | 295º | 0.17% | 0.83% | - |
| XYZ | 53.1 | 48.77 | 68.24 | - |
| YUV | 188.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 211 | 0.01 | 0.17 | 0 | 0.17 | 295 | 0.29 | 0.76 |
| Hex | D0 | AF | D3 | 1 | 11 | 0 | 11 | 127 | 1D | 4C |
| Octal | 320 | 257 | 323 | 1 | 21 | 0 | 21 | 447 | 35 | 114 |
| Binary | 11010000 | 10101111 | 11010011 | 1 | 10001 | 0 | 10001 | 100100111 | 11101 | 1001100 |
Color Harmonies of #D0AFD3
Complementary color
Monochromatic Colors of #D0AFD3
Black with #D0AFD3
Text Example
Text Example
White with #D0AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AFD3; }
p { color: rgb(208,175,211); }
H1.HeaderClassName
{
color: #D0AFD3;
}
.AnyTagClassName
{
color: #D0AFD3;
}
</style>
background-color css
<style>
a { background-color: #D0AFD3; }
a { background-color: rgb(208,175,211); }
div.DivClassName
{
background-color: #D0AFD3;
}
.BgClassName
{
background-color: #D0AFD3;
}
</style>
border-color css
<style>
span { border-color: #D0AFD3; }
span { border-color: rgb(208,175,211); }
td.TdClassName
{
border-color: #D0AFD3;
}
.TagClassName
{
border-color: #D0AFD3;
}
</style>