Shades of Thistle #DFC5DE
Tints of Thistle #DFC5DE
RGB
CMYK
RGB Variations
Color information
#DFC5DE (or 0xDFC5DE) is known color: Thistle. HEX triplet: DF, C5 and DE. RGB value is (223,197,222). Sum of RGB (Red+Green+Blue) = 223+197+222=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DE is #203A21. Grayscale: #CFCFCF. Windows color (decimal): -2112034 or 14599647. OLE color: 14599647.
HSL color Cylindrical-coordinate representation of color #DFC5DE: hue angle of 302.31º 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 #DFC5DE is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 222 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.13 |
| HSL | 302.31º | 0.29% | 0.82% | - |
| HSV(B) | 302.31º | 0.12% | 0.87% | - |
| XYZ | 63.58 | 60.89 | 77.51 | - |
| YUV | 207.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 222 | 0 | 0.12 | 0.00 | 0.13 | 302.31 | 0.29 | 0.82 |
| Hex | DF | C5 | DE | 0 | C | 0 | D | 12E | 1D | 52 |
| Octal | 337 | 305 | 336 | 0 | 14 | 0 | 15 | 456 | 35 | 122 |
| Binary | 11011111 | 11000101 | 11011110 | 0 | 1100 | 0 | 1101 | 100101110 | 11101 | 1010010 |
Color Harmonies of #DFC5DE
Complementary color
Monochromatic Colors of #DFC5DE
Black with #DFC5DE
Text Example
Text Example
White with #DFC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5DE; }
p { color: rgb(223,197,222); }
H1.HeaderClassName
{
color: #DFC5DE;
}
.AnyTagClassName
{
color: #DFC5DE;
}
</style>
background-color css
<style>
a { background-color: #DFC5DE; }
a { background-color: rgb(223,197,222); }
div.DivClassName
{
background-color: #DFC5DE;
}
.BgClassName
{
background-color: #DFC5DE;
}
</style>
border-color css
<style>
span { border-color: #DFC5DE; }
span { border-color: rgb(223,197,222); }
td.TdClassName
{
border-color: #DFC5DE;
}
.TagClassName
{
border-color: #DFC5DE;
}
</style>