Shades of Thistle #DBC0DD
Tints of Thistle #DBC0DD
RGB
CMYK
RGB Variations
Color information
#DBC0DD (or 0xDBC0DD) is known color: Thistle. HEX triplet: DB, C0 and DD. RGB value is (219,192,221). Sum of RGB (Red+Green+Blue) = 219+192+221=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0DD is #243F22. Grayscale: #CBCBCB. Windows color (decimal): -2375459 or 14532827. OLE color: 14532827.
HSL color Cylindrical-coordinate representation of color #DBC0DD: hue angle of 295.86º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC0DD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 192 | 221 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.13 |
| HSL | 295.86º | 0.3% | 0.81% | - |
| HSV(B) | 295.86º | 0.13% | 0.87% | - |
| XYZ | 61.11 | 57.98 | 76.38 | - |
| YUV | 203.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 221 | 0.01 | 0.13 | 0 | 0.13 | 295.86 | 0.3 | 0.81 |
| Hex | DB | C0 | DD | 1 | D | 0 | D | 128 | 1E | 51 |
| Octal | 333 | 300 | 335 | 1 | 15 | 0 | 15 | 450 | 36 | 121 |
| Binary | 11011011 | 11000000 | 11011101 | 1 | 1101 | 0 | 1101 | 100101000 | 11110 | 1010001 |
Color Harmonies of #DBC0DD
Complementary color
Monochromatic Colors of #DBC0DD
Black with #DBC0DD
Text Example
Text Example
White with #DBC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0DD; }
p { color: rgb(219,192,221); }
H1.HeaderClassName
{
color: #DBC0DD;
}
.AnyTagClassName
{
color: #DBC0DD;
}
</style>
background-color css
<style>
a { background-color: #DBC0DD; }
a { background-color: rgb(219,192,221); }
div.DivClassName
{
background-color: #DBC0DD;
}
.BgClassName
{
background-color: #DBC0DD;
}
</style>
border-color css
<style>
span { border-color: #DBC0DD; }
span { border-color: rgb(219,192,221); }
td.TdClassName
{
border-color: #DBC0DD;
}
.TagClassName
{
border-color: #DBC0DD;
}
</style>