Shades of Thistle #DBC7D9
Tints of Thistle #DBC7D9
RGB
CMYK
RGB Variations
Color information
#DBC7D9 (or 0xDBC7D9) is known color: Thistle. HEX triplet: DB, C7 and D9. RGB value is (219,199,217). Sum of RGB (Red+Green+Blue) = 219+199+217=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7D9 is #243826. Grayscale: #CECECE. Windows color (decimal): -2373671 or 14272475. OLE color: 14272475.
HSL color Cylindrical-coordinate representation of color #DBC7D9: hue angle of 306º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC7D9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 217 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.14 |
| HSL | 306º | 0.22% | 0.82% | - |
| HSV(B) | 306º | 0.09% | 0.86% | - |
| XYZ | 62.16 | 60.92 | 74.13 | - |
| YUV | 207.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 217 | 0 | 0.09 | 0.01 | 0.14 | 306 | 0.22 | 0.82 |
| Hex | DB | C7 | D9 | 0 | 9 | 1 | E | 132 | 16 | 52 |
| Octal | 333 | 307 | 331 | 0 | 11 | 1 | 16 | 462 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11011001 | 0 | 1001 | 1 | 1110 | 100110010 | 10110 | 1010010 |
Color Harmonies of #DBC7D9
Complementary color
Monochromatic Colors of #DBC7D9
Black with #DBC7D9
Text Example
Text Example
White with #DBC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7D9; }
p { color: rgb(219,199,217); }
H1.HeaderClassName
{
color: #DBC7D9;
}
.AnyTagClassName
{
color: #DBC7D9;
}
</style>
background-color css
<style>
a { background-color: #DBC7D9; }
a { background-color: rgb(219,199,217); }
div.DivClassName
{
background-color: #DBC7D9;
}
.BgClassName
{
background-color: #DBC7D9;
}
</style>
border-color css
<style>
span { border-color: #DBC7D9; }
span { border-color: rgb(219,199,217); }
td.TdClassName
{
border-color: #DBC7D9;
}
.TagClassName
{
border-color: #DBC7D9;
}
</style>