Shades of Thistle #DBB6DB
Tints of Thistle #DBB6DB
RGB
CMYK
RGB Variations
Color information
#DBB6DB (or 0xDBB6DB) is known color: Thistle. HEX triplet: DB, B6 and DB. RGB value is (219,182,219). Sum of RGB (Red+Green+Blue) = 219+182+219=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6DB is #244924. Grayscale: #C5C5C5. Windows color (decimal): -2378021 or 14399195. OLE color: 14399195.
HSL color Cylindrical-coordinate representation of color #DBB6DB: hue angle of 300º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6DB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 219 | - |
CMYK | 0 | 0.17 | 0 | 0.14 |
HSL | 300º | 0.34% | 0.79% | - |
HSV(B) | 300º | 0.17% | 0.86% | - |
XYZ | 58.73 | 53.63 | 74.27 | - |
YUV | 197.28 | 140.26 | 143.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 219 | 0 | 0.17 | 0 | 0.14 | 300 | 0.34 | 0.79 |
Hex | DB | B6 | DB | 0 | 11 | 0 | E | 12C | 22 | 4F |
Octal | 333 | 266 | 333 | 0 | 21 | 0 | 16 | 454 | 42 | 117 |
Binary | 11011011 | 10110110 | 11011011 | 0 | 10001 | 0 | 1110 | 100101100 | 100010 | 1001111 |
Color Harmonies of #DBB6DB
Complementary color
Monochromatic Colors of #DBB6DB
Black with #DBB6DB
Text Example
Text Example
White with #DBB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6DB; }
p { color: rgb(219,182,219); }
H1.HeaderClassName
{
color: #DBB6DB;
}
.AnyTagClassName
{
color: #DBB6DB;
}
</style>
background-color css
<style>
a { background-color: #DBB6DB; }
a { background-color: rgb(219,182,219); }
div.DivClassName
{
background-color: #DBB6DB;
}
.BgClassName
{
background-color: #DBB6DB;
}
</style>
border-color css
<style>
span { border-color: #DBB6DB; }
span { border-color: rgb(219,182,219); }
td.TdClassName
{
border-color: #DBB6DB;
}
.TagClassName
{
border-color: #DBB6DB;
}
</style>