Shades of Thistle #DBC1D8
Tints of Thistle #DBC1D8
RGB
CMYK
RGB Variations
Color information
#DBC1D8 (or 0xDBC1D8) is known color: Thistle. HEX triplet: DB, C1 and D8. RGB value is (219,193,216). Sum of RGB (Red+Green+Blue) = 219+193+216=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D8 is #243E27. Grayscale: #CBCBCB. Windows color (decimal): -2375208 or 14205403. OLE color: 14205403.
HSL color Cylindrical-coordinate representation of color #DBC1D8: hue angle of 306.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC1D8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 216 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.14 |
| HSL | 306.92º | 0.27% | 0.81% | - |
| HSV(B) | 306.92º | 0.12% | 0.86% | - |
| XYZ | 60.68 | 58.16 | 72.99 | - |
| YUV | 203.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 216 | 0 | 0.12 | 0.01 | 0.14 | 306.92 | 0.27 | 0.81 |
| Hex | DB | C1 | D8 | 0 | C | 1 | E | 133 | 1B | 51 |
| Octal | 333 | 301 | 330 | 0 | 14 | 1 | 16 | 463 | 33 | 121 |
| Binary | 11011011 | 11000001 | 11011000 | 0 | 1100 | 1 | 1110 | 100110011 | 11011 | 1010001 |
Color Harmonies of #DBC1D8
Complementary color
Monochromatic Colors of #DBC1D8
Black with #DBC1D8
Text Example
Text Example
White with #DBC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1D8; }
p { color: rgb(219,193,216); }
H1.HeaderClassName
{
color: #DBC1D8;
}
.AnyTagClassName
{
color: #DBC1D8;
}
</style>
background-color css
<style>
a { background-color: #DBC1D8; }
a { background-color: rgb(219,193,216); }
div.DivClassName
{
background-color: #DBC1D8;
}
.BgClassName
{
background-color: #DBC1D8;
}
</style>
border-color css
<style>
span { border-color: #DBC1D8; }
span { border-color: rgb(219,193,216); }
td.TdClassName
{
border-color: #DBC1D8;
}
.TagClassName
{
border-color: #DBC1D8;
}
</style>