Shades of Thistle #DFBDDE
Tints of Thistle #DFBDDE
RGB
CMYK
RGB Variations
Color information
#DFBDDE (or 0xDFBDDE) is known color: Thistle. HEX triplet: DF, BD and DE. RGB value is (223,189,222). Sum of RGB (Red+Green+Blue) = 223+189+222=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDE is #204221. Grayscale: #CACACA. Windows color (decimal): -2114082 or 14597599. OLE color: 14597599.
HSL color Cylindrical-coordinate representation of color #DFBDDE: hue angle of 301.76º 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 #DFBDDE is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 222 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.13 |
| HSL | 301.76º | 0.35% | 0.81% | - |
| HSV(B) | 301.76º | 0.15% | 0.87% | - |
| XYZ | 61.81 | 57.36 | 76.92 | - |
| YUV | 202.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 222 | 0 | 0.15 | 0.00 | 0.13 | 301.76 | 0.35 | 0.81 |
| Hex | DF | BD | DE | 0 | F | 0 | D | 12E | 23 | 51 |
| Octal | 337 | 275 | 336 | 0 | 17 | 0 | 15 | 456 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11011110 | 0 | 1111 | 0 | 1101 | 100101110 | 100011 | 1010001 |
Color Harmonies of #DFBDDE
Complementary color
Monochromatic Colors of #DFBDDE
Black with #DFBDDE
Text Example
Text Example
White with #DFBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDDE; }
p { color: rgb(223,189,222); }
H1.HeaderClassName
{
color: #DFBDDE;
}
.AnyTagClassName
{
color: #DFBDDE;
}
</style>
background-color css
<style>
a { background-color: #DFBDDE; }
a { background-color: rgb(223,189,222); }
div.DivClassName
{
background-color: #DFBDDE;
}
.BgClassName
{
background-color: #DFBDDE;
}
</style>
border-color css
<style>
span { border-color: #DFBDDE; }
span { border-color: rgb(223,189,222); }
td.TdClassName
{
border-color: #DFBDDE;
}
.TagClassName
{
border-color: #DFBDDE;
}
</style>