Shades of Thistle #DBB9DD
Tints of Thistle #DBB9DD
RGB
CMYK
RGB Variations
Color information
#DBB9DD (or 0xDBB9DD) is known color: Thistle. HEX triplet: DB, B9 and DD. RGB value is (219,185,221). Sum of RGB (Red+Green+Blue) = 219+185+221=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9DD is #244622. Grayscale: #C7C7C7. Windows color (decimal): -2377251 or 14531035. OLE color: 14531035.
HSL color Cylindrical-coordinate representation of color #DBB9DD: hue angle of 296.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9DD is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 185 | 221 | - |
CMYK | 0.01 | 0.16 | 0 | 0.13 |
HSL | 296.67º | 0.35% | 0.8% | - |
HSV(B) | 296.67º | 0.16% | 0.87% | - |
XYZ | 59.61 | 54.98 | 75.88 | - |
YUV | 199.27 | 140.26 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 221 | 0.01 | 0.16 | 0 | 0.13 | 296.67 | 0.35 | 0.8 |
Hex | DB | B9 | DD | 1 | 10 | 0 | D | 129 | 23 | 50 |
Octal | 333 | 271 | 335 | 1 | 20 | 0 | 15 | 451 | 43 | 120 |
Binary | 11011011 | 10111001 | 11011101 | 1 | 10000 | 0 | 1101 | 100101001 | 100011 | 1010000 |
Color Harmonies of #DBB9DD
Complementary color
Monochromatic Colors of #DBB9DD
Black with #DBB9DD
Text Example
Text Example
White with #DBB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9DD; }
p { color: rgb(219,185,221); }
H1.HeaderClassName
{
color: #DBB9DD;
}
.AnyTagClassName
{
color: #DBB9DD;
}
</style>
background-color css
<style>
a { background-color: #DBB9DD; }
a { background-color: rgb(219,185,221); }
div.DivClassName
{
background-color: #DBB9DD;
}
.BgClassName
{
background-color: #DBB9DD;
}
</style>
border-color css
<style>
span { border-color: #DBB9DD; }
span { border-color: rgb(219,185,221); }
td.TdClassName
{
border-color: #DBB9DD;
}
.TagClassName
{
border-color: #DBB9DD;
}
</style>