Shades of Thistle #DFC5E1
Tints of Thistle #DFC5E1
RGB
CMYK
RGB Variations
Color information
#DFC5E1 (or 0xDFC5E1) is known color: Thistle. HEX triplet: DF, C5 and E1. RGB value is (223,197,225). Sum of RGB (Red+Green+Blue) = 223+197+225=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5E1 is #203A1E. Grayscale: #CFCFCF. Windows color (decimal): -2112031 or 14796255. OLE color: 14796255.
HSL color Cylindrical-coordinate representation of color #DFC5E1: hue angle of 295.71º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5E1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 197 | 225 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.12 |
| HSL | 295.71º | 0.32% | 0.83% | - |
| HSV(B) | 295.71º | 0.12% | 0.88% | - |
| XYZ | 63.99 | 61.06 | 79.65 | - |
| YUV | 207.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 225 | 0.01 | 0.12 | 0 | 0.12 | 295.71 | 0.32 | 0.83 |
| Hex | DF | C5 | E1 | 1 | C | 0 | C | 128 | 20 | 53 |
| Octal | 337 | 305 | 341 | 1 | 14 | 0 | 14 | 450 | 40 | 123 |
| Binary | 11011111 | 11000101 | 11100001 | 1 | 1100 | 0 | 1100 | 100101000 | 100000 | 1010011 |
Color Harmonies of #DFC5E1
Complementary color
Monochromatic Colors of #DFC5E1
Black with #DFC5E1
Text Example
Text Example
White with #DFC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5E1; }
p { color: rgb(223,197,225); }
H1.HeaderClassName
{
color: #DFC5E1;
}
.AnyTagClassName
{
color: #DFC5E1;
}
</style>
background-color css
<style>
a { background-color: #DFC5E1; }
a { background-color: rgb(223,197,225); }
div.DivClassName
{
background-color: #DFC5E1;
}
.BgClassName
{
background-color: #DFC5E1;
}
</style>
border-color css
<style>
span { border-color: #DFC5E1; }
span { border-color: rgb(223,197,225); }
td.TdClassName
{
border-color: #DFC5E1;
}
.TagClassName
{
border-color: #DFC5E1;
}
</style>