Shades of Thistle #DEC1DE
Tints of Thistle #DEC1DE
RGB
CMYK
RGB Variations
Color information
#DEC1DE (or 0xDEC1DE) is known color: Thistle. HEX triplet: DE, C1 and DE. RGB value is (222,193,222). Sum of RGB (Red+Green+Blue) = 222+193+222=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC1DE is #213E21. Grayscale: #CCCCCC. Windows color (decimal): -2178594 or 14598622. OLE color: 14598622.
HSL color Cylindrical-coordinate representation of color #DEC1DE: hue angle of 300º 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 #DEC1DE is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 222 | - |
| CMYK | 0 | 0.13 | 0 | 0.13 |
| HSL | 300º | 0.31% | 0.81% | - |
| HSV(B) | 300º | 0.13% | 0.87% | - |
| XYZ | 62.38 | 58.94 | 77.2 | - |
| YUV | 204.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 222 | 0 | 0.13 | 0 | 0.13 | 300 | 0.31 | 0.81 |
| Hex | DE | C1 | DE | 0 | D | 0 | D | 12C | 1F | 51 |
| Octal | 336 | 301 | 336 | 0 | 15 | 0 | 15 | 454 | 37 | 121 |
| Binary | 11011110 | 11000001 | 11011110 | 0 | 1101 | 0 | 1101 | 100101100 | 11111 | 1010001 |
Color Harmonies of #DEC1DE
Complementary color
Monochromatic Colors of #DEC1DE
Black with #DEC1DE
Text Example
Text Example
White with #DEC1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC1DE; }
p { color: rgb(222,193,222); }
H1.HeaderClassName
{
color: #DEC1DE;
}
.AnyTagClassName
{
color: #DEC1DE;
}
</style>
background-color css
<style>
a { background-color: #DEC1DE; }
a { background-color: rgb(222,193,222); }
div.DivClassName
{
background-color: #DEC1DE;
}
.BgClassName
{
background-color: #DEC1DE;
}
</style>
border-color css
<style>
span { border-color: #DEC1DE; }
span { border-color: rgb(222,193,222); }
td.TdClassName
{
border-color: #DEC1DE;
}
.TagClassName
{
border-color: #DEC1DE;
}
</style>