Shades of Thistle #DDBADD
Tints of Thistle #DDBADD
RGB
CMYK
RGB Variations
Color information
#DDBADD (or 0xDDBADD) is known color: Thistle. HEX triplet: DD, BA and DD. RGB value is (221,186,221). Sum of RGB (Red+Green+Blue) = 221+186+221=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADD is #224522. Grayscale: #C8C8C8. Windows color (decimal): -2245923 or 14531293. OLE color: 14531293.
HSL color Cylindrical-coordinate representation of color #DDBADD: hue angle of 300º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBADD is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 221 | - |
| CMYK | 0 | 0.16 | 0 | 0.13 |
| HSL | 300º | 0.34% | 0.8% | - |
| HSV(B) | 300º | 0.16% | 0.87% | - |
| XYZ | 60.43 | 55.71 | 75.97 | - |
| YUV | 200.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 221 | 0 | 0.16 | 0 | 0.13 | 300 | 0.34 | 0.8 |
| Hex | DD | BA | DD | 0 | 10 | 0 | D | 12C | 22 | 50 |
| Octal | 335 | 272 | 335 | 0 | 20 | 0 | 15 | 454 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11011101 | 0 | 10000 | 0 | 1101 | 100101100 | 100010 | 1010000 |
Color Harmonies of #DDBADD
Complementary color
Monochromatic Colors of #DDBADD
Black with #DDBADD
Text Example
Text Example
White with #DDBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBADD; }
p { color: rgb(221,186,221); }
H1.HeaderClassName
{
color: #DDBADD;
}
.AnyTagClassName
{
color: #DDBADD;
}
</style>
background-color css
<style>
a { background-color: #DDBADD; }
a { background-color: rgb(221,186,221); }
div.DivClassName
{
background-color: #DDBADD;
}
.BgClassName
{
background-color: #DDBADD;
}
</style>
border-color css
<style>
span { border-color: #DDBADD; }
span { border-color: rgb(221,186,221); }
td.TdClassName
{
border-color: #DDBADD;
}
.TagClassName
{
border-color: #DDBADD;
}
</style>