Shades of Thistle #DBC7D8
Tints of Thistle #DBC7D8
RGB
CMYK
RGB Variations
Color information
#DBC7D8 (or 0xDBC7D8) is known color: Thistle. HEX triplet: DB, C7 and D8. RGB value is (219,199,216). Sum of RGB (Red+Green+Blue) = 219+199+216=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7D8 is #243827. Grayscale: #CECECE. Windows color (decimal): -2373672 or 14206939. OLE color: 14206939.
HSL color Cylindrical-coordinate representation of color #DBC7D8: hue angle of 309º 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 #DBC7D8 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 216 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.14 |
| HSL | 309º | 0.22% | 0.82% | - |
| HSV(B) | 309º | 0.09% | 0.86% | - |
| XYZ | 62.03 | 60.86 | 73.44 | - |
| YUV | 206.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 216 | 0 | 0.09 | 0.01 | 0.14 | 309 | 0.22 | 0.82 |
| Hex | DB | C7 | D8 | 0 | 9 | 1 | E | 135 | 16 | 52 |
| Octal | 333 | 307 | 330 | 0 | 11 | 1 | 16 | 465 | 26 | 122 |
| Binary | 11011011 | 11000111 | 11011000 | 0 | 1001 | 1 | 1110 | 100110101 | 10110 | 1010010 |
Color Harmonies of #DBC7D8
Complementary color
Monochromatic Colors of #DBC7D8
Black with #DBC7D8
Text Example
Text Example
White with #DBC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7D8; }
p { color: rgb(219,199,216); }
H1.HeaderClassName
{
color: #DBC7D8;
}
.AnyTagClassName
{
color: #DBC7D8;
}
</style>
background-color css
<style>
a { background-color: #DBC7D8; }
a { background-color: rgb(219,199,216); }
div.DivClassName
{
background-color: #DBC7D8;
}
.BgClassName
{
background-color: #DBC7D8;
}
</style>
border-color css
<style>
span { border-color: #DBC7D8; }
span { border-color: rgb(219,199,216); }
td.TdClassName
{
border-color: #DBC7D8;
}
.TagClassName
{
border-color: #DBC7D8;
}
</style>