Shades of Thistle #DBB9DB
Tints of Thistle #DBB9DB
RGB
CMYK
RGB Variations
Color information
#DBB9DB (or 0xDBB9DB) is known color: Thistle. HEX triplet: DB, B9 and DB. RGB value is (219,185,219). Sum of RGB (Red+Green+Blue) = 219+185+219=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9DB is #244624. Grayscale: #C6C6C6. Windows color (decimal): -2377253 or 14399963. OLE color: 14399963.
HSL color Cylindrical-coordinate representation of color #DBB9DB: hue angle of 300º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB9DB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 185 | 219 | - |
CMYK | 0 | 0.16 | 0 | 0.14 |
HSL | 300º | 0.32% | 0.79% | - |
HSV(B) | 300º | 0.16% | 0.86% | - |
XYZ | 59.35 | 54.87 | 74.48 | - |
YUV | 199.04 | 139.26 | 142.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 185 | 219 | 0 | 0.16 | 0 | 0.14 | 300 | 0.32 | 0.79 |
Hex | DB | B9 | DB | 0 | 10 | 0 | E | 12C | 20 | 4F |
Octal | 333 | 271 | 333 | 0 | 20 | 0 | 16 | 454 | 40 | 117 |
Binary | 11011011 | 10111001 | 11011011 | 0 | 10000 | 0 | 1110 | 100101100 | 100000 | 1001111 |
Color Harmonies of #DBB9DB
Complementary color
Monochromatic Colors of #DBB9DB
Black with #DBB9DB
Text Example
Text Example
White with #DBB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB9DB; }
p { color: rgb(219,185,219); }
H1.HeaderClassName
{
color: #DBB9DB;
}
.AnyTagClassName
{
color: #DBB9DB;
}
</style>
background-color css
<style>
a { background-color: #DBB9DB; }
a { background-color: rgb(219,185,219); }
div.DivClassName
{
background-color: #DBB9DB;
}
.BgClassName
{
background-color: #DBB9DB;
}
</style>
border-color css
<style>
span { border-color: #DBB9DB; }
span { border-color: rgb(219,185,219); }
td.TdClassName
{
border-color: #DBB9DB;
}
.TagClassName
{
border-color: #DBB9DB;
}
</style>