Shades of Thistle #DBBBDF
Tints of Thistle #DBBBDF
RGB
CMYK
RGB Variations
Color information
#DBBBDF (or 0xDBBBDF) is known color: Thistle. HEX triplet: DB, BB and DF. RGB value is (219,187,223). Sum of RGB (Red+Green+Blue) = 219+187+223=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDF is #244420. Grayscale: #C8C8C8. Windows color (decimal): -2376737 or 14662619. OLE color: 14662619.
HSL color Cylindrical-coordinate representation of color #DBBBDF: hue angle of 293.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBBDF is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 187 | 223 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.13 |
| HSL | 293.33º | 0.36% | 0.8% | - |
| HSV(B) | 293.33º | 0.16% | 0.87% | - |
| XYZ | 60.3 | 55.93 | 77.43 | - |
| YUV | 200.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 223 | 0.02 | 0.16 | 0 | 0.13 | 293.33 | 0.36 | 0.8 |
| Hex | DB | BB | DF | 2 | 10 | 0 | D | 125 | 24 | 50 |
| Octal | 333 | 273 | 337 | 2 | 20 | 0 | 15 | 445 | 44 | 120 |
| Binary | 11011011 | 10111011 | 11011111 | 10 | 10000 | 0 | 1101 | 100100101 | 100100 | 1010000 |
Color Harmonies of #DBBBDF
Complementary color
Monochromatic Colors of #DBBBDF
Black with #DBBBDF
Text Example
Text Example
White with #DBBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBDF; }
p { color: rgb(219,187,223); }
H1.HeaderClassName
{
color: #DBBBDF;
}
.AnyTagClassName
{
color: #DBBBDF;
}
</style>
background-color css
<style>
a { background-color: #DBBBDF; }
a { background-color: rgb(219,187,223); }
div.DivClassName
{
background-color: #DBBBDF;
}
.BgClassName
{
background-color: #DBBBDF;
}
</style>
border-color css
<style>
span { border-color: #DBBBDF; }
span { border-color: rgb(219,187,223); }
td.TdClassName
{
border-color: #DBBBDF;
}
.TagClassName
{
border-color: #DBBBDF;
}
</style>