Shades of Thistle #DBC6DA
Tints of Thistle #DBC6DA
RGB
CMYK
RGB Variations
Color information
#DBC6DA (or 0xDBC6DA) is known color: Thistle. HEX triplet: DB, C6 and DA. RGB value is (219,198,218). Sum of RGB (Red+Green+Blue) = 219+198+218=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6DA is #243925. Grayscale: #CECECE. Windows color (decimal): -2373926 or 14337755. OLE color: 14337755.
HSL color Cylindrical-coordinate representation of color #DBC6DA: hue angle of 302.86º 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 #DBC6DA is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 218 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.14 |
| HSL | 302.86º | 0.23% | 0.82% | - |
| HSV(B) | 302.86º | 0.1% | 0.86% | - |
| XYZ | 62.06 | 60.51 | 74.74 | - |
| YUV | 206.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 218 | 0 | 0.10 | 0.00 | 0.14 | 302.86 | 0.23 | 0.82 |
| Hex | DB | C6 | DA | 0 | A | 0 | E | 12F | 17 | 52 |
| Octal | 333 | 306 | 332 | 0 | 12 | 0 | 16 | 457 | 27 | 122 |
| Binary | 11011011 | 11000110 | 11011010 | 0 | 1010 | 0 | 1110 | 100101111 | 10111 | 1010010 |
Color Harmonies of #DBC6DA
Complementary color
Monochromatic Colors of #DBC6DA
Black with #DBC6DA
Text Example
Text Example
White with #DBC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6DA; }
p { color: rgb(219,198,218); }
H1.HeaderClassName
{
color: #DBC6DA;
}
.AnyTagClassName
{
color: #DBC6DA;
}
</style>
background-color css
<style>
a { background-color: #DBC6DA; }
a { background-color: rgb(219,198,218); }
div.DivClassName
{
background-color: #DBC6DA;
}
.BgClassName
{
background-color: #DBC6DA;
}
</style>
border-color css
<style>
span { border-color: #DBC6DA; }
span { border-color: rgb(219,198,218); }
td.TdClassName
{
border-color: #DBC6DA;
}
.TagClassName
{
border-color: #DBC6DA;
}
</style>