Shades of Thistle #DBCBD9
Tints of Thistle #DBCBD9
RGB
CMYK
RGB Variations
Color information
#DBCBD9 (or 0xDBCBD9) is known color: Thistle. HEX triplet: DB, CB and D9. RGB value is (219,203,217). Sum of RGB (Red+Green+Blue) = 219+203+217=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBD9 is #243426. Grayscale: #D1D1D1. Windows color (decimal): -2372647 or 14273499. OLE color: 14273499.
HSL color Cylindrical-coordinate representation of color #DBCBD9: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCBD9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 217 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.14 |
| HSL | 307.5º | 0.18% | 0.83% | - |
| HSV(B) | 307.5º | 0.07% | 0.86% | - |
| XYZ | 63.09 | 62.78 | 74.44 | - |
| YUV | 209.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 217 | 0 | 0.07 | 0.01 | 0.14 | 307.5 | 0.18 | 0.83 |
| Hex | DB | CB | D9 | 0 | 7 | 1 | E | 134 | 12 | 53 |
| Octal | 333 | 313 | 331 | 0 | 7 | 1 | 16 | 464 | 22 | 123 |
| Binary | 11011011 | 11001011 | 11011001 | 0 | 111 | 1 | 1110 | 100110100 | 10010 | 1010011 |
Color Harmonies of #DBCBD9
Complementary color
Monochromatic Colors of #DBCBD9
Black with #DBCBD9
Text Example
Text Example
White with #DBCBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBD9; }
p { color: rgb(219,203,217); }
H1.HeaderClassName
{
color: #DBCBD9;
}
.AnyTagClassName
{
color: #DBCBD9;
}
</style>
background-color css
<style>
a { background-color: #DBCBD9; }
a { background-color: rgb(219,203,217); }
div.DivClassName
{
background-color: #DBCBD9;
}
.BgClassName
{
background-color: #DBCBD9;
}
</style>
border-color css
<style>
span { border-color: #DBCBD9; }
span { border-color: rgb(219,203,217); }
td.TdClassName
{
border-color: #DBCBD9;
}
.TagClassName
{
border-color: #DBCBD9;
}
</style>