Shades of Thistle #DFC5E0
Tints of Thistle #DFC5E0
RGB
CMYK
RGB Variations
Color information
#DFC5E0 (or 0xDFC5E0) is known color: Thistle. HEX triplet: DF, C5 and E0. RGB value is (223,197,224). Sum of RGB (Red+Green+Blue) = 223+197+224=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFC5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5E0 is #203A1F. Grayscale: #CFCFCF. Windows color (decimal): -2112032 or 14730719. OLE color: 14730719.
HSL color Cylindrical-coordinate representation of color #DFC5E0: hue angle of 297.78º degrees, saturation: 0.3, 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 #DFC5E0 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 197 | 224 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.12 |
| HSL | 297.78º | 0.3% | 0.83% | - |
| HSV(B) | 297.78º | 0.12% | 0.88% | - |
| XYZ | 63.85 | 61 | 78.93 | - |
| YUV | 207.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 224 | 0.00 | 0.12 | 0 | 0.12 | 297.78 | 0.3 | 0.83 |
| Hex | DF | C5 | E0 | 0 | C | 0 | C | 12A | 1E | 53 |
| Octal | 337 | 305 | 340 | 0 | 14 | 0 | 14 | 452 | 36 | 123 |
| Binary | 11011111 | 11000101 | 11100000 | 0 | 1100 | 0 | 1100 | 100101010 | 11110 | 1010011 |
Color Harmonies of #DFC5E0
Complementary color
Monochromatic Colors of #DFC5E0
Black with #DFC5E0
Text Example
Text Example
White with #DFC5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5E0; }
p { color: rgb(223,197,224); }
H1.HeaderClassName
{
color: #DFC5E0;
}
.AnyTagClassName
{
color: #DFC5E0;
}
</style>
background-color css
<style>
a { background-color: #DFC5E0; }
a { background-color: rgb(223,197,224); }
div.DivClassName
{
background-color: #DFC5E0;
}
.BgClassName
{
background-color: #DFC5E0;
}
</style>
border-color css
<style>
span { border-color: #DFC5E0; }
span { border-color: rgb(223,197,224); }
td.TdClassName
{
border-color: #DFC5E0;
}
.TagClassName
{
border-color: #DFC5E0;
}
</style>