Shades of Thistle #DBC2DA
Tints of Thistle #DBC2DA
RGB
CMYK
RGB Variations
Color information
#DBC2DA (or 0xDBC2DA) is known color: Thistle. HEX triplet: DB, C2 and DA. RGB value is (219,194,218). Sum of RGB (Red+Green+Blue) = 219+194+218=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2DA is #243D25. Grayscale: #CCCCCC. Windows color (decimal): -2374950 or 14336731. OLE color: 14336731.
HSL color Cylindrical-coordinate representation of color #DBC2DA: hue angle of 302.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC2DA is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 218 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.14 |
| HSL | 302.4º | 0.26% | 0.81% | - |
| HSV(B) | 302.4º | 0.11% | 0.86% | - |
| XYZ | 61.16 | 58.71 | 74.44 | - |
| YUV | 204.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 218 | 0 | 0.11 | 0.00 | 0.14 | 302.4 | 0.26 | 0.81 |
| Hex | DB | C2 | DA | 0 | B | 0 | E | 12E | 1A | 51 |
| Octal | 333 | 302 | 332 | 0 | 13 | 0 | 16 | 456 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11011010 | 0 | 1011 | 0 | 1110 | 100101110 | 11010 | 1010001 |
Color Harmonies of #DBC2DA
Complementary color
Monochromatic Colors of #DBC2DA
Black with #DBC2DA
Text Example
Text Example
White with #DBC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2DA; }
p { color: rgb(219,194,218); }
H1.HeaderClassName
{
color: #DBC2DA;
}
.AnyTagClassName
{
color: #DBC2DA;
}
</style>
background-color css
<style>
a { background-color: #DBC2DA; }
a { background-color: rgb(219,194,218); }
div.DivClassName
{
background-color: #DBC2DA;
}
.BgClassName
{
background-color: #DBC2DA;
}
</style>
border-color css
<style>
span { border-color: #DBC2DA; }
span { border-color: rgb(219,194,218); }
td.TdClassName
{
border-color: #DBC2DA;
}
.TagClassName
{
border-color: #DBC2DA;
}
</style>