Shades of Thistle #DBCBDA
Tints of Thistle #DBCBDA
RGB
CMYK
RGB Variations
Color information
#DBCBDA (or 0xDBCBDA) is known color: Thistle. HEX triplet: DB, CB and DA. RGB value is (219,203,218). Sum of RGB (Red+Green+Blue) = 219+203+218=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBDA is #243425. Grayscale: #D1D1D1. Windows color (decimal): -2372646 or 14339035. OLE color: 14339035.
HSL color Cylindrical-coordinate representation of color #DBCBDA: hue angle of 303.75º 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 #DBCBDA is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 218 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.14 |
| HSL | 303.75º | 0.18% | 0.83% | - |
| HSV(B) | 303.75º | 0.07% | 0.86% | - |
| XYZ | 63.22 | 62.83 | 75.13 | - |
| YUV | 209.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 218 | 0 | 0.07 | 0.00 | 0.14 | 303.75 | 0.18 | 0.83 |
| Hex | DB | CB | DA | 0 | 7 | 0 | E | 130 | 12 | 53 |
| Octal | 333 | 313 | 332 | 0 | 7 | 0 | 16 | 460 | 22 | 123 |
| Binary | 11011011 | 11001011 | 11011010 | 0 | 111 | 0 | 1110 | 100110000 | 10010 | 1010011 |
Color Harmonies of #DBCBDA
Complementary color
Monochromatic Colors of #DBCBDA
Black with #DBCBDA
Text Example
Text Example
White with #DBCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBDA; }
p { color: rgb(219,203,218); }
H1.HeaderClassName
{
color: #DBCBDA;
}
.AnyTagClassName
{
color: #DBCBDA;
}
</style>
background-color css
<style>
a { background-color: #DBCBDA; }
a { background-color: rgb(219,203,218); }
div.DivClassName
{
background-color: #DBCBDA;
}
.BgClassName
{
background-color: #DBCBDA;
}
</style>
border-color css
<style>
span { border-color: #DBCBDA; }
span { border-color: rgb(219,203,218); }
td.TdClassName
{
border-color: #DBCBDA;
}
.TagClassName
{
border-color: #DBCBDA;
}
</style>