Shades of Thistle #DBBDDF
Tints of Thistle #DBBDDF
RGB
CMYK
RGB Variations
Color information
#DBBDDF (or 0xDBBDDF) is known color: Thistle. HEX triplet: DB, BD and DF. RGB value is (219,189,223). Sum of RGB (Red+Green+Blue) = 219+189+223=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBBDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDDF is #244220. Grayscale: #C9C9C9. Windows color (decimal): -2376225 or 14663131. OLE color: 14663131.
HSL color Cylindrical-coordinate representation of color #DBBDDF: hue angle of 292.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBDDF is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 189 | 223 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.13 |
| HSL | 292.94º | 0.35% | 0.81% | - |
| HSV(B) | 292.94º | 0.15% | 0.87% | - |
| XYZ | 60.73 | 56.78 | 77.57 | - |
| YUV | 201.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 223 | 0.02 | 0.15 | 0 | 0.13 | 292.94 | 0.35 | 0.81 |
| Hex | DB | BD | DF | 2 | F | 0 | D | 125 | 23 | 51 |
| Octal | 333 | 275 | 337 | 2 | 17 | 0 | 15 | 445 | 43 | 121 |
| Binary | 11011011 | 10111101 | 11011111 | 10 | 1111 | 0 | 1101 | 100100101 | 100011 | 1010001 |
Color Harmonies of #DBBDDF
Complementary color
Monochromatic Colors of #DBBDDF
Black with #DBBDDF
Text Example
Text Example
White with #DBBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDDF; }
p { color: rgb(219,189,223); }
H1.HeaderClassName
{
color: #DBBDDF;
}
.AnyTagClassName
{
color: #DBBDDF;
}
</style>
background-color css
<style>
a { background-color: #DBBDDF; }
a { background-color: rgb(219,189,223); }
div.DivClassName
{
background-color: #DBBDDF;
}
.BgClassName
{
background-color: #DBBDDF;
}
</style>
border-color css
<style>
span { border-color: #DBBDDF; }
span { border-color: rgb(219,189,223); }
td.TdClassName
{
border-color: #DBBDDF;
}
.TagClassName
{
border-color: #DBBDDF;
}
</style>