Shades of Thistle #DBCBDB
Tints of Thistle #DBCBDB
RGB
CMYK
RGB Variations
Color information
#DBCBDB (or 0xDBCBDB) is known color: Thistle. HEX triplet: DB, CB and DB. RGB value is (219,203,219). Sum of RGB (Red+Green+Blue) = 219+203+219=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBDB is #243424. Grayscale: #D1D1D1. Windows color (decimal): -2372645 or 14404571. OLE color: 14404571.
HSL color Cylindrical-coordinate representation of color #DBCBDB: hue angle of 300º 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 #DBCBDB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 203 | 219 | - |
CMYK | 0 | 0.07 | 0 | 0.14 |
HSL | 300º | 0.18% | 0.83% | - |
HSV(B) | 300º | 0.07% | 0.86% | - |
XYZ | 63.36 | 62.89 | 75.82 | - |
YUV | 209.61 | 133.3 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 203 | 219 | 0 | 0.07 | 0 | 0.14 | 300 | 0.18 | 0.83 |
Hex | DB | CB | DB | 0 | 7 | 0 | E | 12C | 12 | 53 |
Octal | 333 | 313 | 333 | 0 | 7 | 0 | 16 | 454 | 22 | 123 |
Binary | 11011011 | 11001011 | 11011011 | 0 | 111 | 0 | 1110 | 100101100 | 10010 | 1010011 |
Color Harmonies of #DBCBDB
Complementary color
Monochromatic Colors of #DBCBDB
Black with #DBCBDB
Text Example
Text Example
White with #DBCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBDB; }
p { color: rgb(219,203,219); }
H1.HeaderClassName
{
color: #DBCBDB;
}
.AnyTagClassName
{
color: #DBCBDB;
}
</style>
background-color css
<style>
a { background-color: #DBCBDB; }
a { background-color: rgb(219,203,219); }
div.DivClassName
{
background-color: #DBCBDB;
}
.BgClassName
{
background-color: #DBCBDB;
}
</style>
border-color css
<style>
span { border-color: #DBCBDB; }
span { border-color: rgb(219,203,219); }
td.TdClassName
{
border-color: #DBCBDB;
}
.TagClassName
{
border-color: #DBCBDB;
}
</style>