Shades of Thistle #DBBCDB
Tints of Thistle #DBBCDB
RGB
CMYK
RGB Variations
Color information
#DBBCDB (or 0xDBBCDB) is known color: Thistle. HEX triplet: DB, BC and DB. RGB value is (219,188,219). Sum of RGB (Red+Green+Blue) = 219+188+219=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCDB is #244324. Grayscale: #C8C8C8. Windows color (decimal): -2376485 or 14400731. OLE color: 14400731.
HSL color Cylindrical-coordinate representation of color #DBBCDB: hue angle of 300º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCDB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 188 | 219 | - |
CMYK | 0 | 0.14 | 0 | 0.14 |
HSL | 300º | 0.3% | 0.8% | - |
HSV(B) | 300º | 0.14% | 0.86% | - |
XYZ | 59.98 | 56.14 | 74.69 | - |
YUV | 200.8 | 138.27 | 140.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 188 | 219 | 0 | 0.14 | 0 | 0.14 | 300 | 0.3 | 0.8 |
Hex | DB | BC | DB | 0 | E | 0 | E | 12C | 1E | 50 |
Octal | 333 | 274 | 333 | 0 | 16 | 0 | 16 | 454 | 36 | 120 |
Binary | 11011011 | 10111100 | 11011011 | 0 | 1110 | 0 | 1110 | 100101100 | 11110 | 1010000 |
Color Harmonies of #DBBCDB
Complementary color
Monochromatic Colors of #DBBCDB
Black with #DBBCDB
Text Example
Text Example
White with #DBBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCDB; }
p { color: rgb(219,188,219); }
H1.HeaderClassName
{
color: #DBBCDB;
}
.AnyTagClassName
{
color: #DBBCDB;
}
</style>
background-color css
<style>
a { background-color: #DBBCDB; }
a { background-color: rgb(219,188,219); }
div.DivClassName
{
background-color: #DBBCDB;
}
.BgClassName
{
background-color: #DBBCDB;
}
</style>
border-color css
<style>
span { border-color: #DBBCDB; }
span { border-color: rgb(219,188,219); }
td.TdClassName
{
border-color: #DBBCDB;
}
.TagClassName
{
border-color: #DBBCDB;
}
</style>