Shades of Thistle #DBC7DC
Tints of Thistle #DBC7DC
RGB
CMYK
RGB Variations
Color information
#DBC7DC (or 0xDBC7DC) is known color: Thistle. HEX triplet: DB, C7 and DC. RGB value is (219,199,220). Sum of RGB (Red+Green+Blue) = 219+199+220=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7DC is #243823. Grayscale: #CFCFCF. Windows color (decimal): -2373668 or 14469083. OLE color: 14469083.
HSL color Cylindrical-coordinate representation of color #DBC7DC: hue angle of 297.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC7DC is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 220 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.14 |
| HSL | 297.14º | 0.23% | 0.82% | - |
| HSV(B) | 297.14º | 0.1% | 0.86% | - |
| XYZ | 62.56 | 61.07 | 76.2 | - |
| YUV | 207.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 220 | 0.00 | 0.10 | 0 | 0.14 | 297.14 | 0.23 | 0.82 |
| Hex | DB | C7 | DC | 0 | A | 0 | E | 129 | 17 | 52 |
| Octal | 333 | 307 | 334 | 0 | 12 | 0 | 16 | 451 | 27 | 122 |
| Binary | 11011011 | 11000111 | 11011100 | 0 | 1010 | 0 | 1110 | 100101001 | 10111 | 1010010 |
Color Harmonies of #DBC7DC
Complementary color
Monochromatic Colors of #DBC7DC
Black with #DBC7DC
Text Example
Text Example
White with #DBC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7DC; }
p { color: rgb(219,199,220); }
H1.HeaderClassName
{
color: #DBC7DC;
}
.AnyTagClassName
{
color: #DBC7DC;
}
</style>
background-color css
<style>
a { background-color: #DBC7DC; }
a { background-color: rgb(219,199,220); }
div.DivClassName
{
background-color: #DBC7DC;
}
.BgClassName
{
background-color: #DBC7DC;
}
</style>
border-color css
<style>
span { border-color: #DBC7DC; }
span { border-color: rgb(219,199,220); }
td.TdClassName
{
border-color: #DBC7DC;
}
.TagClassName
{
border-color: #DBC7DC;
}
</style>