Shades of Thistle #DEC0DF
Tints of Thistle #DEC0DF
RGB
CMYK
RGB Variations
Color information
#DEC0DF (or 0xDEC0DF) is known color: Thistle. HEX triplet: DE, C0 and DF. RGB value is (222,192,223). Sum of RGB (Red+Green+Blue) = 222+192+223=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DF is #213F20. Grayscale: #CCCCCC. Windows color (decimal): -2178849 or 14663902. OLE color: 14663902.
HSL color Cylindrical-coordinate representation of color #DEC0DF: hue angle of 298.06º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0DF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 223 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.13 |
| HSL | 298.06º | 0.33% | 0.81% | - |
| HSV(B) | 298.06º | 0.14% | 0.87% | - |
| XYZ | 62.29 | 58.56 | 77.83 | - |
| YUV | 204.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 223 | 0.00 | 0.14 | 0 | 0.13 | 298.06 | 0.33 | 0.81 |
| Hex | DE | C0 | DF | 0 | E | 0 | D | 12A | 21 | 51 |
| Octal | 336 | 300 | 337 | 0 | 16 | 0 | 15 | 452 | 41 | 121 |
| Binary | 11011110 | 11000000 | 11011111 | 0 | 1110 | 0 | 1101 | 100101010 | 100001 | 1010001 |
Color Harmonies of #DEC0DF
Complementary color
Monochromatic Colors of #DEC0DF
Black with #DEC0DF
Text Example
Text Example
White with #DEC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0DF; }
p { color: rgb(222,192,223); }
H1.HeaderClassName
{
color: #DEC0DF;
}
.AnyTagClassName
{
color: #DEC0DF;
}
</style>
background-color css
<style>
a { background-color: #DEC0DF; }
a { background-color: rgb(222,192,223); }
div.DivClassName
{
background-color: #DEC0DF;
}
.BgClassName
{
background-color: #DEC0DF;
}
</style>
border-color css
<style>
span { border-color: #DEC0DF; }
span { border-color: rgb(222,192,223); }
td.TdClassName
{
border-color: #DEC0DF;
}
.TagClassName
{
border-color: #DEC0DF;
}
</style>