Shades of Thistle #DBB3E1
Tints of Thistle #DBB3E1
RGB
CMYK
RGB Variations
Color information
#DBB3E1 (or 0xDBB3E1) is known color: Thistle. HEX triplet: DB, B3 and E1. RGB value is (219,179,225). Sum of RGB (Red+Green+Blue) = 219+179+225=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBB3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3E1 is #244C1E. Grayscale: #C4C4C4. Windows color (decimal): -2378783 or 14791643. OLE color: 14791643.
HSL color Cylindrical-coordinate representation of color #DBB3E1: hue angle of 292.17º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB3E1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 179 | 225 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.12 |
| HSL | 292.17º | 0.43% | 0.79% | - |
| HSV(B) | 292.17º | 0.2% | 0.88% | - |
| XYZ | 58.92 | 52.74 | 78.31 | - |
| YUV | 196.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 225 | 0.03 | 0.20 | 0 | 0.12 | 292.17 | 0.43 | 0.79 |
| Hex | DB | B3 | E1 | 3 | 14 | 0 | C | 124 | 2B | 4F |
| Octal | 333 | 263 | 341 | 3 | 24 | 0 | 14 | 444 | 53 | 117 |
| Binary | 11011011 | 10110011 | 11100001 | 11 | 10100 | 0 | 1100 | 100100100 | 101011 | 1001111 |
Color Harmonies of #DBB3E1
Complementary color
Monochromatic Colors of #DBB3E1
Black with #DBB3E1
Text Example
Text Example
White with #DBB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB3E1; }
p { color: rgb(219,179,225); }
H1.HeaderClassName
{
color: #DBB3E1;
}
.AnyTagClassName
{
color: #DBB3E1;
}
</style>
background-color css
<style>
a { background-color: #DBB3E1; }
a { background-color: rgb(219,179,225); }
div.DivClassName
{
background-color: #DBB3E1;
}
.BgClassName
{
background-color: #DBB3E1;
}
</style>
border-color css
<style>
span { border-color: #DBB3E1; }
span { border-color: rgb(219,179,225); }
td.TdClassName
{
border-color: #DBB3E1;
}
.TagClassName
{
border-color: #DBB3E1;
}
</style>