Shades of Thistle #DDC4DC
Tints of Thistle #DDC4DC
RGB
CMYK
RGB Variations
Color information
#DDC4DC (or 0xDDC4DC) is known color: Thistle. HEX triplet: DD, C4 and DC. RGB value is (221,196,220). Sum of RGB (Red+Green+Blue) = 221+196+220=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DC is #223B23. Grayscale: #CECECE. Windows color (decimal): -2243364 or 14468317. OLE color: 14468317.
HSL color Cylindrical-coordinate representation of color #DDC4DC: hue angle of 302.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4DC is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 220 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.13 |
| HSL | 302.4º | 0.27% | 0.82% | - |
| HSV(B) | 302.4º | 0.11% | 0.87% | - |
| XYZ | 62.48 | 60.02 | 76 | - |
| YUV | 206.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 220 | 0 | 0.11 | 0.00 | 0.13 | 302.4 | 0.27 | 0.82 |
| Hex | DD | C4 | DC | 0 | B | 0 | D | 12E | 1B | 52 |
| Octal | 335 | 304 | 334 | 0 | 13 | 0 | 15 | 456 | 33 | 122 |
| Binary | 11011101 | 11000100 | 11011100 | 0 | 1011 | 0 | 1101 | 100101110 | 11011 | 1010010 |
Color Harmonies of #DDC4DC
Complementary color
Monochromatic Colors of #DDC4DC
Black with #DDC4DC
Text Example
Text Example
White with #DDC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4DC; }
p { color: rgb(221,196,220); }
H1.HeaderClassName
{
color: #DDC4DC;
}
.AnyTagClassName
{
color: #DDC4DC;
}
</style>
background-color css
<style>
a { background-color: #DDC4DC; }
a { background-color: rgb(221,196,220); }
div.DivClassName
{
background-color: #DDC4DC;
}
.BgClassName
{
background-color: #DDC4DC;
}
</style>
border-color css
<style>
span { border-color: #DDC4DC; }
span { border-color: rgb(221,196,220); }
td.TdClassName
{
border-color: #DDC4DC;
}
.TagClassName
{
border-color: #DDC4DC;
}
</style>