Shades of Thistle #DDC4DE
Tints of Thistle #DDC4DE
RGB
CMYK
RGB Variations
Color information
#DDC4DE (or 0xDDC4DE) is known color: Thistle. HEX triplet: DD, C4 and DE. RGB value is (221,196,222). Sum of RGB (Red+Green+Blue) = 221+196+222=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4DE is #223B21. Grayscale: #CECECE. Windows color (decimal): -2243362 or 14599389. OLE color: 14599389.
HSL color Cylindrical-coordinate representation of color #DDC4DE: hue angle of 297.69º 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 #DDC4DE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 222 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.13 |
| HSL | 297.69º | 0.28% | 0.82% | - |
| HSV(B) | 297.69º | 0.12% | 0.87% | - |
| XYZ | 62.74 | 60.13 | 77.41 | - |
| YUV | 206.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 222 | 0.00 | 0.12 | 0 | 0.13 | 297.69 | 0.28 | 0.82 |
| Hex | DD | C4 | DE | 0 | C | 0 | D | 12A | 1C | 52 |
| Octal | 335 | 304 | 336 | 0 | 14 | 0 | 15 | 452 | 34 | 122 |
| Binary | 11011101 | 11000100 | 11011110 | 0 | 1100 | 0 | 1101 | 100101010 | 11100 | 1010010 |
Color Harmonies of #DDC4DE
Complementary color
Monochromatic Colors of #DDC4DE
Black with #DDC4DE
Text Example
Text Example
White with #DDC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4DE; }
p { color: rgb(221,196,222); }
H1.HeaderClassName
{
color: #DDC4DE;
}
.AnyTagClassName
{
color: #DDC4DE;
}
</style>
background-color css
<style>
a { background-color: #DDC4DE; }
a { background-color: rgb(221,196,222); }
div.DivClassName
{
background-color: #DDC4DE;
}
.BgClassName
{
background-color: #DDC4DE;
}
</style>
border-color css
<style>
span { border-color: #DDC4DE; }
span { border-color: rgb(221,196,222); }
td.TdClassName
{
border-color: #DDC4DE;
}
.TagClassName
{
border-color: #DDC4DE;
}
</style>