Shades of Thistle #DBC4DD
Tints of Thistle #DBC4DD
RGB
CMYK
RGB Variations
Color information
#DBC4DD (or 0xDBC4DD) is known color: Thistle. HEX triplet: DB, C4 and DD. RGB value is (219,196,221). Sum of RGB (Red+Green+Blue) = 219+196+221=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBC4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4DD is #243B22. Grayscale: #CDCDCD. Windows color (decimal): -2374435 or 14533851. OLE color: 14533851.
HSL color Cylindrical-coordinate representation of color #DBC4DD: hue angle of 295.2º degrees, saturation: 0.27, 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 #DBC4DD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 196 | 221 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.13 |
| HSL | 295.2º | 0.27% | 0.82% | - |
| HSV(B) | 295.2º | 0.11% | 0.87% | - |
| XYZ | 62 | 59.76 | 76.67 | - |
| YUV | 205.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 221 | 0.01 | 0.11 | 0 | 0.13 | 295.2 | 0.27 | 0.82 |
| Hex | DB | C4 | DD | 1 | B | 0 | D | 127 | 1B | 52 |
| Octal | 333 | 304 | 335 | 1 | 13 | 0 | 15 | 447 | 33 | 122 |
| Binary | 11011011 | 11000100 | 11011101 | 1 | 1011 | 0 | 1101 | 100100111 | 11011 | 1010010 |
Color Harmonies of #DBC4DD
Complementary color
Monochromatic Colors of #DBC4DD
Black with #DBC4DD
Text Example
Text Example
White with #DBC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4DD; }
p { color: rgb(219,196,221); }
H1.HeaderClassName
{
color: #DBC4DD;
}
.AnyTagClassName
{
color: #DBC4DD;
}
</style>
background-color css
<style>
a { background-color: #DBC4DD; }
a { background-color: rgb(219,196,221); }
div.DivClassName
{
background-color: #DBC4DD;
}
.BgClassName
{
background-color: #DBC4DD;
}
</style>
border-color css
<style>
span { border-color: #DBC4DD; }
span { border-color: rgb(219,196,221); }
td.TdClassName
{
border-color: #DBC4DD;
}
.TagClassName
{
border-color: #DBC4DD;
}
</style>