Shades of Thistle #DBBBDD
Tints of Thistle #DBBBDD
RGB
CMYK
RGB Variations
Color information
#DBBBDD (or 0xDBBBDD) is known color: Thistle. HEX triplet: DB, BB and DD. RGB value is (219,187,221). Sum of RGB (Red+Green+Blue) = 219+187+221=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDD is #244422. Grayscale: #C8C8C8. Windows color (decimal): -2376739 or 14531547. OLE color: 14531547.
HSL color Cylindrical-coordinate representation of color #DBBBDD: hue angle of 296.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBDD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 187 | 221 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.13 |
| HSL | 296.47º | 0.33% | 0.8% | - |
| HSV(B) | 296.47º | 0.15% | 0.87% | - |
| XYZ | 60.03 | 55.82 | 76.02 | - |
| YUV | 200.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 221 | 0.01 | 0.15 | 0 | 0.13 | 296.47 | 0.33 | 0.8 |
| Hex | DB | BB | DD | 1 | F | 0 | D | 128 | 21 | 50 |
| Octal | 333 | 273 | 335 | 1 | 17 | 0 | 15 | 450 | 41 | 120 |
| Binary | 11011011 | 10111011 | 11011101 | 1 | 1111 | 0 | 1101 | 100101000 | 100001 | 1010000 |
Color Harmonies of #DBBBDD
Complementary color
Monochromatic Colors of #DBBBDD
Black with #DBBBDD
Text Example
Text Example
White with #DBBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBDD; }
p { color: rgb(219,187,221); }
H1.HeaderClassName
{
color: #DBBBDD;
}
.AnyTagClassName
{
color: #DBBBDD;
}
</style>
background-color css
<style>
a { background-color: #DBBBDD; }
a { background-color: rgb(219,187,221); }
div.DivClassName
{
background-color: #DBBBDD;
}
.BgClassName
{
background-color: #DBBBDD;
}
</style>
border-color css
<style>
span { border-color: #DBBBDD; }
span { border-color: rgb(219,187,221); }
td.TdClassName
{
border-color: #DBBBDD;
}
.TagClassName
{
border-color: #DBBBDD;
}
</style>