Shades of Thistle #DBB2DC
Tints of Thistle #DBB2DC
RGB
CMYK
RGB Variations
Color information
#DBB2DC (or 0xDBB2DC) is known color: Thistle. HEX triplet: DB, B2 and DC. RGB value is (219,178,220). Sum of RGB (Red+Green+Blue) = 219+178+220=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2DC is #244D23. Grayscale: #C2C2C2. Windows color (decimal): -2379044 or 14463707. OLE color: 14463707.
HSL color Cylindrical-coordinate representation of color #DBB2DC: hue angle of 298.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2DC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 220 | - |
| CMYK | 0.00 | 0.19 | 0 | 0.14 |
| HSL | 298.57º | 0.38% | 0.78% | - |
| HSV(B) | 298.57º | 0.19% | 0.86% | - |
| XYZ | 58.05 | 52.07 | 74.7 | - |
| YUV | 195.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 220 | 0.00 | 0.19 | 0 | 0.14 | 298.57 | 0.38 | 0.78 |
| Hex | DB | B2 | DC | 0 | 13 | 0 | E | 12B | 26 | 4E |
| Octal | 333 | 262 | 334 | 0 | 23 | 0 | 16 | 453 | 46 | 116 |
| Binary | 11011011 | 10110010 | 11011100 | 0 | 10011 | 0 | 1110 | 100101011 | 100110 | 1001110 |
Color Harmonies of #DBB2DC
Complementary color
Monochromatic Colors of #DBB2DC
Black with #DBB2DC
Text Example
Text Example
White with #DBB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2DC; }
p { color: rgb(219,178,220); }
H1.HeaderClassName
{
color: #DBB2DC;
}
.AnyTagClassName
{
color: #DBB2DC;
}
</style>
background-color css
<style>
a { background-color: #DBB2DC; }
a { background-color: rgb(219,178,220); }
div.DivClassName
{
background-color: #DBB2DC;
}
.BgClassName
{
background-color: #DBB2DC;
}
</style>
border-color css
<style>
span { border-color: #DBB2DC; }
span { border-color: rgb(219,178,220); }
td.TdClassName
{
border-color: #DBB2DC;
}
.TagClassName
{
border-color: #DBB2DC;
}
</style>