Shades of Thistle #DBBDDC
Tints of Thistle #DBBDDC
RGB
CMYK
RGB Variations
Color information
#DBBDDC (or 0xDBBDDC) is known color: Thistle. HEX triplet: DB, BD and DC. RGB value is (219,189,220). Sum of RGB (Red+Green+Blue) = 219+189+220=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDDC is #244223. Grayscale: #C9C9C9. Windows color (decimal): -2376228 or 14466523. OLE color: 14466523.
HSL color Cylindrical-coordinate representation of color #DBBDDC: hue angle of 298.06º degrees, saturation: 0.31, 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 #DBBDDC is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 220 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.14 |
| HSL | 298.06º | 0.31% | 0.8% | - |
| HSV(B) | 298.06º | 0.14% | 0.86% | - |
| XYZ | 60.33 | 56.62 | 75.46 | - |
| YUV | 201.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 220 | 0.00 | 0.14 | 0 | 0.14 | 298.06 | 0.31 | 0.8 |
| Hex | DB | BD | DC | 0 | E | 0 | E | 12A | 1F | 50 |
| Octal | 333 | 275 | 334 | 0 | 16 | 0 | 16 | 452 | 37 | 120 |
| Binary | 11011011 | 10111101 | 11011100 | 0 | 1110 | 0 | 1110 | 100101010 | 11111 | 1010000 |
Color Harmonies of #DBBDDC
Complementary color
Monochromatic Colors of #DBBDDC
Black with #DBBDDC
Text Example
Text Example
White with #DBBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDDC; }
p { color: rgb(219,189,220); }
H1.HeaderClassName
{
color: #DBBDDC;
}
.AnyTagClassName
{
color: #DBBDDC;
}
</style>
background-color css
<style>
a { background-color: #DBBDDC; }
a { background-color: rgb(219,189,220); }
div.DivClassName
{
background-color: #DBBDDC;
}
.BgClassName
{
background-color: #DBBDDC;
}
</style>
border-color css
<style>
span { border-color: #DBBDDC; }
span { border-color: rgb(219,189,220); }
td.TdClassName
{
border-color: #DBBDDC;
}
.TagClassName
{
border-color: #DBBDDC;
}
</style>