Shades of Thistle #DCC7DE
Tints of Thistle #DCC7DE
RGB
CMYK
RGB Variations
Color information
#DCC7DE (or 0xDCC7DE) is known color: Thistle. HEX triplet: DC, C7 and DE. RGB value is (220,199,222). Sum of RGB (Red+Green+Blue) = 220+199+222=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7DE is #233821. Grayscale: #CFCFCF. Windows color (decimal): -2308130 or 14600156. OLE color: 14600156.
HSL color Cylindrical-coordinate representation of color #DCC7DE: hue angle of 294.78º 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 #DCC7DE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 199 | 222 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.13 |
| HSL | 294.78º | 0.26% | 0.83% | - |
| HSV(B) | 294.78º | 0.1% | 0.87% | - |
| XYZ | 63.12 | 61.34 | 77.62 | - |
| YUV | 207.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 222 | 0.01 | 0.10 | 0 | 0.13 | 294.78 | 0.26 | 0.83 |
| Hex | DC | C7 | DE | 1 | A | 0 | D | 127 | 1A | 53 |
| Octal | 334 | 307 | 336 | 1 | 12 | 0 | 15 | 447 | 32 | 123 |
| Binary | 11011100 | 11000111 | 11011110 | 1 | 1010 | 0 | 1101 | 100100111 | 11010 | 1010011 |
Color Harmonies of #DCC7DE
Complementary color
Monochromatic Colors of #DCC7DE
Black with #DCC7DE
Text Example
Text Example
White with #DCC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7DE; }
p { color: rgb(220,199,222); }
H1.HeaderClassName
{
color: #DCC7DE;
}
.AnyTagClassName
{
color: #DCC7DE;
}
</style>
background-color css
<style>
a { background-color: #DCC7DE; }
a { background-color: rgb(220,199,222); }
div.DivClassName
{
background-color: #DCC7DE;
}
.BgClassName
{
background-color: #DCC7DE;
}
</style>
border-color css
<style>
span { border-color: #DCC7DE; }
span { border-color: rgb(220,199,222); }
td.TdClassName
{
border-color: #DCC7DE;
}
.TagClassName
{
border-color: #DCC7DE;
}
</style>