Shades of Thistle #DCC7DC
Tints of Thistle #DCC7DC
RGB
CMYK
RGB Variations
Color information
#DCC7DC (or 0xDCC7DC) is known color: Thistle. HEX triplet: DC, C7 and DC. RGB value is (220,199,220). Sum of RGB (Red+Green+Blue) = 220+199+220=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7DC is #233823. Grayscale: #CFCFCF. Windows color (decimal): -2308132 or 14469084. OLE color: 14469084.
HSL color Cylindrical-coordinate representation of color #DCC7DC: hue angle of 300º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC7DC is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 220 | - |
| CMYK | 0 | 0.10 | 0 | 0.14 |
| HSL | 300º | 0.23% | 0.82% | - |
| HSV(B) | 300º | 0.1% | 0.86% | - |
| XYZ | 62.86 | 61.23 | 76.22 | - |
| YUV | 207.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 220 | 0 | 0.10 | 0 | 0.14 | 300 | 0.23 | 0.82 |
| Hex | DC | C7 | DC | 0 | A | 0 | E | 12C | 17 | 52 |
| Octal | 334 | 307 | 334 | 0 | 12 | 0 | 16 | 454 | 27 | 122 |
| Binary | 11011100 | 11000111 | 11011100 | 0 | 1010 | 0 | 1110 | 100101100 | 10111 | 1010010 |
Color Harmonies of #DCC7DC
Complementary color
Monochromatic Colors of #DCC7DC
Black with #DCC7DC
Text Example
Text Example
White with #DCC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7DC; }
p { color: rgb(220,199,220); }
H1.HeaderClassName
{
color: #DCC7DC;
}
.AnyTagClassName
{
color: #DCC7DC;
}
</style>
background-color css
<style>
a { background-color: #DCC7DC; }
a { background-color: rgb(220,199,220); }
div.DivClassName
{
background-color: #DCC7DC;
}
.BgClassName
{
background-color: #DCC7DC;
}
</style>
border-color css
<style>
span { border-color: #DCC7DC; }
span { border-color: rgb(220,199,220); }
td.TdClassName
{
border-color: #DCC7DC;
}
.TagClassName
{
border-color: #DCC7DC;
}
</style>