Shades of Thistle #DFBCDF
Tints of Thistle #DFBCDF
RGB
CMYK
RGB Variations
Color information
#DFBCDF (or 0xDFBCDF) is known color: Thistle. HEX triplet: DF, BC and DF. RGB value is (223,188,223). Sum of RGB (Red+Green+Blue) = 223+188+223=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDF is #204320. Grayscale: #CACACA. Windows color (decimal): -2114337 or 14662879. OLE color: 14662879.
HSL color Cylindrical-coordinate representation of color #DFBCDF: hue angle of 300º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBCDF is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 188 | 223 | - |
CMYK | 0 | 0.16 | 0 | 0.13 |
HSL | 300º | 0.35% | 0.81% | - |
HSV(B) | 300º | 0.16% | 0.87% | - |
XYZ | 61.73 | 56.98 | 77.56 | - |
YUV | 202.46 | 139.6 | 142.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 188 | 223 | 0 | 0.16 | 0 | 0.13 | 300 | 0.35 | 0.81 |
Hex | DF | BC | DF | 0 | 10 | 0 | D | 12C | 23 | 51 |
Octal | 337 | 274 | 337 | 0 | 20 | 0 | 15 | 454 | 43 | 121 |
Binary | 11011111 | 10111100 | 11011111 | 0 | 10000 | 0 | 1101 | 100101100 | 100011 | 1010001 |
Color Harmonies of #DFBCDF
Complementary color
Monochromatic Colors of #DFBCDF
Black with #DFBCDF
Text Example
Text Example
White with #DFBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCDF; }
p { color: rgb(223,188,223); }
H1.HeaderClassName
{
color: #DFBCDF;
}
.AnyTagClassName
{
color: #DFBCDF;
}
</style>
background-color css
<style>
a { background-color: #DFBCDF; }
a { background-color: rgb(223,188,223); }
div.DivClassName
{
background-color: #DFBCDF;
}
.BgClassName
{
background-color: #DFBCDF;
}
</style>
border-color css
<style>
span { border-color: #DFBCDF; }
span { border-color: rgb(223,188,223); }
td.TdClassName
{
border-color: #DFBCDF;
}
.TagClassName
{
border-color: #DFBCDF;
}
</style>