Shades of Thistle #DDC6DE
Tints of Thistle #DDC6DE
RGB
CMYK
RGB Variations
Color information
#DDC6DE (or 0xDDC6DE) is known color: Thistle. HEX triplet: DD, C6 and DE. RGB value is (221,198,222). Sum of RGB (Red+Green+Blue) = 221+198+222=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6DE is #223921. Grayscale: #CFCFCF. Windows color (decimal): -2242850 or 14599901. OLE color: 14599901.
HSL color Cylindrical-coordinate representation of color #DDC6DE: hue angle of 297.5º 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 #DDC6DE is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 222 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.13 |
| HSL | 297.5º | 0.27% | 0.82% | - |
| HSV(B) | 297.5º | 0.11% | 0.87% | - |
| XYZ | 63.2 | 61.03 | 77.56 | - |
| YUV | 207.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 222 | 0.00 | 0.11 | 0 | 0.13 | 297.5 | 0.27 | 0.82 |
| Hex | DD | C6 | DE | 0 | B | 0 | D | 12A | 1B | 52 |
| Octal | 335 | 306 | 336 | 0 | 13 | 0 | 15 | 452 | 33 | 122 |
| Binary | 11011101 | 11000110 | 11011110 | 0 | 1011 | 0 | 1101 | 100101010 | 11011 | 1010010 |
Color Harmonies of #DDC6DE
Complementary color
Monochromatic Colors of #DDC6DE
Black with #DDC6DE
Text Example
Text Example
White with #DDC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6DE; }
p { color: rgb(221,198,222); }
H1.HeaderClassName
{
color: #DDC6DE;
}
.AnyTagClassName
{
color: #DDC6DE;
}
</style>
background-color css
<style>
a { background-color: #DDC6DE; }
a { background-color: rgb(221,198,222); }
div.DivClassName
{
background-color: #DDC6DE;
}
.BgClassName
{
background-color: #DDC6DE;
}
</style>
border-color css
<style>
span { border-color: #DDC6DE; }
span { border-color: rgb(221,198,222); }
td.TdClassName
{
border-color: #DDC6DE;
}
.TagClassName
{
border-color: #DDC6DE;
}
</style>