Shades of Thistle #DDC0DF
Tints of Thistle #DDC0DF
RGB
CMYK
RGB Variations
Color information
#DDC0DF (or 0xDDC0DF) is known color: Thistle. HEX triplet: DD, C0 and DF. RGB value is (221,192,223). Sum of RGB (Red+Green+Blue) = 221+192+223=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0DF is #223F20. Grayscale: #CCCCCC. Windows color (decimal): -2244385 or 14663901. OLE color: 14663901.
HSL color Cylindrical-coordinate representation of color #DDC0DF: hue angle of 296.13º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC0DF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 192 | 223 | - |
CMYK | 0.01 | 0.14 | 0 | 0.13 |
HSL | 296.13º | 0.33% | 0.81% | - |
HSV(B) | 296.13º | 0.14% | 0.87% | - |
XYZ | 61.99 | 58.4 | 77.82 | - |
YUV | 204.21 | 138.61 | 139.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 192 | 223 | 0.01 | 0.14 | 0 | 0.13 | 296.13 | 0.33 | 0.81 |
Hex | DD | C0 | DF | 1 | E | 0 | D | 128 | 21 | 51 |
Octal | 335 | 300 | 337 | 1 | 16 | 0 | 15 | 450 | 41 | 121 |
Binary | 11011101 | 11000000 | 11011111 | 1 | 1110 | 0 | 1101 | 100101000 | 100001 | 1010001 |
Color Harmonies of #DDC0DF
Complementary color
Monochromatic Colors of #DDC0DF
Black with #DDC0DF
Text Example
Text Example
White with #DDC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0DF; }
p { color: rgb(221,192,223); }
H1.HeaderClassName
{
color: #DDC0DF;
}
.AnyTagClassName
{
color: #DDC0DF;
}
</style>
background-color css
<style>
a { background-color: #DDC0DF; }
a { background-color: rgb(221,192,223); }
div.DivClassName
{
background-color: #DDC0DF;
}
.BgClassName
{
background-color: #DDC0DF;
}
</style>
border-color css
<style>
span { border-color: #DDC0DF; }
span { border-color: rgb(221,192,223); }
td.TdClassName
{
border-color: #DDC0DF;
}
.TagClassName
{
border-color: #DDC0DF;
}
</style>