Shades of Thistle #DBCDD9
Tints of Thistle #DBCDD9
RGB
CMYK
RGB Variations
Color information
#DBCDD9 (or 0xDBCDD9) is known color: Thistle. HEX triplet: DB, CD and D9. RGB value is (219,205,217). Sum of RGB (Red+Green+Blue) = 219+205+217=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD9 is #243226. Grayscale: #D2D2D2. Windows color (decimal): -2372135 or 14274011. OLE color: 14274011.
HSL color Cylindrical-coordinate representation of color #DBCDD9: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDD9 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 217 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.14 |
| HSL | 308.57º | 0.16% | 0.83% | - |
| HSV(B) | 308.57º | 0.06% | 0.86% | - |
| XYZ | 63.57 | 63.73 | 74.6 | - |
| YUV | 210.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 217 | 0 | 0.06 | 0.01 | 0.14 | 308.57 | 0.16 | 0.83 |
| Hex | DB | CD | D9 | 0 | 6 | 1 | E | 135 | 10 | 53 |
| Octal | 333 | 315 | 331 | 0 | 6 | 1 | 16 | 465 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11011001 | 0 | 110 | 1 | 1110 | 100110101 | 10000 | 1010011 |
Color Harmonies of #DBCDD9
Complementary color
Monochromatic Colors of #DBCDD9
Black with #DBCDD9
Text Example
Text Example
White with #DBCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD9; }
p { color: rgb(219,205,217); }
H1.HeaderClassName
{
color: #DBCDD9;
}
.AnyTagClassName
{
color: #DBCDD9;
}
</style>
background-color css
<style>
a { background-color: #DBCDD9; }
a { background-color: rgb(219,205,217); }
div.DivClassName
{
background-color: #DBCDD9;
}
.BgClassName
{
background-color: #DBCDD9;
}
</style>
border-color css
<style>
span { border-color: #DBCDD9; }
span { border-color: rgb(219,205,217); }
td.TdClassName
{
border-color: #DBCDD9;
}
.TagClassName
{
border-color: #DBCDD9;
}
</style>