Shades of Thistle #DBC5DF
Tints of Thistle #DBC5DF
RGB
CMYK
RGB Variations
Color information
#DBC5DF (or 0xDBC5DF) is known color: Thistle. HEX triplet: DB, C5 and DF. RGB value is (219,197,223). Sum of RGB (Red+Green+Blue) = 219+197+223=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DF is #243A20. Grayscale: #CECECE. Windows color (decimal): -2374177 or 14665179. OLE color: 14665179.
HSL color Cylindrical-coordinate representation of color #DBC5DF: hue angle of 290.77º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC5DF is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 197 | 223 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.13 |
| HSL | 290.77º | 0.29% | 0.82% | - |
| HSV(B) | 290.77º | 0.12% | 0.87% | - |
| XYZ | 62.5 | 60.32 | 78.16 | - |
| YUV | 206.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 223 | 0.02 | 0.12 | 0 | 0.13 | 290.77 | 0.29 | 0.82 |
| Hex | DB | C5 | DF | 2 | C | 0 | D | 123 | 1D | 52 |
| Octal | 333 | 305 | 337 | 2 | 14 | 0 | 15 | 443 | 35 | 122 |
| Binary | 11011011 | 11000101 | 11011111 | 10 | 1100 | 0 | 1101 | 100100011 | 11101 | 1010010 |
Color Harmonies of #DBC5DF
Complementary color
Monochromatic Colors of #DBC5DF
Black with #DBC5DF
Text Example
Text Example
White with #DBC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5DF; }
p { color: rgb(219,197,223); }
H1.HeaderClassName
{
color: #DBC5DF;
}
.AnyTagClassName
{
color: #DBC5DF;
}
</style>
background-color css
<style>
a { background-color: #DBC5DF; }
a { background-color: rgb(219,197,223); }
div.DivClassName
{
background-color: #DBC5DF;
}
.BgClassName
{
background-color: #DBC5DF;
}
</style>
border-color css
<style>
span { border-color: #DBC5DF; }
span { border-color: rgb(219,197,223); }
td.TdClassName
{
border-color: #DBC5DF;
}
.TagClassName
{
border-color: #DBC5DF;
}
</style>