Shades of Thistle #DDC7DA
Tints of Thistle #DDC7DA
RGB
CMYK
RGB Variations
Color information
#DDC7DA (or 0xDDC7DA) is known color: Thistle. HEX triplet: DD, C7 and DA. RGB value is (221,199,218). Sum of RGB (Red+Green+Blue) = 221+199+218=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DA is #223825. Grayscale: #CFCFCF. Windows color (decimal): -2242598 or 14338013. OLE color: 14338013.
HSL color Cylindrical-coordinate representation of color #DDC7DA: hue angle of 308.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7DA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 199 | 218 | - |
CMYK | 0 | 0.10 | 0.01 | 0.13 |
HSL | 308.18º | 0.24% | 0.82% | - |
HSV(B) | 308.18º | 0.1% | 0.87% | - |
XYZ | 62.9 | 61.28 | 74.84 | - |
YUV | 207.74 | 133.79 | 137.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 218 | 0 | 0.10 | 0.01 | 0.13 | 308.18 | 0.24 | 0.82 |
Hex | DD | C7 | DA | 0 | A | 1 | D | 134 | 18 | 52 |
Octal | 335 | 307 | 332 | 0 | 12 | 1 | 15 | 464 | 30 | 122 |
Binary | 11011101 | 11000111 | 11011010 | 0 | 1010 | 1 | 1101 | 100110100 | 11000 | 1010010 |
Color Harmonies of #DDC7DA
Complementary color
Monochromatic Colors of #DDC7DA
Black with #DDC7DA
Text Example
Text Example
White with #DDC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7DA; }
p { color: rgb(221,199,218); }
H1.HeaderClassName
{
color: #DDC7DA;
}
.AnyTagClassName
{
color: #DDC7DA;
}
</style>
background-color css
<style>
a { background-color: #DDC7DA; }
a { background-color: rgb(221,199,218); }
div.DivClassName
{
background-color: #DDC7DA;
}
.BgClassName
{
background-color: #DDC7DA;
}
</style>
border-color css
<style>
span { border-color: #DDC7DA; }
span { border-color: rgb(221,199,218); }
td.TdClassName
{
border-color: #DDC7DA;
}
.TagClassName
{
border-color: #DDC7DA;
}
</style>