Shades of Thistle #DBB7E6
Tints of Thistle #DBB7E6
RGB
CMYK
RGB Variations
Color information
#DBB7E6 (or 0xDBB7E6) is known color: Thistle. HEX triplet: DB, B7 and E6. RGB value is (219,183,230). Sum of RGB (Red+Green+Blue) = 219+183+230=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7E6 is #244819. Grayscale: #C6C6C6. Windows color (decimal): -2377754 or 15120347. OLE color: 15120347.
HSL color Cylindrical-coordinate representation of color #DBB7E6: hue angle of 285.96º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB7E6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 183 | 230 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.10 |
| HSL | 285.96º | 0.48% | 0.81% | - |
| HSV(B) | 285.96º | 0.2% | 0.9% | - |
| XYZ | 60.43 | 54.64 | 82.22 | - |
| YUV | 199.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 230 | 0.05 | 0.20 | 0 | 0.10 | 285.96 | 0.48 | 0.81 |
| Hex | DB | B7 | E6 | 5 | 14 | 0 | A | 11E | 30 | 51 |
| Octal | 333 | 267 | 346 | 5 | 24 | 0 | 12 | 436 | 60 | 121 |
| Binary | 11011011 | 10110111 | 11100110 | 101 | 10100 | 0 | 1010 | 100011110 | 110000 | 1010001 |
Color Harmonies of #DBB7E6
Complementary color
Monochromatic Colors of #DBB7E6
Black with #DBB7E6
Text Example
Text Example
White with #DBB7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7E6; }
p { color: rgb(219,183,230); }
H1.HeaderClassName
{
color: #DBB7E6;
}
.AnyTagClassName
{
color: #DBB7E6;
}
</style>
background-color css
<style>
a { background-color: #DBB7E6; }
a { background-color: rgb(219,183,230); }
div.DivClassName
{
background-color: #DBB7E6;
}
.BgClassName
{
background-color: #DBB7E6;
}
</style>
border-color css
<style>
span { border-color: #DBB7E6; }
span { border-color: rgb(219,183,230); }
td.TdClassName
{
border-color: #DBB7E6;
}
.TagClassName
{
border-color: #DBB7E6;
}
</style>