Shades of Thistle #DDC6DC
Tints of Thistle #DDC6DC
RGB
CMYK
RGB Variations
Color information
#DDC6DC (or 0xDDC6DC) is known color: Thistle. HEX triplet: DD, C6 and DC. RGB value is (221,198,220). Sum of RGB (Red+Green+Blue) = 221+198+220=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DC is #223923. Grayscale: #CFCFCF. Windows color (decimal): -2242852 or 14468829. OLE color: 14468829.
HSL color Cylindrical-coordinate representation of color #DDC6DC: hue angle of 302.61º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC6DC is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 220 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.13 |
| HSL | 302.61º | 0.25% | 0.82% | - |
| HSV(B) | 302.61º | 0.1% | 0.87% | - |
| XYZ | 62.93 | 60.93 | 76.15 | - |
| YUV | 207.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 220 | 0 | 0.10 | 0.00 | 0.13 | 302.61 | 0.25 | 0.82 |
| Hex | DD | C6 | DC | 0 | A | 0 | D | 12F | 19 | 52 |
| Octal | 335 | 306 | 334 | 0 | 12 | 0 | 15 | 457 | 31 | 122 |
| Binary | 11011101 | 11000110 | 11011100 | 0 | 1010 | 0 | 1101 | 100101111 | 11001 | 1010010 |
Color Harmonies of #DDC6DC
Complementary color
Monochromatic Colors of #DDC6DC
Black with #DDC6DC
Text Example
Text Example
White with #DDC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6DC; }
p { color: rgb(221,198,220); }
H1.HeaderClassName
{
color: #DDC6DC;
}
.AnyTagClassName
{
color: #DDC6DC;
}
</style>
background-color css
<style>
a { background-color: #DDC6DC; }
a { background-color: rgb(221,198,220); }
div.DivClassName
{
background-color: #DDC6DC;
}
.BgClassName
{
background-color: #DDC6DC;
}
</style>
border-color css
<style>
span { border-color: #DDC6DC; }
span { border-color: rgb(221,198,220); }
td.TdClassName
{
border-color: #DDC6DC;
}
.TagClassName
{
border-color: #DDC6DC;
}
</style>