Shades of Thistle #DBB3DF
Tints of Thistle #DBB3DF
RGB
CMYK
RGB Variations
Color information
#DBB3DF (or 0xDBB3DF) is known color: Thistle. HEX triplet: DB, B3 and DF. RGB value is (219,179,223). Sum of RGB (Red+Green+Blue) = 219+179+223=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3DF is #244C20. Grayscale: #C3C3C3. Windows color (decimal): -2378785 or 14660571. OLE color: 14660571.
HSL color Cylindrical-coordinate representation of color #DBB3DF: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB3DF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 179 | 223 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.13 |
| HSL | 294.55º | 0.41% | 0.79% | - |
| HSV(B) | 294.55º | 0.2% | 0.87% | - |
| XYZ | 58.65 | 52.63 | 76.88 | - |
| YUV | 195.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 223 | 0.02 | 0.20 | 0 | 0.13 | 294.55 | 0.41 | 0.79 |
| Hex | DB | B3 | DF | 2 | 14 | 0 | D | 127 | 29 | 4F |
| Octal | 333 | 263 | 337 | 2 | 24 | 0 | 15 | 447 | 51 | 117 |
| Binary | 11011011 | 10110011 | 11011111 | 10 | 10100 | 0 | 1101 | 100100111 | 101001 | 1001111 |
Color Harmonies of #DBB3DF
Complementary color
Monochromatic Colors of #DBB3DF
Black with #DBB3DF
Text Example
Text Example
White with #DBB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3DF; }
p { color: rgb(219,179,223); }
H1.HeaderClassName
{
color: #DBB3DF;
}
.AnyTagClassName
{
color: #DBB3DF;
}
</style>
background-color css
<style>
a { background-color: #DBB3DF; }
a { background-color: rgb(219,179,223); }
div.DivClassName
{
background-color: #DBB3DF;
}
.BgClassName
{
background-color: #DBB3DF;
}
</style>
border-color css
<style>
span { border-color: #DBB3DF; }
span { border-color: rgb(219,179,223); }
td.TdClassName
{
border-color: #DBB3DF;
}
.TagClassName
{
border-color: #DBB3DF;
}
</style>