Shades of Thistle #DEC9DF
Tints of Thistle #DEC9DF
RGB
CMYK
RGB Variations
Color information
#DEC9DF (or 0xDEC9DF) is known color: Thistle. HEX triplet: DE, C9 and DF. RGB value is (222,201,223). Sum of RGB (Red+Green+Blue) = 222+201+223=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9DF is #213620. Grayscale: #D1D1D1. Windows color (decimal): -2176545 or 14666206. OLE color: 14666206.
HSL color Cylindrical-coordinate representation of color #DEC9DF: hue angle of 297.27º 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 #DEC9DF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 223 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.13 |
| HSL | 297.27º | 0.26% | 0.83% | - |
| HSV(B) | 297.27º | 0.1% | 0.87% | - |
| XYZ | 64.33 | 62.63 | 78.51 | - |
| YUV | 209.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 223 | 0.00 | 0.10 | 0 | 0.13 | 297.27 | 0.26 | 0.83 |
| Hex | DE | C9 | DF | 0 | A | 0 | D | 129 | 1A | 53 |
| Octal | 336 | 311 | 337 | 0 | 12 | 0 | 15 | 451 | 32 | 123 |
| Binary | 11011110 | 11001001 | 11011111 | 0 | 1010 | 0 | 1101 | 100101001 | 11010 | 1010011 |
Color Harmonies of #DEC9DF
Complementary color
Monochromatic Colors of #DEC9DF
Black with #DEC9DF
Text Example
Text Example
White with #DEC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9DF; }
p { color: rgb(222,201,223); }
H1.HeaderClassName
{
color: #DEC9DF;
}
.AnyTagClassName
{
color: #DEC9DF;
}
</style>
background-color css
<style>
a { background-color: #DEC9DF; }
a { background-color: rgb(222,201,223); }
div.DivClassName
{
background-color: #DEC9DF;
}
.BgClassName
{
background-color: #DEC9DF;
}
</style>
border-color css
<style>
span { border-color: #DEC9DF; }
span { border-color: rgb(222,201,223); }
td.TdClassName
{
border-color: #DEC9DF;
}
.TagClassName
{
border-color: #DEC9DF;
}
</style>