Shades of Thistle #DEC5DF
Tints of Thistle #DEC5DF
RGB
CMYK
RGB Variations
Color information
#DEC5DF (or 0xDEC5DF) is known color: Thistle. HEX triplet: DE, C5 and DF. RGB value is (222,197,223). Sum of RGB (Red+Green+Blue) = 222+197+223=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5DF is #213A20. Grayscale: #CFCFCF. Windows color (decimal): -2177569 or 14665182. OLE color: 14665182.
HSL color Cylindrical-coordinate representation of color #DEC5DF: hue angle of 297.69º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC5DF is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 223 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.13 |
| HSL | 297.69º | 0.29% | 0.82% | - |
| HSV(B) | 297.69º | 0.12% | 0.87% | - |
| XYZ | 63.41 | 60.79 | 78.2 | - |
| YUV | 207.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 223 | 0.00 | 0.12 | 0 | 0.13 | 297.69 | 0.29 | 0.82 |
| Hex | DE | C5 | DF | 0 | C | 0 | D | 12A | 1D | 52 |
| Octal | 336 | 305 | 337 | 0 | 14 | 0 | 15 | 452 | 35 | 122 |
| Binary | 11011110 | 11000101 | 11011111 | 0 | 1100 | 0 | 1101 | 100101010 | 11101 | 1010010 |
Color Harmonies of #DEC5DF
Complementary color
Monochromatic Colors of #DEC5DF
Black with #DEC5DF
Text Example
Text Example
White with #DEC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5DF; }
p { color: rgb(222,197,223); }
H1.HeaderClassName
{
color: #DEC5DF;
}
.AnyTagClassName
{
color: #DEC5DF;
}
</style>
background-color css
<style>
a { background-color: #DEC5DF; }
a { background-color: rgb(222,197,223); }
div.DivClassName
{
background-color: #DEC5DF;
}
.BgClassName
{
background-color: #DEC5DF;
}
</style>
border-color css
<style>
span { border-color: #DEC5DF; }
span { border-color: rgb(222,197,223); }
td.TdClassName
{
border-color: #DEC5DF;
}
.TagClassName
{
border-color: #DEC5DF;
}
</style>