Shades of Thistle #DBC0D9
Tints of Thistle #DBC0D9
RGB
CMYK
RGB Variations
Color information
#DBC0D9 (or 0xDBC0D9) is known color: Thistle. HEX triplet: DB, C0 and D9. RGB value is (219,192,217). Sum of RGB (Red+Green+Blue) = 219+192+217=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0D9 is #243F26. Grayscale: #CACACA. Windows color (decimal): -2375463 or 14270683. OLE color: 14270683.
HSL color Cylindrical-coordinate representation of color #DBC0D9: hue angle of 304.44º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0D9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 217 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.14 |
| HSL | 304.44º | 0.27% | 0.81% | - |
| HSV(B) | 304.44º | 0.12% | 0.86% | - |
| XYZ | 60.59 | 57.77 | 73.6 | - |
| YUV | 202.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 217 | 0 | 0.12 | 0.01 | 0.14 | 304.44 | 0.27 | 0.81 |
| Hex | DB | C0 | D9 | 0 | C | 1 | E | 130 | 1B | 51 |
| Octal | 333 | 300 | 331 | 0 | 14 | 1 | 16 | 460 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11011001 | 0 | 1100 | 1 | 1110 | 100110000 | 11011 | 1010001 |
Color Harmonies of #DBC0D9
Complementary color
Monochromatic Colors of #DBC0D9
Black with #DBC0D9
Text Example
Text Example
White with #DBC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0D9; }
p { color: rgb(219,192,217); }
H1.HeaderClassName
{
color: #DBC0D9;
}
.AnyTagClassName
{
color: #DBC0D9;
}
</style>
background-color css
<style>
a { background-color: #DBC0D9; }
a { background-color: rgb(219,192,217); }
div.DivClassName
{
background-color: #DBC0D9;
}
.BgClassName
{
background-color: #DBC0D9;
}
</style>
border-color css
<style>
span { border-color: #DBC0D9; }
span { border-color: rgb(219,192,217); }
td.TdClassName
{
border-color: #DBC0D9;
}
.TagClassName
{
border-color: #DBC0D9;
}
</style>