Shades of Thistle #DEC7DD
Tints of Thistle #DEC7DD
RGB
CMYK
RGB Variations
Color information
#DEC7DD (or 0xDEC7DD) is known color: Thistle. HEX triplet: DE, C7 and DD. RGB value is (222,199,221). Sum of RGB (Red+Green+Blue) = 222+199+221=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7DD is #213822. Grayscale: #D0D0D0. Windows color (decimal): -2177059 or 14534622. OLE color: 14534622.
HSL color Cylindrical-coordinate representation of color #DEC7DD: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7DD is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 221 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.13 |
| HSL | 302.61º | 0.26% | 0.83% | - |
| HSV(B) | 302.61º | 0.1% | 0.87% | - |
| XYZ | 63.6 | 61.6 | 76.94 | - |
| YUV | 208.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 221 | 0 | 0.10 | 0.00 | 0.13 | 302.61 | 0.26 | 0.83 |
| Hex | DE | C7 | DD | 0 | A | 0 | D | 12F | 1A | 53 |
| Octal | 336 | 307 | 335 | 0 | 12 | 0 | 15 | 457 | 32 | 123 |
| Binary | 11011110 | 11000111 | 11011101 | 0 | 1010 | 0 | 1101 | 100101111 | 11010 | 1010011 |
Color Harmonies of #DEC7DD
Complementary color
Monochromatic Colors of #DEC7DD
Black with #DEC7DD
Text Example
Text Example
White with #DEC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7DD; }
p { color: rgb(222,199,221); }
H1.HeaderClassName
{
color: #DEC7DD;
}
.AnyTagClassName
{
color: #DEC7DD;
}
</style>
background-color css
<style>
a { background-color: #DEC7DD; }
a { background-color: rgb(222,199,221); }
div.DivClassName
{
background-color: #DEC7DD;
}
.BgClassName
{
background-color: #DEC7DD;
}
</style>
border-color css
<style>
span { border-color: #DEC7DD; }
span { border-color: rgb(222,199,221); }
td.TdClassName
{
border-color: #DEC7DD;
}
.TagClassName
{
border-color: #DEC7DD;
}
</style>