Shades of Thistle #DEC5DD
Tints of Thistle #DEC5DD
RGB
CMYK
RGB Variations
Color information
#DEC5DD (or 0xDEC5DD) is known color: Thistle. HEX triplet: DE, C5 and DD. RGB value is (222,197,221). Sum of RGB (Red+Green+Blue) = 222+197+221=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5DD is #213A22. Grayscale: #CFCFCF. Windows color (decimal): -2177571 or 14534110. OLE color: 14534110.
HSL color Cylindrical-coordinate representation of color #DEC5DD: hue angle of 302.4º 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 #DEC5DD is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 221 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.13 |
| HSL | 302.4º | 0.27% | 0.82% | - |
| HSV(B) | 302.4º | 0.11% | 0.87% | - |
| XYZ | 63.14 | 60.68 | 76.79 | - |
| YUV | 207.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 221 | 0 | 0.11 | 0.00 | 0.13 | 302.4 | 0.27 | 0.82 |
| Hex | DE | C5 | DD | 0 | B | 0 | D | 12E | 1B | 52 |
| Octal | 336 | 305 | 335 | 0 | 13 | 0 | 15 | 456 | 33 | 122 |
| Binary | 11011110 | 11000101 | 11011101 | 0 | 1011 | 0 | 1101 | 100101110 | 11011 | 1010010 |
Color Harmonies of #DEC5DD
Complementary color
Monochromatic Colors of #DEC5DD
Black with #DEC5DD
Text Example
Text Example
White with #DEC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5DD; }
p { color: rgb(222,197,221); }
H1.HeaderClassName
{
color: #DEC5DD;
}
.AnyTagClassName
{
color: #DEC5DD;
}
</style>
background-color css
<style>
a { background-color: #DEC5DD; }
a { background-color: rgb(222,197,221); }
div.DivClassName
{
background-color: #DEC5DD;
}
.BgClassName
{
background-color: #DEC5DD;
}
</style>
border-color css
<style>
span { border-color: #DEC5DD; }
span { border-color: rgb(222,197,221); }
td.TdClassName
{
border-color: #DEC5DD;
}
.TagClassName
{
border-color: #DEC5DD;
}
</style>