Shades of Thistle #DBB8DA
Tints of Thistle #DBB8DA
RGB
CMYK
RGB Variations
Color information
#DBB8DA (or 0xDBB8DA) is known color: Thistle. HEX triplet: DB, B8 and DA. RGB value is (219,184,218). Sum of RGB (Red+Green+Blue) = 219+184+218=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8DA is #244725. Grayscale: #C6C6C6. Windows color (decimal): -2377510 or 14334171. OLE color: 14334171.
HSL color Cylindrical-coordinate representation of color #DBB8DA: hue angle of 301.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8DA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 218 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.14 |
| HSL | 301.71º | 0.33% | 0.79% | - |
| HSV(B) | 301.71º | 0.16% | 0.86% | - |
| XYZ | 59.01 | 54.4 | 73.72 | - |
| YUV | 198.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 218 | 0 | 0.16 | 0.00 | 0.14 | 301.71 | 0.33 | 0.79 |
| Hex | DB | B8 | DA | 0 | 10 | 0 | E | 12E | 21 | 4F |
| Octal | 333 | 270 | 332 | 0 | 20 | 0 | 16 | 456 | 41 | 117 |
| Binary | 11011011 | 10111000 | 11011010 | 0 | 10000 | 0 | 1110 | 100101110 | 100001 | 1001111 |
Color Harmonies of #DBB8DA
Complementary color
Monochromatic Colors of #DBB8DA
Black with #DBB8DA
Text Example
Text Example
White with #DBB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8DA; }
p { color: rgb(219,184,218); }
H1.HeaderClassName
{
color: #DBB8DA;
}
.AnyTagClassName
{
color: #DBB8DA;
}
</style>
background-color css
<style>
a { background-color: #DBB8DA; }
a { background-color: rgb(219,184,218); }
div.DivClassName
{
background-color: #DBB8DA;
}
.BgClassName
{
background-color: #DBB8DA;
}
</style>
border-color css
<style>
span { border-color: #DBB8DA; }
span { border-color: rgb(219,184,218); }
td.TdClassName
{
border-color: #DBB8DA;
}
.TagClassName
{
border-color: #DBB8DA;
}
</style>