Shades of Thistle #DEC1DC
Tints of Thistle #DEC1DC
RGB
CMYK
RGB Variations
Color information
#DEC1DC (or 0xDEC1DC) is known color: Thistle. HEX triplet: DE, C1 and DC. RGB value is (222,193,220). Sum of RGB (Red+Green+Blue) = 222+193+220=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DC is #213E23. Grayscale: #CCCCCC. Windows color (decimal): -2178596 or 14467550. OLE color: 14467550.
HSL color Cylindrical-coordinate representation of color #DEC1DC: hue angle of 304.14º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEC1DC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 220 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.13 |
| HSL | 304.14º | 0.31% | 0.81% | - |
| HSV(B) | 304.14º | 0.13% | 0.87% | - |
| XYZ | 62.11 | 58.84 | 75.79 | - |
| YUV | 204.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 220 | 0 | 0.13 | 0.01 | 0.13 | 304.14 | 0.31 | 0.81 |
| Hex | DE | C1 | DC | 0 | D | 1 | D | 130 | 1F | 51 |
| Octal | 336 | 301 | 334 | 0 | 15 | 1 | 15 | 460 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11011100 | 0 | 1101 | 1 | 1101 | 100110000 | 11111 | 1010001 |
Color Harmonies of #DEC1DC
Complementary color
Monochromatic Colors of #DEC1DC
Black with #DEC1DC
Text Example
Text Example
White with #DEC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1DC; }
p { color: rgb(222,193,220); }
H1.HeaderClassName
{
color: #DEC1DC;
}
.AnyTagClassName
{
color: #DEC1DC;
}
</style>
background-color css
<style>
a { background-color: #DEC1DC; }
a { background-color: rgb(222,193,220); }
div.DivClassName
{
background-color: #DEC1DC;
}
.BgClassName
{
background-color: #DEC1DC;
}
</style>
border-color css
<style>
span { border-color: #DEC1DC; }
span { border-color: rgb(222,193,220); }
td.TdClassName
{
border-color: #DEC1DC;
}
.TagClassName
{
border-color: #DEC1DC;
}
</style>