Shades of Thistle #DFC5DC
Tints of Thistle #DFC5DC
RGB
CMYK
RGB Variations
Color information
#DFC5DC (or 0xDFC5DC) is known color: Thistle. HEX triplet: DF, C5 and DC. RGB value is (223,197,220). Sum of RGB (Red+Green+Blue) = 223+197+220=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5DC is #203A23. Grayscale: #CFCFCF. Windows color (decimal): -2112036 or 14468575. OLE color: 14468575.
HSL color Cylindrical-coordinate representation of color #DFC5DC: hue angle of 306.92º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5DC is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 197 | 220 | - |
CMYK | 0 | 0.12 | 0.01 | 0.13 |
HSL | 306.92º | 0.29% | 0.82% | - |
HSV(B) | 306.92º | 0.12% | 0.87% | - |
XYZ | 63.32 | 60.79 | 76.11 | - |
YUV | 207.4 | 135.11 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 220 | 0 | 0.12 | 0.01 | 0.13 | 306.92 | 0.29 | 0.82 |
Hex | DF | C5 | DC | 0 | C | 1 | D | 133 | 1D | 52 |
Octal | 337 | 305 | 334 | 0 | 14 | 1 | 15 | 463 | 35 | 122 |
Binary | 11011111 | 11000101 | 11011100 | 0 | 1100 | 1 | 1101 | 100110011 | 11101 | 1010010 |
Color Harmonies of #DFC5DC
Complementary color
Monochromatic Colors of #DFC5DC
Black with #DFC5DC
Text Example
Text Example
White with #DFC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5DC; }
p { color: rgb(223,197,220); }
H1.HeaderClassName
{
color: #DFC5DC;
}
.AnyTagClassName
{
color: #DFC5DC;
}
</style>
background-color css
<style>
a { background-color: #DFC5DC; }
a { background-color: rgb(223,197,220); }
div.DivClassName
{
background-color: #DFC5DC;
}
.BgClassName
{
background-color: #DFC5DC;
}
</style>
border-color css
<style>
span { border-color: #DFC5DC; }
span { border-color: rgb(223,197,220); }
td.TdClassName
{
border-color: #DFC5DC;
}
.TagClassName
{
border-color: #DFC5DC;
}
</style>