Shades of Thistle #DDC5DD
Tints of Thistle #DDC5DD
RGB
CMYK
RGB Variations
Color information
#DDC5DD (or 0xDDC5DD) is known color: Thistle. HEX triplet: DD, C5 and DD. RGB value is (221,197,221). Sum of RGB (Red+Green+Blue) = 221+197+221=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DD is #223A22. Grayscale: #CECECE. Windows color (decimal): -2243107 or 14534109. OLE color: 14534109.
HSL color Cylindrical-coordinate representation of color #DDC5DD: hue angle of 300º 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 #DDC5DD is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 197 | 221 | - |
CMYK | 0 | 0.11 | 0 | 0.13 |
HSL | 300º | 0.26% | 0.82% | - |
HSV(B) | 300º | 0.11% | 0.87% | - |
XYZ | 62.84 | 60.53 | 76.78 | - |
YUV | 206.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 197 | 221 | 0 | 0.11 | 0 | 0.13 | 300 | 0.26 | 0.82 |
Hex | DD | C5 | DD | 0 | B | 0 | D | 12C | 1A | 52 |
Octal | 335 | 305 | 335 | 0 | 13 | 0 | 15 | 454 | 32 | 122 |
Binary | 11011101 | 11000101 | 11011101 | 0 | 1011 | 0 | 1101 | 100101100 | 11010 | 1010010 |
Color Harmonies of #DDC5DD
Complementary color
Monochromatic Colors of #DDC5DD
Black with #DDC5DD
Text Example
Text Example
White with #DDC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5DD; }
p { color: rgb(221,197,221); }
H1.HeaderClassName
{
color: #DDC5DD;
}
.AnyTagClassName
{
color: #DDC5DD;
}
</style>
background-color css
<style>
a { background-color: #DDC5DD; }
a { background-color: rgb(221,197,221); }
div.DivClassName
{
background-color: #DDC5DD;
}
.BgClassName
{
background-color: #DDC5DD;
}
</style>
border-color css
<style>
span { border-color: #DDC5DD; }
span { border-color: rgb(221,197,221); }
td.TdClassName
{
border-color: #DDC5DD;
}
.TagClassName
{
border-color: #DDC5DD;
}
</style>