Shades of Thistle #DBB7E4
Tints of Thistle #DBB7E4
RGB
CMYK
RGB Variations
Color information
#DBB7E4 (or 0xDBB7E4) is known color: Thistle. HEX triplet: DB, B7 and E4. RGB value is (219,183,228). Sum of RGB (Red+Green+Blue) = 219+183+228=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBB7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7E4 is #24481B. Grayscale: #C6C6C6. Windows color (decimal): -2377756 or 14989275. OLE color: 14989275.
HSL color Cylindrical-coordinate representation of color #DBB7E4: hue angle of 288º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB7E4 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 183 | 228 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.11 |
| HSL | 288º | 0.45% | 0.81% | - |
| HSV(B) | 288º | 0.2% | 0.89% | - |
| XYZ | 60.15 | 54.53 | 80.75 | - |
| YUV | 198.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 228 | 0.04 | 0.20 | 0 | 0.11 | 288 | 0.45 | 0.81 |
| Hex | DB | B7 | E4 | 4 | 14 | 0 | B | 120 | 2D | 51 |
| Octal | 333 | 267 | 344 | 4 | 24 | 0 | 13 | 440 | 55 | 121 |
| Binary | 11011011 | 10110111 | 11100100 | 100 | 10100 | 0 | 1011 | 100100000 | 101101 | 1010001 |
Color Harmonies of #DBB7E4
Complementary color
Monochromatic Colors of #DBB7E4
Black with #DBB7E4
Text Example
Text Example
White with #DBB7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7E4; }
p { color: rgb(219,183,228); }
H1.HeaderClassName
{
color: #DBB7E4;
}
.AnyTagClassName
{
color: #DBB7E4;
}
</style>
background-color css
<style>
a { background-color: #DBB7E4; }
a { background-color: rgb(219,183,228); }
div.DivClassName
{
background-color: #DBB7E4;
}
.BgClassName
{
background-color: #DBB7E4;
}
</style>
border-color css
<style>
span { border-color: #DBB7E4; }
span { border-color: rgb(219,183,228); }
td.TdClassName
{
border-color: #DBB7E4;
}
.TagClassName
{
border-color: #DBB7E4;
}
</style>