Shades of Thistle #DBC3DA
Tints of Thistle #DBC3DA
RGB
CMYK
RGB Variations
Color information
#DBC3DA (or 0xDBC3DA) is known color: Thistle. HEX triplet: DB, C3 and DA. RGB value is (219,195,218). Sum of RGB (Red+Green+Blue) = 219+195+218=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3DA is #243C25. Grayscale: #CCCCCC. Windows color (decimal): -2374694 or 14336987. OLE color: 14336987.
HSL color Cylindrical-coordinate representation of color #DBC3DA: hue angle of 302.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC3DA is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 218 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.14 |
| HSL | 302.5º | 0.25% | 0.81% | - |
| HSV(B) | 302.5º | 0.11% | 0.86% | - |
| XYZ | 61.38 | 59.15 | 74.51 | - |
| YUV | 204.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 218 | 0 | 0.11 | 0.00 | 0.14 | 302.5 | 0.25 | 0.81 |
| Hex | DB | C3 | DA | 0 | B | 0 | E | 12E | 19 | 51 |
| Octal | 333 | 303 | 332 | 0 | 13 | 0 | 16 | 456 | 31 | 121 |
| Binary | 11011011 | 11000011 | 11011010 | 0 | 1011 | 0 | 1110 | 100101110 | 11001 | 1010001 |
Color Harmonies of #DBC3DA
Complementary color
Monochromatic Colors of #DBC3DA
Black with #DBC3DA
Text Example
Text Example
White with #DBC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3DA; }
p { color: rgb(219,195,218); }
H1.HeaderClassName
{
color: #DBC3DA;
}
.AnyTagClassName
{
color: #DBC3DA;
}
</style>
background-color css
<style>
a { background-color: #DBC3DA; }
a { background-color: rgb(219,195,218); }
div.DivClassName
{
background-color: #DBC3DA;
}
.BgClassName
{
background-color: #DBC3DA;
}
</style>
border-color css
<style>
span { border-color: #DBC3DA; }
span { border-color: rgb(219,195,218); }
td.TdClassName
{
border-color: #DBC3DA;
}
.TagClassName
{
border-color: #DBC3DA;
}
</style>