Shades of Thistle #DDBADC
Tints of Thistle #DDBADC
RGB
CMYK
RGB Variations
Color information
#DDBADC (or 0xDDBADC) is known color: Thistle. HEX triplet: DD, BA and DC. RGB value is (221,186,220). Sum of RGB (Red+Green+Blue) = 221+186+220=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBADC is #224523. Grayscale: #C8C8C8. Windows color (decimal): -2245924 or 14465757. OLE color: 14465757.
HSL color Cylindrical-coordinate representation of color #DDBADC: hue angle of 301.71º 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 #DDBADC is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 220 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.13 |
| HSL | 301.71º | 0.34% | 0.8% | - |
| HSV(B) | 301.71º | 0.16% | 0.87% | - |
| XYZ | 60.3 | 55.66 | 75.28 | - |
| YUV | 200.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 220 | 0 | 0.16 | 0.00 | 0.13 | 301.71 | 0.34 | 0.8 |
| Hex | DD | BA | DC | 0 | 10 | 0 | D | 12E | 22 | 50 |
| Octal | 335 | 272 | 334 | 0 | 20 | 0 | 15 | 456 | 42 | 120 |
| Binary | 11011101 | 10111010 | 11011100 | 0 | 10000 | 0 | 1101 | 100101110 | 100010 | 1010000 |
Color Harmonies of #DDBADC
Complementary color
Monochromatic Colors of #DDBADC
Black with #DDBADC
Text Example
Text Example
White with #DDBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBADC; }
p { color: rgb(221,186,220); }
H1.HeaderClassName
{
color: #DDBADC;
}
.AnyTagClassName
{
color: #DDBADC;
}
</style>
background-color css
<style>
a { background-color: #DDBADC; }
a { background-color: rgb(221,186,220); }
div.DivClassName
{
background-color: #DDBADC;
}
.BgClassName
{
background-color: #DDBADC;
}
</style>
border-color css
<style>
span { border-color: #DDBADC; }
span { border-color: rgb(221,186,220); }
td.TdClassName
{
border-color: #DDBADC;
}
.TagClassName
{
border-color: #DDBADC;
}
</style>