Shades of Thistle #DDC6E1
Tints of Thistle #DDC6E1
RGB
CMYK
RGB Variations
Color information
#DDC6E1 (or 0xDDC6E1) is known color: Thistle. HEX triplet: DD, C6 and E1. RGB value is (221,198,225). Sum of RGB (Red+Green+Blue) = 221+198+225=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6E1 is #22391E. Grayscale: #CFCFCF. Windows color (decimal): -2242847 or 14796509. OLE color: 14796509.
HSL color Cylindrical-coordinate representation of color #DDC6E1: hue angle of 291.11º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC6E1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 198 | 225 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.12 |
| HSL | 291.11º | 0.31% | 0.83% | - |
| HSV(B) | 291.11º | 0.12% | 0.88% | - |
| XYZ | 63.6 | 61.2 | 79.69 | - |
| YUV | 207.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 225 | 0.02 | 0.12 | 0 | 0.12 | 291.11 | 0.31 | 0.83 |
| Hex | DD | C6 | E1 | 2 | C | 0 | C | 123 | 1F | 53 |
| Octal | 335 | 306 | 341 | 2 | 14 | 0 | 14 | 443 | 37 | 123 |
| Binary | 11011101 | 11000110 | 11100001 | 10 | 1100 | 0 | 1100 | 100100011 | 11111 | 1010011 |
Color Harmonies of #DDC6E1
Complementary color
Monochromatic Colors of #DDC6E1
Black with #DDC6E1
Text Example
Text Example
White with #DDC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6E1; }
p { color: rgb(221,198,225); }
H1.HeaderClassName
{
color: #DDC6E1;
}
.AnyTagClassName
{
color: #DDC6E1;
}
</style>
background-color css
<style>
a { background-color: #DDC6E1; }
a { background-color: rgb(221,198,225); }
div.DivClassName
{
background-color: #DDC6E1;
}
.BgClassName
{
background-color: #DDC6E1;
}
</style>
border-color css
<style>
span { border-color: #DDC6E1; }
span { border-color: rgb(221,198,225); }
td.TdClassName
{
border-color: #DDC6E1;
}
.TagClassName
{
border-color: #DDC6E1;
}
</style>