Shades of Thistle #DBC5DD
Tints of Thistle #DBC5DD
RGB
CMYK
RGB Variations
Color information
#DBC5DD (or 0xDBC5DD) is known color: Thistle. HEX triplet: DB, C5 and DD. RGB value is (219,197,221). Sum of RGB (Red+Green+Blue) = 219+197+221=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DD is #243A22. Grayscale: #CECECE. Windows color (decimal): -2374179 or 14534107. OLE color: 14534107.
HSL color Cylindrical-coordinate representation of color #DBC5DD: hue angle of 295º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC5DD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 197 | 221 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.13 |
| HSL | 295º | 0.26% | 0.82% | - |
| HSV(B) | 295º | 0.11% | 0.87% | - |
| XYZ | 62.23 | 60.21 | 76.75 | - |
| YUV | 206.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 221 | 0.01 | 0.11 | 0 | 0.13 | 295 | 0.26 | 0.82 |
| Hex | DB | C5 | DD | 1 | B | 0 | D | 127 | 1A | 52 |
| Octal | 333 | 305 | 335 | 1 | 13 | 0 | 15 | 447 | 32 | 122 |
| Binary | 11011011 | 11000101 | 11011101 | 1 | 1011 | 0 | 1101 | 100100111 | 11010 | 1010010 |
Color Harmonies of #DBC5DD
Complementary color
Monochromatic Colors of #DBC5DD
Black with #DBC5DD
Text Example
Text Example
White with #DBC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5DD; }
p { color: rgb(219,197,221); }
H1.HeaderClassName
{
color: #DBC5DD;
}
.AnyTagClassName
{
color: #DBC5DD;
}
</style>
background-color css
<style>
a { background-color: #DBC5DD; }
a { background-color: rgb(219,197,221); }
div.DivClassName
{
background-color: #DBC5DD;
}
.BgClassName
{
background-color: #DBC5DD;
}
</style>
border-color css
<style>
span { border-color: #DBC5DD; }
span { border-color: rgb(219,197,221); }
td.TdClassName
{
border-color: #DBC5DD;
}
.TagClassName
{
border-color: #DBC5DD;
}
</style>