Shades of Thistle #DCC1E2
Tints of Thistle #DCC1E2
RGB
CMYK
RGB Variations
Color information
#DCC1E2 (or 0xDCC1E2) is known color: Thistle. HEX triplet: DC, C1 and E2. RGB value is (220,193,226). Sum of RGB (Red+Green+Blue) = 220+193+226=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCC1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1E2 is #233E1D. Grayscale: #CCCCCC. Windows color (decimal): -2309662 or 14860764. OLE color: 14860764.
HSL color Cylindrical-coordinate representation of color #DCC1E2: hue angle of 289.09º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC1E2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 193 | 226 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.11 |
| HSL | 289.09º | 0.36% | 0.82% | - |
| HSV(B) | 289.09º | 0.15% | 0.89% | - |
| XYZ | 62.31 | 58.85 | 80.03 | - |
| YUV | 204.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 226 | 0.03 | 0.15 | 0 | 0.11 | 289.09 | 0.36 | 0.82 |
| Hex | DC | C1 | E2 | 3 | F | 0 | B | 121 | 24 | 52 |
| Octal | 334 | 301 | 342 | 3 | 17 | 0 | 13 | 441 | 44 | 122 |
| Binary | 11011100 | 11000001 | 11100010 | 11 | 1111 | 0 | 1011 | 100100001 | 100100 | 1010010 |
Color Harmonies of #DCC1E2
Complementary color
Monochromatic Colors of #DCC1E2
Black with #DCC1E2
Text Example
Text Example
White with #DCC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1E2; }
p { color: rgb(220,193,226); }
H1.HeaderClassName
{
color: #DCC1E2;
}
.AnyTagClassName
{
color: #DCC1E2;
}
</style>
background-color css
<style>
a { background-color: #DCC1E2; }
a { background-color: rgb(220,193,226); }
div.DivClassName
{
background-color: #DCC1E2;
}
.BgClassName
{
background-color: #DCC1E2;
}
</style>
border-color css
<style>
span { border-color: #DCC1E2; }
span { border-color: rgb(220,193,226); }
td.TdClassName
{
border-color: #DCC1E2;
}
.TagClassName
{
border-color: #DCC1E2;
}
</style>