Shades of Thistle #DBBBDC
Tints of Thistle #DBBBDC
RGB
CMYK
RGB Variations
Color information
#DBBBDC (or 0xDBBBDC) is known color: Thistle. HEX triplet: DB, BB and DC. RGB value is (219,187,220). Sum of RGB (Red+Green+Blue) = 219+187+220=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDC is #244423. Grayscale: #C8C8C8. Windows color (decimal): -2376740 or 14466011. OLE color: 14466011.
HSL color Cylindrical-coordinate representation of color #DBBBDC: hue angle of 298.18º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBDC is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 220 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.14 |
| HSL | 298.18º | 0.32% | 0.8% | - |
| HSV(B) | 298.18º | 0.15% | 0.86% | - |
| XYZ | 59.9 | 55.77 | 75.32 | - |
| YUV | 200.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 220 | 0.00 | 0.15 | 0 | 0.14 | 298.18 | 0.32 | 0.8 |
| Hex | DB | BB | DC | 0 | F | 0 | E | 12A | 20 | 50 |
| Octal | 333 | 273 | 334 | 0 | 17 | 0 | 16 | 452 | 40 | 120 |
| Binary | 11011011 | 10111011 | 11011100 | 0 | 1111 | 0 | 1110 | 100101010 | 100000 | 1010000 |
Color Harmonies of #DBBBDC
Complementary color
Monochromatic Colors of #DBBBDC
Black with #DBBBDC
Text Example
Text Example
White with #DBBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBDC; }
p { color: rgb(219,187,220); }
H1.HeaderClassName
{
color: #DBBBDC;
}
.AnyTagClassName
{
color: #DBBBDC;
}
</style>
background-color css
<style>
a { background-color: #DBBBDC; }
a { background-color: rgb(219,187,220); }
div.DivClassName
{
background-color: #DBBBDC;
}
.BgClassName
{
background-color: #DBBBDC;
}
</style>
border-color css
<style>
span { border-color: #DBBBDC; }
span { border-color: rgb(219,187,220); }
td.TdClassName
{
border-color: #DBBBDC;
}
.TagClassName
{
border-color: #DBBBDC;
}
</style>