Shades of Thistle #DFBDDF
Tints of Thistle #DFBDDF
RGB
CMYK
RGB Variations
Color information
#DFBDDF (or 0xDFBDDF) is known color: Thistle. HEX triplet: DF, BD and DF. RGB value is (223,189,223). Sum of RGB (Red+Green+Blue) = 223+189+223=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDF is #204220. Grayscale: #CACACA. Windows color (decimal): -2114081 or 14663135. OLE color: 14663135.
HSL color Cylindrical-coordinate representation of color #DFBDDF: 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.15%. Process color model (Four color, CMYK) of #DFBDDF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 223 | - |
| CMYK | 0 | 0.15 | 0 | 0.13 |
| HSL | 300º | 0.35% | 0.81% | - |
| HSV(B) | 300º | 0.15% | 0.87% | - |
| XYZ | 61.95 | 57.41 | 77.63 | - |
| YUV | 203.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 223 | 0 | 0.15 | 0 | 0.13 | 300 | 0.35 | 0.81 |
| Hex | DF | BD | DF | 0 | F | 0 | D | 12C | 23 | 51 |
| Octal | 337 | 275 | 337 | 0 | 17 | 0 | 15 | 454 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11011111 | 0 | 1111 | 0 | 1101 | 100101100 | 100011 | 1010001 |
Color Harmonies of #DFBDDF
Complementary color
Monochromatic Colors of #DFBDDF
Black with #DFBDDF
Text Example
Text Example
White with #DFBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDDF; }
p { color: rgb(223,189,223); }
H1.HeaderClassName
{
color: #DFBDDF;
}
.AnyTagClassName
{
color: #DFBDDF;
}
</style>
background-color css
<style>
a { background-color: #DFBDDF; }
a { background-color: rgb(223,189,223); }
div.DivClassName
{
background-color: #DFBDDF;
}
.BgClassName
{
background-color: #DFBDDF;
}
</style>
border-color css
<style>
span { border-color: #DFBDDF; }
span { border-color: rgb(223,189,223); }
td.TdClassName
{
border-color: #DFBDDF;
}
.TagClassName
{
border-color: #DFBDDF;
}
</style>