Shades of Thistle #DBBADA
Tints of Thistle #DBBADA
RGB
CMYK
RGB Variations
Color information
#DBBADA (or 0xDBBADA) is known color: Thistle. HEX triplet: DB, BA and DA. RGB value is (219,186,218). Sum of RGB (Red+Green+Blue) = 219+186+218=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBADA is #244525. Grayscale: #C7C7C7. Windows color (decimal): -2376998 or 14334683. OLE color: 14334683.
HSL color Cylindrical-coordinate representation of color #DBBADA: hue angle of 301.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBADA is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 218 | - |
CMYK | 0 | 0.15 | 0.00 | 0.14 |
HSL | 301.82º | 0.31% | 0.79% | - |
HSV(B) | 301.82º | 0.15% | 0.86% | - |
XYZ | 59.43 | 55.24 | 73.86 | - |
YUV | 199.52 | 138.43 | 141.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 218 | 0 | 0.15 | 0.00 | 0.14 | 301.82 | 0.31 | 0.79 |
Hex | DB | BA | DA | 0 | F | 0 | E | 12E | 1F | 4F |
Octal | 333 | 272 | 332 | 0 | 17 | 0 | 16 | 456 | 37 | 117 |
Binary | 11011011 | 10111010 | 11011010 | 0 | 1111 | 0 | 1110 | 100101110 | 11111 | 1001111 |
Color Harmonies of #DBBADA
Complementary color
Monochromatic Colors of #DBBADA
Black with #DBBADA
Text Example
Text Example
White with #DBBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBADA; }
p { color: rgb(219,186,218); }
H1.HeaderClassName
{
color: #DBBADA;
}
.AnyTagClassName
{
color: #DBBADA;
}
</style>
background-color css
<style>
a { background-color: #DBBADA; }
a { background-color: rgb(219,186,218); }
div.DivClassName
{
background-color: #DBBADA;
}
.BgClassName
{
background-color: #DBBADA;
}
</style>
border-color css
<style>
span { border-color: #DBBADA; }
span { border-color: rgb(219,186,218); }
td.TdClassName
{
border-color: #DBBADA;
}
.TagClassName
{
border-color: #DBBADA;
}
</style>