Shades of Thistle #DCC6E1
Tints of Thistle #DCC6E1
RGB
CMYK
RGB Variations
Color information
#DCC6E1 (or 0xDCC6E1) is known color: Thistle. HEX triplet: DC, C6 and E1. RGB value is (220,198,225). Sum of RGB (Red+Green+Blue) = 220+198+225=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 198 (77.73% from 255 or 30.79% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6E1 is #23391E. Grayscale: #CFCFCF. Windows color (decimal): -2308383 or 14796508. OLE color: 14796508.
HSL color Cylindrical-coordinate representation of color #DCC6E1: hue angle of 288.89º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC6E1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 198 | 225 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.12 |
| HSL | 288.89º | 0.31% | 0.83% | - |
| HSV(B) | 288.89º | 0.12% | 0.88% | - |
| XYZ | 63.3 | 61.04 | 79.68 | - |
| YUV | 207.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 225 | 0.02 | 0.12 | 0 | 0.12 | 288.89 | 0.31 | 0.83 |
| Hex | DC | C6 | E1 | 2 | C | 0 | C | 121 | 1F | 53 |
| Octal | 334 | 306 | 341 | 2 | 14 | 0 | 14 | 441 | 37 | 123 |
| Binary | 11011100 | 11000110 | 11100001 | 10 | 1100 | 0 | 1100 | 100100001 | 11111 | 1010011 |
Color Harmonies of #DCC6E1
Complementary color
Monochromatic Colors of #DCC6E1
Black with #DCC6E1
Text Example
Text Example
White with #DCC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC6E1; }
p { color: rgb(220,198,225); }
H1.HeaderClassName
{
color: #DCC6E1;
}
.AnyTagClassName
{
color: #DCC6E1;
}
</style>
background-color css
<style>
a { background-color: #DCC6E1; }
a { background-color: rgb(220,198,225); }
div.DivClassName
{
background-color: #DCC6E1;
}
.BgClassName
{
background-color: #DCC6E1;
}
</style>
border-color css
<style>
span { border-color: #DCC6E1; }
span { border-color: rgb(220,198,225); }
td.TdClassName
{
border-color: #DCC6E1;
}
.TagClassName
{
border-color: #DCC6E1;
}
</style>