Shades of Thistle #DDC5DA
Tints of Thistle #DDC5DA
RGB
CMYK
RGB Variations
Color information
#DDC5DA (or 0xDDC5DA) is known color: Thistle. HEX triplet: DD, C5 and DA. RGB value is (221,197,218). Sum of RGB (Red+Green+Blue) = 221+197+218=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DA is #223A25. Grayscale: #CECECE. Windows color (decimal): -2243110 or 14337501. OLE color: 14337501.
HSL color Cylindrical-coordinate representation of color #DDC5DA: hue angle of 307.5º degrees, saturation: 0.26, 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 #DDC5DA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 197 | 218 | - |
CMYK | 0 | 0.11 | 0.01 | 0.13 |
HSL | 307.5º | 0.26% | 0.82% | - |
HSV(B) | 307.5º | 0.11% | 0.87% | - |
XYZ | 62.44 | 60.37 | 74.69 | - |
YUV | 206.57 | 134.45 | 138.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 197 | 218 | 0 | 0.11 | 0.01 | 0.13 | 307.5 | 0.26 | 0.82 |
Hex | DD | C5 | DA | 0 | B | 1 | D | 134 | 1A | 52 |
Octal | 335 | 305 | 332 | 0 | 13 | 1 | 15 | 464 | 32 | 122 |
Binary | 11011101 | 11000101 | 11011010 | 0 | 1011 | 1 | 1101 | 100110100 | 11010 | 1010010 |
Color Harmonies of #DDC5DA
Complementary color
Monochromatic Colors of #DDC5DA
Black with #DDC5DA
Text Example
Text Example
White with #DDC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5DA; }
p { color: rgb(221,197,218); }
H1.HeaderClassName
{
color: #DDC5DA;
}
.AnyTagClassName
{
color: #DDC5DA;
}
</style>
background-color css
<style>
a { background-color: #DDC5DA; }
a { background-color: rgb(221,197,218); }
div.DivClassName
{
background-color: #DDC5DA;
}
.BgClassName
{
background-color: #DDC5DA;
}
</style>
border-color css
<style>
span { border-color: #DDC5DA; }
span { border-color: rgb(221,197,218); }
td.TdClassName
{
border-color: #DDC5DA;
}
.TagClassName
{
border-color: #DDC5DA;
}
</style>