Shades of Thistle #DBB5DF
Tints of Thistle #DBB5DF
RGB
CMYK
RGB Variations
Color information
#DBB5DF (or 0xDBB5DF) is known color: Thistle. HEX triplet: DB, B5 and DF. RGB value is (219,181,223). Sum of RGB (Red+Green+Blue) = 219+181+223=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5DF is #244A20. Grayscale: #C5C5C5. Windows color (decimal): -2378273 or 14661083. OLE color: 14661083.
HSL color Cylindrical-coordinate representation of color #DBB5DF: hue angle of 294.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB5DF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 181 | 223 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.13 |
| HSL | 294.29º | 0.4% | 0.79% | - |
| HSV(B) | 294.29º | 0.19% | 0.87% | - |
| XYZ | 59.06 | 53.44 | 77.01 | - |
| YUV | 197.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 223 | 0.02 | 0.19 | 0 | 0.13 | 294.29 | 0.4 | 0.79 |
| Hex | DB | B5 | DF | 2 | 13 | 0 | D | 126 | 28 | 4F |
| Octal | 333 | 265 | 337 | 2 | 23 | 0 | 15 | 446 | 50 | 117 |
| Binary | 11011011 | 10110101 | 11011111 | 10 | 10011 | 0 | 1101 | 100100110 | 101000 | 1001111 |
Color Harmonies of #DBB5DF
Complementary color
Monochromatic Colors of #DBB5DF
Black with #DBB5DF
Text Example
Text Example
White with #DBB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5DF; }
p { color: rgb(219,181,223); }
H1.HeaderClassName
{
color: #DBB5DF;
}
.AnyTagClassName
{
color: #DBB5DF;
}
</style>
background-color css
<style>
a { background-color: #DBB5DF; }
a { background-color: rgb(219,181,223); }
div.DivClassName
{
background-color: #DBB5DF;
}
.BgClassName
{
background-color: #DBB5DF;
}
</style>
border-color css
<style>
span { border-color: #DBB5DF; }
span { border-color: rgb(219,181,223); }
td.TdClassName
{
border-color: #DBB5DF;
}
.TagClassName
{
border-color: #DBB5DF;
}
</style>