Shades of Thistle #DEC6DC
Tints of Thistle #DEC6DC
RGB
CMYK
RGB Variations
Color information
#DEC6DC (or 0xDEC6DC) is known color: Thistle. HEX triplet: DE, C6 and DC. RGB value is (222,198,220). Sum of RGB (Red+Green+Blue) = 222+198+220=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6DC is #213923. Grayscale: #CFCFCF. Windows color (decimal): -2177316 or 14468830. OLE color: 14468830.
HSL color Cylindrical-coordinate representation of color #DEC6DC: hue angle of 305º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC6DC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 220 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.13 |
| HSL | 305º | 0.27% | 0.82% | - |
| HSV(B) | 305º | 0.11% | 0.87% | - |
| XYZ | 63.24 | 61.09 | 76.17 | - |
| YUV | 207.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 220 | 0 | 0.11 | 0.01 | 0.13 | 305 | 0.27 | 0.82 |
| Hex | DE | C6 | DC | 0 | B | 1 | D | 131 | 1B | 52 |
| Octal | 336 | 306 | 334 | 0 | 13 | 1 | 15 | 461 | 33 | 122 |
| Binary | 11011110 | 11000110 | 11011100 | 0 | 1011 | 1 | 1101 | 100110001 | 11011 | 1010010 |
Color Harmonies of #DEC6DC
Complementary color
Monochromatic Colors of #DEC6DC
Black with #DEC6DC
Text Example
Text Example
White with #DEC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6DC; }
p { color: rgb(222,198,220); }
H1.HeaderClassName
{
color: #DEC6DC;
}
.AnyTagClassName
{
color: #DEC6DC;
}
</style>
background-color css
<style>
a { background-color: #DEC6DC; }
a { background-color: rgb(222,198,220); }
div.DivClassName
{
background-color: #DEC6DC;
}
.BgClassName
{
background-color: #DEC6DC;
}
</style>
border-color css
<style>
span { border-color: #DEC6DC; }
span { border-color: rgb(222,198,220); }
td.TdClassName
{
border-color: #DEC6DC;
}
.TagClassName
{
border-color: #DEC6DC;
}
</style>