Shades of Thistle #DFC7E0
Tints of Thistle #DFC7E0
RGB
CMYK
RGB Variations
Color information
#DFC7E0 (or 0xDFC7E0) is known color: Thistle. HEX triplet: DF, C7 and E0. RGB value is (223,199,224). Sum of RGB (Red+Green+Blue) = 223+199+224=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7E0 is #20381F. Grayscale: #D0D0D0. Windows color (decimal): -2111520 or 14731231. OLE color: 14731231.
HSL color Cylindrical-coordinate representation of color #DFC7E0: hue angle of 297.6º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC7E0 is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 199 | 224 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.12 |
| HSL | 297.6º | 0.29% | 0.83% | - |
| HSV(B) | 297.6º | 0.11% | 0.88% | - |
| XYZ | 64.31 | 61.92 | 79.08 | - |
| YUV | 209.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 224 | 0.00 | 0.11 | 0 | 0.12 | 297.6 | 0.29 | 0.83 |
| Hex | DF | C7 | E0 | 0 | B | 0 | C | 12A | 1D | 53 |
| Octal | 337 | 307 | 340 | 0 | 13 | 0 | 14 | 452 | 35 | 123 |
| Binary | 11011111 | 11000111 | 11100000 | 0 | 1011 | 0 | 1100 | 100101010 | 11101 | 1010011 |
Color Harmonies of #DFC7E0
Complementary color
Monochromatic Colors of #DFC7E0
Black with #DFC7E0
Text Example
Text Example
White with #DFC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7E0; }
p { color: rgb(223,199,224); }
H1.HeaderClassName
{
color: #DFC7E0;
}
.AnyTagClassName
{
color: #DFC7E0;
}
</style>
background-color css
<style>
a { background-color: #DFC7E0; }
a { background-color: rgb(223,199,224); }
div.DivClassName
{
background-color: #DFC7E0;
}
.BgClassName
{
background-color: #DFC7E0;
}
</style>
border-color css
<style>
span { border-color: #DFC7E0; }
span { border-color: rgb(223,199,224); }
td.TdClassName
{
border-color: #DFC7E0;
}
.TagClassName
{
border-color: #DFC7E0;
}
</style>