Shades of Thistle #DDD0DA
Tints of Thistle #DDD0DA
RGB
CMYK
RGB Variations
Color information
#DDD0DA (or 0xDDD0DA) is known color: Thistle. HEX triplet: DD, D0 and DA. RGB value is (221,208,218). Sum of RGB (Red+Green+Blue) = 221+208+218=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DA is #222F25. Grayscale: #D4D4D4. Windows color (decimal): -2240294 or 14340317. OLE color: 14340317.
HSL color Cylindrical-coordinate representation of color #DDD0DA: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0DA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 218 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.13 |
| HSL | 313.85º | 0.16% | 0.84% | - |
| HSV(B) | 313.85º | 0.06% | 0.87% | - |
| XYZ | 65.03 | 65.55 | 75.55 | - |
| YUV | 213.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 218 | 0 | 0.06 | 0.01 | 0.13 | 313.85 | 0.16 | 0.84 |
| Hex | DD | D0 | DA | 0 | 6 | 1 | D | 13A | 10 | 54 |
| Octal | 335 | 320 | 332 | 0 | 6 | 1 | 15 | 472 | 20 | 124 |
| Binary | 11011101 | 11010000 | 11011010 | 0 | 110 | 1 | 1101 | 100111010 | 10000 | 1010100 |
Color Harmonies of #DDD0DA
Complementary color
Monochromatic Colors of #DDD0DA
Black with #DDD0DA
Text Example
Text Example
White with #DDD0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0DA; }
p { color: rgb(221,208,218); }
H1.HeaderClassName
{
color: #DDD0DA;
}
.AnyTagClassName
{
color: #DDD0DA;
}
</style>
background-color css
<style>
a { background-color: #DDD0DA; }
a { background-color: rgb(221,208,218); }
div.DivClassName
{
background-color: #DDD0DA;
}
.BgClassName
{
background-color: #DDD0DA;
}
</style>
border-color css
<style>
span { border-color: #DDD0DA; }
span { border-color: rgb(221,208,218); }
td.TdClassName
{
border-color: #DDD0DA;
}
.TagClassName
{
border-color: #DDD0DA;
}
</style>