Shades of Thistle #DBBDDB
Tints of Thistle #DBBDDB
RGB
CMYK
RGB Variations
Color information
#DBBDDB (or 0xDBBDDB) is known color: Thistle. HEX triplet: DB, BD and DB. RGB value is (219,189,219). Sum of RGB (Red+Green+Blue) = 219+189+219=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDDB is #244224. Grayscale: #C9C9C9. Windows color (decimal): -2376229 or 14400987. OLE color: 14400987.
HSL color Cylindrical-coordinate representation of color #DBBDDB: hue angle of 300º degrees, saturation: 0.29, 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 #DBBDDB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 189 | 219 | - |
CMYK | 0 | 0.14 | 0 | 0.14 |
HSL | 300º | 0.29% | 0.8% | - |
HSV(B) | 300º | 0.14% | 0.86% | - |
XYZ | 60.2 | 56.57 | 74.76 | - |
YUV | 201.39 | 137.94 | 140.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 219 | 0 | 0.14 | 0 | 0.14 | 300 | 0.29 | 0.8 |
Hex | DB | BD | DB | 0 | E | 0 | E | 12C | 1D | 50 |
Octal | 333 | 275 | 333 | 0 | 16 | 0 | 16 | 454 | 35 | 120 |
Binary | 11011011 | 10111101 | 11011011 | 0 | 1110 | 0 | 1110 | 100101100 | 11101 | 1010000 |
Color Harmonies of #DBBDDB
Complementary color
Monochromatic Colors of #DBBDDB
Black with #DBBDDB
Text Example
Text Example
White with #DBBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDDB; }
p { color: rgb(219,189,219); }
H1.HeaderClassName
{
color: #DBBDDB;
}
.AnyTagClassName
{
color: #DBBDDB;
}
</style>
background-color css
<style>
a { background-color: #DBBDDB; }
a { background-color: rgb(219,189,219); }
div.DivClassName
{
background-color: #DBBDDB;
}
.BgClassName
{
background-color: #DBBDDB;
}
</style>
border-color css
<style>
span { border-color: #DBBDDB; }
span { border-color: rgb(219,189,219); }
td.TdClassName
{
border-color: #DBBDDB;
}
.TagClassName
{
border-color: #DBBDDB;
}
</style>