Shades of Thistle #DFC7E1
Tints of Thistle #DFC7E1
RGB
CMYK
RGB Variations
Color information
#DFC7E1 (or 0xDFC7E1) is known color: Thistle. HEX triplet: DF, C7 and E1. RGB value is (223,199,225). Sum of RGB (Red+Green+Blue) = 223+199+225=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7E1 is #20381E. Grayscale: #D1D1D1. Windows color (decimal): -2111519 or 14796767. OLE color: 14796767.
HSL color Cylindrical-coordinate representation of color #DFC7E1: hue angle of 295.38º 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 #DFC7E1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 199 | 225 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.12 |
| HSL | 295.38º | 0.3% | 0.83% | - |
| HSV(B) | 295.38º | 0.12% | 0.88% | - |
| XYZ | 64.45 | 61.97 | 79.8 | - |
| YUV | 209.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 225 | 0.01 | 0.12 | 0 | 0.12 | 295.38 | 0.3 | 0.83 |
| Hex | DF | C7 | E1 | 1 | C | 0 | C | 127 | 1E | 53 |
| Octal | 337 | 307 | 341 | 1 | 14 | 0 | 14 | 447 | 36 | 123 |
| Binary | 11011111 | 11000111 | 11100001 | 1 | 1100 | 0 | 1100 | 100100111 | 11110 | 1010011 |
Color Harmonies of #DFC7E1
Complementary color
Monochromatic Colors of #DFC7E1
Black with #DFC7E1
Text Example
Text Example
White with #DFC7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7E1; }
p { color: rgb(223,199,225); }
H1.HeaderClassName
{
color: #DFC7E1;
}
.AnyTagClassName
{
color: #DFC7E1;
}
</style>
background-color css
<style>
a { background-color: #DFC7E1; }
a { background-color: rgb(223,199,225); }
div.DivClassName
{
background-color: #DFC7E1;
}
.BgClassName
{
background-color: #DFC7E1;
}
</style>
border-color css
<style>
span { border-color: #DFC7E1; }
span { border-color: rgb(223,199,225); }
td.TdClassName
{
border-color: #DFC7E1;
}
.TagClassName
{
border-color: #DFC7E1;
}
</style>