Shades of Thistle #DDBDDC
Tints of Thistle #DDBDDC
RGB
CMYK
RGB Variations
Color information
#DDBDDC (or 0xDDBDDC) is known color: Thistle. HEX triplet: DD, BD and DC. RGB value is (221,189,220). Sum of RGB (Red+Green+Blue) = 221+189+220=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDDC is #224223. Grayscale: #CACACA. Windows color (decimal): -2245156 or 14466525. OLE color: 14466525.
HSL color Cylindrical-coordinate representation of color #DDBDDC: hue angle of 301.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDDC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 220 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.13 |
| HSL | 301.88º | 0.32% | 0.8% | - |
| HSV(B) | 301.88º | 0.14% | 0.87% | - |
| XYZ | 60.93 | 56.93 | 75.49 | - |
| YUV | 202.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 220 | 0 | 0.14 | 0.00 | 0.13 | 301.88 | 0.32 | 0.8 |
| Hex | DD | BD | DC | 0 | E | 0 | D | 12E | 20 | 50 |
| Octal | 335 | 275 | 334 | 0 | 16 | 0 | 15 | 456 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11011100 | 0 | 1110 | 0 | 1101 | 100101110 | 100000 | 1010000 |
Color Harmonies of #DDBDDC
Complementary color
Monochromatic Colors of #DDBDDC
Black with #DDBDDC
Text Example
Text Example
White with #DDBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDDC; }
p { color: rgb(221,189,220); }
H1.HeaderClassName
{
color: #DDBDDC;
}
.AnyTagClassName
{
color: #DDBDDC;
}
</style>
background-color css
<style>
a { background-color: #DDBDDC; }
a { background-color: rgb(221,189,220); }
div.DivClassName
{
background-color: #DDBDDC;
}
.BgClassName
{
background-color: #DDBDDC;
}
</style>
border-color css
<style>
span { border-color: #DDBDDC; }
span { border-color: rgb(221,189,220); }
td.TdClassName
{
border-color: #DDBDDC;
}
.TagClassName
{
border-color: #DDBDDC;
}
</style>