Shades of Thistle #DBB1E1
Tints of Thistle #DBB1E1
RGB
CMYK
RGB Variations
Color information
#DBB1E1 (or 0xDBB1E1) is known color: Thistle. HEX triplet: DB, B1 and E1. RGB value is (219,177,225). Sum of RGB (Red+Green+Blue) = 219+177+225=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1E1 is #244E1E. Grayscale: #C2C2C2. Windows color (decimal): -2379295 or 14791131. OLE color: 14791131.
HSL color Cylindrical-coordinate representation of color #DBB1E1: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB1E1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 177 | 225 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.12 |
| HSL | 292.5º | 0.44% | 0.79% | - |
| HSV(B) | 292.5º | 0.21% | 0.88% | - |
| XYZ | 58.53 | 51.94 | 78.18 | - |
| YUV | 195.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 225 | 0.03 | 0.21 | 0 | 0.12 | 292.5 | 0.44 | 0.79 |
| Hex | DB | B1 | E1 | 3 | 15 | 0 | C | 124 | 2C | 4F |
| Octal | 333 | 261 | 341 | 3 | 25 | 0 | 14 | 444 | 54 | 117 |
| Binary | 11011011 | 10110001 | 11100001 | 11 | 10101 | 0 | 1100 | 100100100 | 101100 | 1001111 |
Color Harmonies of #DBB1E1
Complementary color
Monochromatic Colors of #DBB1E1
Black with #DBB1E1
Text Example
Text Example
White with #DBB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1E1; }
p { color: rgb(219,177,225); }
H1.HeaderClassName
{
color: #DBB1E1;
}
.AnyTagClassName
{
color: #DBB1E1;
}
</style>
background-color css
<style>
a { background-color: #DBB1E1; }
a { background-color: rgb(219,177,225); }
div.DivClassName
{
background-color: #DBB1E1;
}
.BgClassName
{
background-color: #DBB1E1;
}
</style>
border-color css
<style>
span { border-color: #DBB1E1; }
span { border-color: rgb(219,177,225); }
td.TdClassName
{
border-color: #DBB1E1;
}
.TagClassName
{
border-color: #DBB1E1;
}
</style>