Shades of Thistle #DFC7DF
Tints of Thistle #DFC7DF
RGB
CMYK
RGB Variations
Color information
#DFC7DF (or 0xDFC7DF) is known color: Thistle. HEX triplet: DF, C7 and DF. RGB value is (223,199,223). Sum of RGB (Red+Green+Blue) = 223+199+223=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7DF is #203820. Grayscale: #D0D0D0. Windows color (decimal): -2111521 or 14665695. OLE color: 14665695.
HSL color Cylindrical-coordinate representation of color #DFC7DF: hue angle of 300º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFC7DF is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 199 | 223 | - |
CMYK | 0 | 0.11 | 0 | 0.13 |
HSL | 300º | 0.27% | 0.83% | - |
HSV(B) | 300º | 0.11% | 0.87% | - |
XYZ | 64.17 | 61.86 | 78.37 | - |
YUV | 208.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 199 | 223 | 0 | 0.11 | 0 | 0.13 | 300 | 0.27 | 0.83 |
Hex | DF | C7 | DF | 0 | B | 0 | D | 12C | 1B | 53 |
Octal | 337 | 307 | 337 | 0 | 13 | 0 | 15 | 454 | 33 | 123 |
Binary | 11011111 | 11000111 | 11011111 | 0 | 1011 | 0 | 1101 | 100101100 | 11011 | 1010011 |
Color Harmonies of #DFC7DF
Complementary color
Monochromatic Colors of #DFC7DF
Black with #DFC7DF
Text Example
Text Example
White with #DFC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7DF; }
p { color: rgb(223,199,223); }
H1.HeaderClassName
{
color: #DFC7DF;
}
.AnyTagClassName
{
color: #DFC7DF;
}
</style>
background-color css
<style>
a { background-color: #DFC7DF; }
a { background-color: rgb(223,199,223); }
div.DivClassName
{
background-color: #DFC7DF;
}
.BgClassName
{
background-color: #DFC7DF;
}
</style>
border-color css
<style>
span { border-color: #DFC7DF; }
span { border-color: rgb(223,199,223); }
td.TdClassName
{
border-color: #DFC7DF;
}
.TagClassName
{
border-color: #DFC7DF;
}
</style>