Shades of Thistle #DBB4E1
Tints of Thistle #DBB4E1
RGB
CMYK
RGB Variations
Color information
#DBB4E1 (or 0xDBB4E1) is known color: Thistle. HEX triplet: DB, B4 and E1. RGB value is (219,180,225). Sum of RGB (Red+Green+Blue) = 219+180+225=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBB4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4E1 is #244B1E. Grayscale: #C4C4C4. Windows color (decimal): -2378527 or 14791899. OLE color: 14791899.
HSL color Cylindrical-coordinate representation of color #DBB4E1: hue angle of 292º 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 #DBB4E1 is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 180 | 225 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.12 |
| HSL | 292º | 0.43% | 0.79% | - |
| HSV(B) | 292º | 0.2% | 0.88% | - |
| XYZ | 59.13 | 53.14 | 78.37 | - |
| YUV | 196.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 225 | 0.03 | 0.2 | 0 | 0.12 | 292 | 0.43 | 0.79 |
| Hex | DB | B4 | E1 | 3 | 14 | 0 | C | 124 | 2B | 4F |
| Octal | 333 | 264 | 341 | 3 | 24 | 0 | 14 | 444 | 53 | 117 |
| Binary | 11011011 | 10110100 | 11100001 | 11 | 10100 | 0 | 1100 | 100100100 | 101011 | 1001111 |
Color Harmonies of #DBB4E1
Complementary color
Monochromatic Colors of #DBB4E1
Black with #DBB4E1
Text Example
Text Example
White with #DBB4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB4E1; }
p { color: rgb(219,180,225); }
H1.HeaderClassName
{
color: #DBB4E1;
}
.AnyTagClassName
{
color: #DBB4E1;
}
</style>
background-color css
<style>
a { background-color: #DBB4E1; }
a { background-color: rgb(219,180,225); }
div.DivClassName
{
background-color: #DBB4E1;
}
.BgClassName
{
background-color: #DBB4E1;
}
</style>
border-color css
<style>
span { border-color: #DBB4E1; }
span { border-color: rgb(219,180,225); }
td.TdClassName
{
border-color: #DBB4E1;
}
.TagClassName
{
border-color: #DBB4E1;
}
</style>