Shades of Thistle #DCC2DC
Tints of Thistle #DCC2DC
RGB
CMYK
RGB Variations
Color information
#DCC2DC (or 0xDCC2DC) is known color: Thistle. HEX triplet: DC, C2 and DC. RGB value is (220,194,220). Sum of RGB (Red+Green+Blue) = 220+194+220=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2DC is #233D23. Grayscale: #CCCCCC. Windows color (decimal): -2309412 or 14467804. OLE color: 14467804.
HSL color Cylindrical-coordinate representation of color #DCC2DC: hue angle of 300º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2DC is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 220 | - |
| CMYK | 0 | 0.12 | 0 | 0.14 |
| HSL | 300º | 0.27% | 0.81% | - |
| HSV(B) | 300º | 0.12% | 0.86% | - |
| XYZ | 61.73 | 58.97 | 75.84 | - |
| YUV | 204.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 220 | 0 | 0.12 | 0 | 0.14 | 300 | 0.27 | 0.81 |
| Hex | DC | C2 | DC | 0 | C | 0 | E | 12C | 1B | 51 |
| Octal | 334 | 302 | 334 | 0 | 14 | 0 | 16 | 454 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11011100 | 0 | 1100 | 0 | 1110 | 100101100 | 11011 | 1010001 |
Color Harmonies of #DCC2DC
Complementary color
Monochromatic Colors of #DCC2DC
Black with #DCC2DC
Text Example
Text Example
White with #DCC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2DC; }
p { color: rgb(220,194,220); }
H1.HeaderClassName
{
color: #DCC2DC;
}
.AnyTagClassName
{
color: #DCC2DC;
}
</style>
background-color css
<style>
a { background-color: #DCC2DC; }
a { background-color: rgb(220,194,220); }
div.DivClassName
{
background-color: #DCC2DC;
}
.BgClassName
{
background-color: #DCC2DC;
}
</style>
border-color css
<style>
span { border-color: #DCC2DC; }
span { border-color: rgb(220,194,220); }
td.TdClassName
{
border-color: #DCC2DC;
}
.TagClassName
{
border-color: #DCC2DC;
}
</style>