Shades of Thistle #DEC6DD
Tints of Thistle #DEC6DD
RGB
CMYK
RGB Variations
Color information
#DEC6DD (or 0xDEC6DD) is known color: Thistle. HEX triplet: DE, C6 and DD. RGB value is (222,198,221). Sum of RGB (Red+Green+Blue) = 222+198+221=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6DD is #213922. Grayscale: #CFCFCF. Windows color (decimal): -2177315 or 14534366. OLE color: 14534366.
HSL color Cylindrical-coordinate representation of color #DEC6DD: hue angle of 302.5º 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 #DEC6DD is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 221 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.13 |
| HSL | 302.5º | 0.27% | 0.82% | - |
| HSV(B) | 302.5º | 0.11% | 0.87% | - |
| XYZ | 63.37 | 61.14 | 76.87 | - |
| YUV | 207.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 221 | 0 | 0.11 | 0.00 | 0.13 | 302.5 | 0.27 | 0.82 |
| Hex | DE | C6 | DD | 0 | B | 0 | D | 12E | 1B | 52 |
| Octal | 336 | 306 | 335 | 0 | 13 | 0 | 15 | 456 | 33 | 122 |
| Binary | 11011110 | 11000110 | 11011101 | 0 | 1011 | 0 | 1101 | 100101110 | 11011 | 1010010 |
Color Harmonies of #DEC6DD
Complementary color
Monochromatic Colors of #DEC6DD
Black with #DEC6DD
Text Example
Text Example
White with #DEC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC6DD; }
p { color: rgb(222,198,221); }
H1.HeaderClassName
{
color: #DEC6DD;
}
.AnyTagClassName
{
color: #DEC6DD;
}
</style>
background-color css
<style>
a { background-color: #DEC6DD; }
a { background-color: rgb(222,198,221); }
div.DivClassName
{
background-color: #DEC6DD;
}
.BgClassName
{
background-color: #DEC6DD;
}
</style>
border-color css
<style>
span { border-color: #DEC6DD; }
span { border-color: rgb(222,198,221); }
td.TdClassName
{
border-color: #DEC6DD;
}
.TagClassName
{
border-color: #DEC6DD;
}
</style>