Shades of Thistle #DEC9DD
Tints of Thistle #DEC9DD
RGB
CMYK
RGB Variations
Color information
#DEC9DD (or 0xDEC9DD) is known color: Thistle. HEX triplet: DE, C9 and DD. RGB value is (222,201,221). Sum of RGB (Red+Green+Blue) = 222+201+221=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9DD is #213622. Grayscale: #D1D1D1. Windows color (decimal): -2176547 or 14535134. OLE color: 14535134.
HSL color Cylindrical-coordinate representation of color #DEC9DD: hue angle of 302.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9DD is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 221 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.13 |
| HSL | 302.86º | 0.24% | 0.83% | - |
| HSV(B) | 302.86º | 0.09% | 0.87% | - |
| XYZ | 64.06 | 62.52 | 77.1 | - |
| YUV | 209.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 221 | 0 | 0.09 | 0.00 | 0.13 | 302.86 | 0.24 | 0.83 |
| Hex | DE | C9 | DD | 0 | 9 | 0 | D | 12F | 18 | 53 |
| Octal | 336 | 311 | 335 | 0 | 11 | 0 | 15 | 457 | 30 | 123 |
| Binary | 11011110 | 11001001 | 11011101 | 0 | 1001 | 0 | 1101 | 100101111 | 11000 | 1010011 |
Color Harmonies of #DEC9DD
Complementary color
Monochromatic Colors of #DEC9DD
Black with #DEC9DD
Text Example
Text Example
White with #DEC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9DD; }
p { color: rgb(222,201,221); }
H1.HeaderClassName
{
color: #DEC9DD;
}
.AnyTagClassName
{
color: #DEC9DD;
}
</style>
background-color css
<style>
a { background-color: #DEC9DD; }
a { background-color: rgb(222,201,221); }
div.DivClassName
{
background-color: #DEC9DD;
}
.BgClassName
{
background-color: #DEC9DD;
}
</style>
border-color css
<style>
span { border-color: #DEC9DD; }
span { border-color: rgb(222,201,221); }
td.TdClassName
{
border-color: #DEC9DD;
}
.TagClassName
{
border-color: #DEC9DD;
}
</style>