Shades of Thistle #DBB9E6
Tints of Thistle #DBB9E6
RGB
CMYK
RGB Variations
Color information
#DBB9E6 (or 0xDBB9E6) is known color: Thistle. HEX triplet: DB, B9 and E6. RGB value is (219,185,230). Sum of RGB (Red+Green+Blue) = 219+185+230=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9E6 is #244619. Grayscale: #C8C8C8. Windows color (decimal): -2377242 or 15120859. OLE color: 15120859.
HSL color Cylindrical-coordinate representation of color #DBB9E6: hue angle of 285.33º degrees, saturation: 0.47, 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 #DBB9E6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 185 | 230 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.10 |
| HSL | 285.33º | 0.47% | 0.81% | - |
| HSV(B) | 285.33º | 0.2% | 0.9% | - |
| XYZ | 60.85 | 55.47 | 82.36 | - |
| YUV | 200.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 230 | 0.05 | 0.20 | 0 | 0.10 | 285.33 | 0.47 | 0.81 |
| Hex | DB | B9 | E6 | 5 | 14 | 0 | A | 11D | 2F | 51 |
| Octal | 333 | 271 | 346 | 5 | 24 | 0 | 12 | 435 | 57 | 121 |
| Binary | 11011011 | 10111001 | 11100110 | 101 | 10100 | 0 | 1010 | 100011101 | 101111 | 1010001 |
Color Harmonies of #DBB9E6
Complementary color
Monochromatic Colors of #DBB9E6
Black with #DBB9E6
Text Example
Text Example
White with #DBB9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9E6; }
p { color: rgb(219,185,230); }
H1.HeaderClassName
{
color: #DBB9E6;
}
.AnyTagClassName
{
color: #DBB9E6;
}
</style>
background-color css
<style>
a { background-color: #DBB9E6; }
a { background-color: rgb(219,185,230); }
div.DivClassName
{
background-color: #DBB9E6;
}
.BgClassName
{
background-color: #DBB9E6;
}
</style>
border-color css
<style>
span { border-color: #DBB9E6; }
span { border-color: rgb(219,185,230); }
td.TdClassName
{
border-color: #DBB9E6;
}
.TagClassName
{
border-color: #DBB9E6;
}
</style>