Shades of Thistle #DBB4DF
Tints of Thistle #DBB4DF
RGB
CMYK
RGB Variations
Color information
#DBB4DF (or 0xDBB4DF) is known color: Thistle. HEX triplet: DB, B4 and DF. RGB value is (219,180,223). Sum of RGB (Red+Green+Blue) = 219+180+223=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4DF is #244B20. Grayscale: #C4C4C4. Windows color (decimal): -2378529 or 14660827. OLE color: 14660827.
HSL color Cylindrical-coordinate representation of color #DBB4DF: hue angle of 294.42º 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 #DBB4DF is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 180 | 223 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.13 |
| HSL | 294.42º | 0.4% | 0.79% | - |
| HSV(B) | 294.42º | 0.19% | 0.87% | - |
| XYZ | 58.85 | 53.03 | 76.95 | - |
| YUV | 196.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 223 | 0.02 | 0.19 | 0 | 0.13 | 294.42 | 0.4 | 0.79 |
| Hex | DB | B4 | DF | 2 | 13 | 0 | D | 126 | 28 | 4F |
| Octal | 333 | 264 | 337 | 2 | 23 | 0 | 15 | 446 | 50 | 117 |
| Binary | 11011011 | 10110100 | 11011111 | 10 | 10011 | 0 | 1101 | 100100110 | 101000 | 1001111 |
Color Harmonies of #DBB4DF
Complementary color
Monochromatic Colors of #DBB4DF
Black with #DBB4DF
Text Example
Text Example
White with #DBB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4DF; }
p { color: rgb(219,180,223); }
H1.HeaderClassName
{
color: #DBB4DF;
}
.AnyTagClassName
{
color: #DBB4DF;
}
</style>
background-color css
<style>
a { background-color: #DBB4DF; }
a { background-color: rgb(219,180,223); }
div.DivClassName
{
background-color: #DBB4DF;
}
.BgClassName
{
background-color: #DBB4DF;
}
</style>
border-color css
<style>
span { border-color: #DBB4DF; }
span { border-color: rgb(219,180,223); }
td.TdClassName
{
border-color: #DBB4DF;
}
.TagClassName
{
border-color: #DBB4DF;
}
</style>