Shades of Thistle #DFC4DF
Tints of Thistle #DFC4DF
RGB
CMYK
RGB Variations
Color information
#DFC4DF (or 0xDFC4DF) is known color: Thistle. HEX triplet: DF, C4 and DF. RGB value is (223,196,223). Sum of RGB (Red+Green+Blue) = 223+196+223=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4DF is #203B20. Grayscale: #CFCFCF. Windows color (decimal): -2112289 or 14664927. OLE color: 14664927.
HSL color Cylindrical-coordinate representation of color #DFC4DF: hue angle of 300º degrees, saturation: 0.3, 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 #DFC4DF is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 196 | 223 | - |
CMYK | 0 | 0.12 | 0 | 0.13 |
HSL | 300º | 0.3% | 0.82% | - |
HSV(B) | 300º | 0.12% | 0.87% | - |
XYZ | 63.49 | 60.5 | 78.14 | - |
YUV | 207.15 | 136.95 | 139.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 196 | 223 | 0 | 0.12 | 0 | 0.13 | 300 | 0.3 | 0.82 |
Hex | DF | C4 | DF | 0 | C | 0 | D | 12C | 1E | 52 |
Octal | 337 | 304 | 337 | 0 | 14 | 0 | 15 | 454 | 36 | 122 |
Binary | 11011111 | 11000100 | 11011111 | 0 | 1100 | 0 | 1101 | 100101100 | 11110 | 1010010 |
Color Harmonies of #DFC4DF
Complementary color
Monochromatic Colors of #DFC4DF
Black with #DFC4DF
Text Example
Text Example
White with #DFC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4DF; }
p { color: rgb(223,196,223); }
H1.HeaderClassName
{
color: #DFC4DF;
}
.AnyTagClassName
{
color: #DFC4DF;
}
</style>
background-color css
<style>
a { background-color: #DFC4DF; }
a { background-color: rgb(223,196,223); }
div.DivClassName
{
background-color: #DFC4DF;
}
.BgClassName
{
background-color: #DFC4DF;
}
</style>
border-color css
<style>
span { border-color: #DFC4DF; }
span { border-color: rgb(223,196,223); }
td.TdClassName
{
border-color: #DFC4DF;
}
.TagClassName
{
border-color: #DFC4DF;
}
</style>