Shades of Thistle #DFC7DC
Tints of Thistle #DFC7DC
RGB
CMYK
RGB Variations
Color information
#DFC7DC (or 0xDFC7DC) is known color: Thistle. HEX triplet: DF, C7 and DC. RGB value is (223,199,220). Sum of RGB (Red+Green+Blue) = 223+199+220=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7DC is #203823. Grayscale: #D0D0D0. Windows color (decimal): -2111524 or 14469087. OLE color: 14469087.
HSL color Cylindrical-coordinate representation of color #DFC7DC: hue angle of 307.5º 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 #DFC7DC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 199 | 220 | - |
CMYK | 0 | 0.11 | 0.01 | 0.13 |
HSL | 307.5º | 0.27% | 0.83% | - |
HSV(B) | 307.5º | 0.11% | 0.87% | - |
XYZ | 63.77 | 61.7 | 76.26 | - |
YUV | 208.57 | 134.45 | 138.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 199 | 220 | 0 | 0.11 | 0.01 | 0.13 | 307.5 | 0.27 | 0.83 |
Hex | DF | C7 | DC | 0 | B | 1 | D | 134 | 1B | 53 |
Octal | 337 | 307 | 334 | 0 | 13 | 1 | 15 | 464 | 33 | 123 |
Binary | 11011111 | 11000111 | 11011100 | 0 | 1011 | 1 | 1101 | 100110100 | 11011 | 1010011 |
Color Harmonies of #DFC7DC
Complementary color
Monochromatic Colors of #DFC7DC
Black with #DFC7DC
Text Example
Text Example
White with #DFC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7DC; }
p { color: rgb(223,199,220); }
H1.HeaderClassName
{
color: #DFC7DC;
}
.AnyTagClassName
{
color: #DFC7DC;
}
</style>
background-color css
<style>
a { background-color: #DFC7DC; }
a { background-color: rgb(223,199,220); }
div.DivClassName
{
background-color: #DFC7DC;
}
.BgClassName
{
background-color: #DFC7DC;
}
</style>
border-color css
<style>
span { border-color: #DFC7DC; }
span { border-color: rgb(223,199,220); }
td.TdClassName
{
border-color: #DFC7DC;
}
.TagClassName
{
border-color: #DFC7DC;
}
</style>