Shades of Thistle #DCC9DF
Tints of Thistle #DCC9DF
RGB
CMYK
RGB Variations
Color information
#DCC9DF (or 0xDCC9DF) is known color: Thistle. HEX triplet: DC, C9 and DF. RGB value is (220,201,223). Sum of RGB (Red+Green+Blue) = 220+201+223=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DF is #233620. Grayscale: #D1D1D1. Windows color (decimal): -2307617 or 14666204. OLE color: 14666204.
HSL color Cylindrical-coordinate representation of color #DCC9DF: hue angle of 291.82º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC9DF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 201 | 223 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.13 |
| HSL | 291.82º | 0.26% | 0.83% | - |
| HSV(B) | 291.82º | 0.1% | 0.87% | - |
| XYZ | 63.72 | 62.32 | 78.48 | - |
| YUV | 209.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 223 | 0.01 | 0.10 | 0 | 0.13 | 291.82 | 0.26 | 0.83 |
| Hex | DC | C9 | DF | 1 | A | 0 | D | 124 | 1A | 53 |
| Octal | 334 | 311 | 337 | 1 | 12 | 0 | 15 | 444 | 32 | 123 |
| Binary | 11011100 | 11001001 | 11011111 | 1 | 1010 | 0 | 1101 | 100100100 | 11010 | 1010011 |
Color Harmonies of #DCC9DF
Complementary color
Monochromatic Colors of #DCC9DF
Black with #DCC9DF
Text Example
Text Example
White with #DCC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9DF; }
p { color: rgb(220,201,223); }
H1.HeaderClassName
{
color: #DCC9DF;
}
.AnyTagClassName
{
color: #DCC9DF;
}
</style>
background-color css
<style>
a { background-color: #DCC9DF; }
a { background-color: rgb(220,201,223); }
div.DivClassName
{
background-color: #DCC9DF;
}
.BgClassName
{
background-color: #DCC9DF;
}
</style>
border-color css
<style>
span { border-color: #DCC9DF; }
span { border-color: rgb(220,201,223); }
td.TdClassName
{
border-color: #DCC9DF;
}
.TagClassName
{
border-color: #DCC9DF;
}
</style>