Shades of Thistle #DCC0DE
Tints of Thistle #DCC0DE
RGB
CMYK
RGB Variations
Color information
#DCC0DE (or 0xDCC0DE) is known color: Thistle. HEX triplet: DC, C0 and DE. RGB value is (220,192,222). Sum of RGB (Red+Green+Blue) = 220+192+222=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0DE is #233F21. Grayscale: #CBCBCB. Windows color (decimal): -2309922 or 14598364. OLE color: 14598364.
HSL color Cylindrical-coordinate representation of color #DCC0DE: hue angle of 296º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC0DE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 192 | 222 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.13 |
| HSL | 296º | 0.31% | 0.81% | - |
| HSV(B) | 296º | 0.14% | 0.87% | - |
| XYZ | 61.55 | 58.19 | 77.09 | - |
| YUV | 203.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 222 | 0.01 | 0.14 | 0 | 0.13 | 296 | 0.31 | 0.81 |
| Hex | DC | C0 | DE | 1 | E | 0 | D | 128 | 1F | 51 |
| Octal | 334 | 300 | 336 | 1 | 16 | 0 | 15 | 450 | 37 | 121 |
| Binary | 11011100 | 11000000 | 11011110 | 1 | 1110 | 0 | 1101 | 100101000 | 11111 | 1010001 |
Color Harmonies of #DCC0DE
Complementary color
Monochromatic Colors of #DCC0DE
Black with #DCC0DE
Text Example
Text Example
White with #DCC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0DE; }
p { color: rgb(220,192,222); }
H1.HeaderClassName
{
color: #DCC0DE;
}
.AnyTagClassName
{
color: #DCC0DE;
}
</style>
background-color css
<style>
a { background-color: #DCC0DE; }
a { background-color: rgb(220,192,222); }
div.DivClassName
{
background-color: #DCC0DE;
}
.BgClassName
{
background-color: #DCC0DE;
}
</style>
border-color css
<style>
span { border-color: #DCC0DE; }
span { border-color: rgb(220,192,222); }
td.TdClassName
{
border-color: #DCC0DE;
}
.TagClassName
{
border-color: #DCC0DE;
}
</style>