Shades of Thistle #DDC8DC
Tints of Thistle #DDC8DC
RGB
CMYK
RGB Variations
Color information
#DDC8DC (or 0xDDC8DC) is known color: Thistle. HEX triplet: DD, C8 and DC. RGB value is (221,200,220). Sum of RGB (Red+Green+Blue) = 221+200+220=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8DC is #223723. Grayscale: #D0D0D0. Windows color (decimal): -2242340 or 14469341. OLE color: 14469341.
HSL color Cylindrical-coordinate representation of color #DDC8DC: hue angle of 302.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8DC is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 220 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.13 |
| HSL | 302.86º | 0.24% | 0.83% | - |
| HSV(B) | 302.86º | 0.1% | 0.87% | - |
| XYZ | 63.39 | 61.85 | 76.31 | - |
| YUV | 208.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 220 | 0 | 0.10 | 0.00 | 0.13 | 302.86 | 0.24 | 0.83 |
| Hex | DD | C8 | DC | 0 | A | 0 | D | 12F | 18 | 53 |
| Octal | 335 | 310 | 334 | 0 | 12 | 0 | 15 | 457 | 30 | 123 |
| Binary | 11011101 | 11001000 | 11011100 | 0 | 1010 | 0 | 1101 | 100101111 | 11000 | 1010011 |
Color Harmonies of #DDC8DC
Complementary color
Monochromatic Colors of #DDC8DC
Black with #DDC8DC
Text Example
Text Example
White with #DDC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8DC; }
p { color: rgb(221,200,220); }
H1.HeaderClassName
{
color: #DDC8DC;
}
.AnyTagClassName
{
color: #DDC8DC;
}
</style>
background-color css
<style>
a { background-color: #DDC8DC; }
a { background-color: rgb(221,200,220); }
div.DivClassName
{
background-color: #DDC8DC;
}
.BgClassName
{
background-color: #DDC8DC;
}
</style>
border-color css
<style>
span { border-color: #DDC8DC; }
span { border-color: rgb(221,200,220); }
td.TdClassName
{
border-color: #DDC8DC;
}
.TagClassName
{
border-color: #DDC8DC;
}
</style>