Shades of Thistle #DDC3DC
Tints of Thistle #DDC3DC
RGB
CMYK
RGB Variations
Color information
#DDC3DC (or 0xDDC3DC) is known color: Thistle. HEX triplet: DD, C3 and DC. RGB value is (221,195,220). Sum of RGB (Red+Green+Blue) = 221+195+220=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DC is #223C23. Grayscale: #CDCDCD. Windows color (decimal): -2243620 or 14468061. OLE color: 14468061.
HSL color Cylindrical-coordinate representation of color #DDC3DC: hue angle of 302.31º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC3DC is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 220 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.13 |
| HSL | 302.31º | 0.28% | 0.82% | - |
| HSV(B) | 302.31º | 0.12% | 0.87% | - |
| XYZ | 62.25 | 59.57 | 75.93 | - |
| YUV | 205.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 220 | 0 | 0.12 | 0.00 | 0.13 | 302.31 | 0.28 | 0.82 |
| Hex | DD | C3 | DC | 0 | C | 0 | D | 12E | 1C | 52 |
| Octal | 335 | 303 | 334 | 0 | 14 | 0 | 15 | 456 | 34 | 122 |
| Binary | 11011101 | 11000011 | 11011100 | 0 | 1100 | 0 | 1101 | 100101110 | 11100 | 1010010 |
Color Harmonies of #DDC3DC
Complementary color
Monochromatic Colors of #DDC3DC
Black with #DDC3DC
Text Example
Text Example
White with #DDC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3DC; }
p { color: rgb(221,195,220); }
H1.HeaderClassName
{
color: #DDC3DC;
}
.AnyTagClassName
{
color: #DDC3DC;
}
</style>
background-color css
<style>
a { background-color: #DDC3DC; }
a { background-color: rgb(221,195,220); }
div.DivClassName
{
background-color: #DDC3DC;
}
.BgClassName
{
background-color: #DDC3DC;
}
</style>
border-color css
<style>
span { border-color: #DDC3DC; }
span { border-color: rgb(221,195,220); }
td.TdClassName
{
border-color: #DDC3DC;
}
.TagClassName
{
border-color: #DDC3DC;
}
</style>