Shades of Thistle #DBC1DD
Tints of Thistle #DBC1DD
RGB
CMYK
RGB Variations
Color information
#DBC1DD (or 0xDBC1DD) is known color: Thistle. HEX triplet: DB, C1 and DD. RGB value is (219,193,221). Sum of RGB (Red+Green+Blue) = 219+193+221=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1DD is #243E22. Grayscale: #CBCBCB. Windows color (decimal): -2375203 or 14533083. OLE color: 14533083.
HSL color Cylindrical-coordinate representation of color #DBC1DD: hue angle of 295.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC1DD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 193 | 221 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.13 |
| HSL | 295.71º | 0.29% | 0.81% | - |
| HSV(B) | 295.71º | 0.13% | 0.87% | - |
| XYZ | 61.33 | 58.42 | 76.45 | - |
| YUV | 203.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 221 | 0.01 | 0.13 | 0 | 0.13 | 295.71 | 0.29 | 0.81 |
| Hex | DB | C1 | DD | 1 | D | 0 | D | 128 | 1D | 51 |
| Octal | 333 | 301 | 335 | 1 | 15 | 0 | 15 | 450 | 35 | 121 |
| Binary | 11011011 | 11000001 | 11011101 | 1 | 1101 | 0 | 1101 | 100101000 | 11101 | 1010001 |
Color Harmonies of #DBC1DD
Complementary color
Monochromatic Colors of #DBC1DD
Black with #DBC1DD
Text Example
Text Example
White with #DBC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1DD; }
p { color: rgb(219,193,221); }
H1.HeaderClassName
{
color: #DBC1DD;
}
.AnyTagClassName
{
color: #DBC1DD;
}
</style>
background-color css
<style>
a { background-color: #DBC1DD; }
a { background-color: rgb(219,193,221); }
div.DivClassName
{
background-color: #DBC1DD;
}
.BgClassName
{
background-color: #DBC1DD;
}
</style>
border-color css
<style>
span { border-color: #DBC1DD; }
span { border-color: rgb(219,193,221); }
td.TdClassName
{
border-color: #DBC1DD;
}
.TagClassName
{
border-color: #DBC1DD;
}
</style>