Shades of Thistle #DBCBDC
Tints of Thistle #DBCBDC
RGB
CMYK
RGB Variations
Color information
#DBCBDC (or 0xDBCBDC) is known color: Thistle. HEX triplet: DB, CB and DC. RGB value is (219,203,220). Sum of RGB (Red+Green+Blue) = 219+203+220=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBDC is #243423. Grayscale: #D1D1D1. Windows color (decimal): -2372644 or 14470107. OLE color: 14470107.
HSL color Cylindrical-coordinate representation of color #DBCBDC: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCBDC is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 220 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.14 |
| HSL | 296.47º | 0.2% | 0.83% | - |
| HSV(B) | 296.47º | 0.08% | 0.86% | - |
| XYZ | 63.49 | 62.94 | 76.51 | - |
| YUV | 209.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 220 | 0.00 | 0.08 | 0 | 0.14 | 296.47 | 0.2 | 0.83 |
| Hex | DB | CB | DC | 0 | 8 | 0 | E | 128 | 14 | 53 |
| Octal | 333 | 313 | 334 | 0 | 10 | 0 | 16 | 450 | 24 | 123 |
| Binary | 11011011 | 11001011 | 11011100 | 0 | 1000 | 0 | 1110 | 100101000 | 10100 | 1010011 |
Color Harmonies of #DBCBDC
Complementary color
Monochromatic Colors of #DBCBDC
Black with #DBCBDC
Text Example
Text Example
White with #DBCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBDC; }
p { color: rgb(219,203,220); }
H1.HeaderClassName
{
color: #DBCBDC;
}
.AnyTagClassName
{
color: #DBCBDC;
}
</style>
background-color css
<style>
a { background-color: #DBCBDC; }
a { background-color: rgb(219,203,220); }
div.DivClassName
{
background-color: #DBCBDC;
}
.BgClassName
{
background-color: #DBCBDC;
}
</style>
border-color css
<style>
span { border-color: #DBCBDC; }
span { border-color: rgb(219,203,220); }
td.TdClassName
{
border-color: #DBCBDC;
}
.TagClassName
{
border-color: #DBCBDC;
}
</style>