Shades of Thistle #DDBCDC
Tints of Thistle #DDBCDC
RGB
CMYK
RGB Variations
Color information
#DDBCDC (or 0xDDBCDC) is known color: Thistle. HEX triplet: DD, BC and DC. RGB value is (221,188,220). Sum of RGB (Red+Green+Blue) = 221+188+220=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCDC is #224323. Grayscale: #C9C9C9. Windows color (decimal): -2245412 or 14466269. OLE color: 14466269.
HSL color Cylindrical-coordinate representation of color #DDBCDC: hue angle of 301.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBCDC is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 220 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.13 |
| HSL | 301.82º | 0.33% | 0.8% | - |
| HSV(B) | 301.82º | 0.15% | 0.87% | - |
| XYZ | 60.72 | 56.51 | 75.42 | - |
| YUV | 201.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 220 | 0 | 0.15 | 0.00 | 0.13 | 301.82 | 0.33 | 0.8 |
| Hex | DD | BC | DC | 0 | F | 0 | D | 12E | 21 | 50 |
| Octal | 335 | 274 | 334 | 0 | 17 | 0 | 15 | 456 | 41 | 120 |
| Binary | 11011101 | 10111100 | 11011100 | 0 | 1111 | 0 | 1101 | 100101110 | 100001 | 1010000 |
Color Harmonies of #DDBCDC
Complementary color
Monochromatic Colors of #DDBCDC
Black with #DDBCDC
Text Example
Text Example
White with #DDBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCDC; }
p { color: rgb(221,188,220); }
H1.HeaderClassName
{
color: #DDBCDC;
}
.AnyTagClassName
{
color: #DDBCDC;
}
</style>
background-color css
<style>
a { background-color: #DDBCDC; }
a { background-color: rgb(221,188,220); }
div.DivClassName
{
background-color: #DDBCDC;
}
.BgClassName
{
background-color: #DDBCDC;
}
</style>
border-color css
<style>
span { border-color: #DDBCDC; }
span { border-color: rgb(221,188,220); }
td.TdClassName
{
border-color: #DDBCDC;
}
.TagClassName
{
border-color: #DDBCDC;
}
</style>