Shades of Thistle #DFC3DF
Tints of Thistle #DFC3DF
RGB
CMYK
RGB Variations
Color information
#DFC3DF (or 0xDFC3DF) is known color: Thistle. HEX triplet: DF, C3 and DF. RGB value is (223,195,223). Sum of RGB (Red+Green+Blue) = 223+195+223=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3DF is #203C20. Grayscale: #CECECE. Windows color (decimal): -2112545 or 14664671. OLE color: 14664671.
HSL color Cylindrical-coordinate representation of color #DFC3DF: 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.13%. Process color model (Four color, CMYK) of #DFC3DF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 195 | 223 | - |
CMYK | 0 | 0.13 | 0 | 0.13 |
HSL | 300º | 0.3% | 0.82% | - |
HSV(B) | 300º | 0.13% | 0.87% | - |
XYZ | 63.27 | 60.05 | 78.07 | - |
YUV | 206.56 | 137.28 | 139.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 195 | 223 | 0 | 0.13 | 0 | 0.13 | 300 | 0.3 | 0.82 |
Hex | DF | C3 | DF | 0 | D | 0 | D | 12C | 1E | 52 |
Octal | 337 | 303 | 337 | 0 | 15 | 0 | 15 | 454 | 36 | 122 |
Binary | 11011111 | 11000011 | 11011111 | 0 | 1101 | 0 | 1101 | 100101100 | 11110 | 1010010 |
Color Harmonies of #DFC3DF
Complementary color
Monochromatic Colors of #DFC3DF
Black with #DFC3DF
Text Example
Text Example
White with #DFC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3DF; }
p { color: rgb(223,195,223); }
H1.HeaderClassName
{
color: #DFC3DF;
}
.AnyTagClassName
{
color: #DFC3DF;
}
</style>
background-color css
<style>
a { background-color: #DFC3DF; }
a { background-color: rgb(223,195,223); }
div.DivClassName
{
background-color: #DFC3DF;
}
.BgClassName
{
background-color: #DFC3DF;
}
</style>
border-color css
<style>
span { border-color: #DFC3DF; }
span { border-color: rgb(223,195,223); }
td.TdClassName
{
border-color: #DFC3DF;
}
.TagClassName
{
border-color: #DFC3DF;
}
</style>