Shades of Thistle #DFC2DF
Tints of Thistle #DFC2DF
RGB
CMYK
RGB Variations
Color information
#DFC2DF (or 0xDFC2DF) is known color: Thistle. HEX triplet: DF, C2 and DF. RGB value is (223,194,223). Sum of RGB (Red+Green+Blue) = 223+194+223=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DF is #203D20. Grayscale: #CDCDCD. Windows color (decimal): -2112801 or 14664415. OLE color: 14664415.
HSL color Cylindrical-coordinate representation of color #DFC2DF: hue angle of 300º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC2DF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 223 | - |
| CMYK | 0 | 0.13 | 0 | 0.13 |
| HSL | 300º | 0.31% | 0.82% | - |
| HSV(B) | 300º | 0.13% | 0.87% | - |
| XYZ | 63.04 | 59.6 | 77.99 | - |
| YUV | 205.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 223 | 0 | 0.13 | 0 | 0.13 | 300 | 0.31 | 0.82 |
| Hex | DF | C2 | DF | 0 | D | 0 | D | 12C | 1F | 52 |
| Octal | 337 | 302 | 337 | 0 | 15 | 0 | 15 | 454 | 37 | 122 |
| Binary | 11011111 | 11000010 | 11011111 | 0 | 1101 | 0 | 1101 | 100101100 | 11111 | 1010010 |
Color Harmonies of #DFC2DF
Complementary color
Monochromatic Colors of #DFC2DF
Black with #DFC2DF
Text Example
Text Example
White with #DFC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2DF; }
p { color: rgb(223,194,223); }
H1.HeaderClassName
{
color: #DFC2DF;
}
.AnyTagClassName
{
color: #DFC2DF;
}
</style>
background-color css
<style>
a { background-color: #DFC2DF; }
a { background-color: rgb(223,194,223); }
div.DivClassName
{
background-color: #DFC2DF;
}
.BgClassName
{
background-color: #DFC2DF;
}
</style>
border-color css
<style>
span { border-color: #DFC2DF; }
span { border-color: rgb(223,194,223); }
td.TdClassName
{
border-color: #DFC2DF;
}
.TagClassName
{
border-color: #DFC2DF;
}
</style>