Shades of Thistle #DCC9DA
Tints of Thistle #DCC9DA
RGB
CMYK
RGB Variations
Color information
#DCC9DA (or 0xDCC9DA) is known color: Thistle. HEX triplet: DC, C9 and DA. RGB value is (220,201,218). Sum of RGB (Red+Green+Blue) = 220+201+218=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DA is #233625. Grayscale: #D0D0D0. Windows color (decimal): -2307622 or 14338524. OLE color: 14338524.
HSL color Cylindrical-coordinate representation of color #DCC9DA: hue angle of 306.32º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9DA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 218 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.14 |
| HSL | 306.32º | 0.21% | 0.83% | - |
| HSV(B) | 306.32º | 0.09% | 0.86% | - |
| XYZ | 63.06 | 62.05 | 74.98 | - |
| YUV | 208.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 218 | 0 | 0.09 | 0.01 | 0.14 | 306.32 | 0.21 | 0.83 |
| Hex | DC | C9 | DA | 0 | 9 | 1 | E | 132 | 15 | 53 |
| Octal | 334 | 311 | 332 | 0 | 11 | 1 | 16 | 462 | 25 | 123 |
| Binary | 11011100 | 11001001 | 11011010 | 0 | 1001 | 1 | 1110 | 100110010 | 10101 | 1010011 |
Color Harmonies of #DCC9DA
Complementary color
Monochromatic Colors of #DCC9DA
Black with #DCC9DA
Text Example
Text Example
White with #DCC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9DA; }
p { color: rgb(220,201,218); }
H1.HeaderClassName
{
color: #DCC9DA;
}
.AnyTagClassName
{
color: #DCC9DA;
}
</style>
background-color css
<style>
a { background-color: #DCC9DA; }
a { background-color: rgb(220,201,218); }
div.DivClassName
{
background-color: #DCC9DA;
}
.BgClassName
{
background-color: #DCC9DA;
}
</style>
border-color css
<style>
span { border-color: #DCC9DA; }
span { border-color: rgb(220,201,218); }
td.TdClassName
{
border-color: #DCC9DA;
}
.TagClassName
{
border-color: #DCC9DA;
}
</style>