Shades of Thistle #DBC8DD
Tints of Thistle #DBC8DD
RGB
CMYK
RGB Variations
Color information
#DBC8DD (or 0xDBC8DD) is known color: Thistle. HEX triplet: DB, C8 and DD. RGB value is (219,200,221). Sum of RGB (Red+Green+Blue) = 219+200+221=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DD is #243722. Grayscale: #D0D0D0. Windows color (decimal): -2373411 or 14534875. OLE color: 14534875.
HSL color Cylindrical-coordinate representation of color #DBC8DD: hue angle of 294.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC8DD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 200 | 221 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.13 |
| HSL | 294.29º | 0.24% | 0.83% | - |
| HSV(B) | 294.29º | 0.1% | 0.87% | - |
| XYZ | 62.92 | 61.59 | 76.98 | - |
| YUV | 208.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 221 | 0.01 | 0.10 | 0 | 0.13 | 294.29 | 0.24 | 0.83 |
| Hex | DB | C8 | DD | 1 | A | 0 | D | 126 | 18 | 53 |
| Octal | 333 | 310 | 335 | 1 | 12 | 0 | 15 | 446 | 30 | 123 |
| Binary | 11011011 | 11001000 | 11011101 | 1 | 1010 | 0 | 1101 | 100100110 | 11000 | 1010011 |
Color Harmonies of #DBC8DD
Complementary color
Monochromatic Colors of #DBC8DD
Black with #DBC8DD
Text Example
Text Example
White with #DBC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8DD; }
p { color: rgb(219,200,221); }
H1.HeaderClassName
{
color: #DBC8DD;
}
.AnyTagClassName
{
color: #DBC8DD;
}
</style>
background-color css
<style>
a { background-color: #DBC8DD; }
a { background-color: rgb(219,200,221); }
div.DivClassName
{
background-color: #DBC8DD;
}
.BgClassName
{
background-color: #DBC8DD;
}
</style>
border-color css
<style>
span { border-color: #DBC8DD; }
span { border-color: rgb(219,200,221); }
td.TdClassName
{
border-color: #DBC8DD;
}
.TagClassName
{
border-color: #DBC8DD;
}
</style>