Shades of Thistle #DBB0DD
Tints of Thistle #DBB0DD
RGB
CMYK
RGB Variations
Color information
#DBB0DD (or 0xDBB0DD) is known color: Thistle. HEX triplet: DB, B0 and DD. RGB value is (219,176,221). Sum of RGB (Red+Green+Blue) = 219+176+221=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0DD is #244F22. Grayscale: #C1C1C1. Windows color (decimal): -2379555 or 14528731. OLE color: 14528731.
HSL color Cylindrical-coordinate representation of color #DBB0DD: hue angle of 297.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0DD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 176 | 221 | - |
CMYK | 0.01 | 0.20 | 0 | 0.13 |
HSL | 297.33º | 0.4% | 0.78% | - |
HSV(B) | 297.33º | 0.2% | 0.87% | - |
XYZ | 57.79 | 51.33 | 75.27 | - |
YUV | 193.99 | 143.25 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 176 | 221 | 0.01 | 0.20 | 0 | 0.13 | 297.33 | 0.4 | 0.78 |
Hex | DB | B0 | DD | 1 | 14 | 0 | D | 129 | 28 | 4E |
Octal | 333 | 260 | 335 | 1 | 24 | 0 | 15 | 451 | 50 | 116 |
Binary | 11011011 | 10110000 | 11011101 | 1 | 10100 | 0 | 1101 | 100101001 | 101000 | 1001110 |
Color Harmonies of #DBB0DD
Complementary color
Monochromatic Colors of #DBB0DD
Black with #DBB0DD
Text Example
Text Example
White with #DBB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0DD; }
p { color: rgb(219,176,221); }
H1.HeaderClassName
{
color: #DBB0DD;
}
.AnyTagClassName
{
color: #DBB0DD;
}
</style>
background-color css
<style>
a { background-color: #DBB0DD; }
a { background-color: rgb(219,176,221); }
div.DivClassName
{
background-color: #DBB0DD;
}
.BgClassName
{
background-color: #DBB0DD;
}
</style>
border-color css
<style>
span { border-color: #DBB0DD; }
span { border-color: rgb(219,176,221); }
td.TdClassName
{
border-color: #DBB0DD;
}
.TagClassName
{
border-color: #DBB0DD;
}
</style>