Shades of Thistle #DBC6DD
Tints of Thistle #DBC6DD
RGB
CMYK
RGB Variations
Color information
#DBC6DD (or 0xDBC6DD) is known color: Thistle. HEX triplet: DB, C6 and DD. RGB value is (219,198,221). Sum of RGB (Red+Green+Blue) = 219+198+221=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6DD is #243922. Grayscale: #CECECE. Windows color (decimal): -2373923 or 14534363. OLE color: 14534363.
HSL color Cylindrical-coordinate representation of color #DBC6DD: hue angle of 294.78º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC6DD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 198 | 221 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.13 |
| HSL | 294.78º | 0.25% | 0.82% | - |
| HSV(B) | 294.78º | 0.1% | 0.87% | - |
| XYZ | 62.46 | 60.67 | 76.82 | - |
| YUV | 206.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 221 | 0.01 | 0.10 | 0 | 0.13 | 294.78 | 0.25 | 0.82 |
| Hex | DB | C6 | DD | 1 | A | 0 | D | 127 | 19 | 52 |
| Octal | 333 | 306 | 335 | 1 | 12 | 0 | 15 | 447 | 31 | 122 |
| Binary | 11011011 | 11000110 | 11011101 | 1 | 1010 | 0 | 1101 | 100100111 | 11001 | 1010010 |
Color Harmonies of #DBC6DD
Complementary color
Monochromatic Colors of #DBC6DD
Black with #DBC6DD
Text Example
Text Example
White with #DBC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6DD; }
p { color: rgb(219,198,221); }
H1.HeaderClassName
{
color: #DBC6DD;
}
.AnyTagClassName
{
color: #DBC6DD;
}
</style>
background-color css
<style>
a { background-color: #DBC6DD; }
a { background-color: rgb(219,198,221); }
div.DivClassName
{
background-color: #DBC6DD;
}
.BgClassName
{
background-color: #DBC6DD;
}
</style>
border-color css
<style>
span { border-color: #DBC6DD; }
span { border-color: rgb(219,198,221); }
td.TdClassName
{
border-color: #DBC6DD;
}
.TagClassName
{
border-color: #DBC6DD;
}
</style>