Shades of Thistle #DBB7DB
Tints of Thistle #DBB7DB
RGB
CMYK
RGB Variations
Color information
#DBB7DB (or 0xDBB7DB) is known color: Thistle. HEX triplet: DB, B7 and DB. RGB value is (219,183,219). Sum of RGB (Red+Green+Blue) = 219+183+219=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DB is #244824. Grayscale: #C5C5C5. Windows color (decimal): -2377765 or 14399451. OLE color: 14399451.
HSL color Cylindrical-coordinate representation of color #DBB7DB: hue angle of 300º degrees, saturation: 0.33, 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 #DBB7DB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 183 | 219 | - |
CMYK | 0 | 0.16 | 0 | 0.14 |
HSL | 300º | 0.33% | 0.79% | - |
HSV(B) | 300º | 0.16% | 0.86% | - |
XYZ | 58.93 | 54.04 | 74.34 | - |
YUV | 197.87 | 139.93 | 143.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 219 | 0 | 0.16 | 0 | 0.14 | 300 | 0.33 | 0.79 |
Hex | DB | B7 | DB | 0 | 10 | 0 | E | 12C | 21 | 4F |
Octal | 333 | 267 | 333 | 0 | 20 | 0 | 16 | 454 | 41 | 117 |
Binary | 11011011 | 10110111 | 11011011 | 0 | 10000 | 0 | 1110 | 100101100 | 100001 | 1001111 |
Color Harmonies of #DBB7DB
Complementary color
Monochromatic Colors of #DBB7DB
Black with #DBB7DB
Text Example
Text Example
White with #DBB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7DB; }
p { color: rgb(219,183,219); }
H1.HeaderClassName
{
color: #DBB7DB;
}
.AnyTagClassName
{
color: #DBB7DB;
}
</style>
background-color css
<style>
a { background-color: #DBB7DB; }
a { background-color: rgb(219,183,219); }
div.DivClassName
{
background-color: #DBB7DB;
}
.BgClassName
{
background-color: #DBB7DB;
}
</style>
border-color css
<style>
span { border-color: #DBB7DB; }
span { border-color: rgb(219,183,219); }
td.TdClassName
{
border-color: #DBB7DB;
}
.TagClassName
{
border-color: #DBB7DB;
}
</style>