Shades of Thistle #DBCDD8
Tints of Thistle #DBCDD8
RGB
CMYK
RGB Variations
Color information
#DBCDD8 (or 0xDBCDD8) is known color: Thistle. HEX triplet: DB, CD and D8. RGB value is (219,205,216). Sum of RGB (Red+Green+Blue) = 219+205+216=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDD8 is #243227. Grayscale: #D2D2D2. Windows color (decimal): -2372136 or 14208475. OLE color: 14208475.
HSL color Cylindrical-coordinate representation of color #DBCDD8: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDD8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 216 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.14 |
| HSL | 312.86º | 0.16% | 0.83% | - |
| HSV(B) | 312.86º | 0.06% | 0.86% | - |
| XYZ | 63.44 | 63.68 | 73.91 | - |
| YUV | 210.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 216 | 0 | 0.06 | 0.01 | 0.14 | 312.86 | 0.16 | 0.83 |
| Hex | DB | CD | D8 | 0 | 6 | 1 | E | 139 | 10 | 53 |
| Octal | 333 | 315 | 330 | 0 | 6 | 1 | 16 | 471 | 20 | 123 |
| Binary | 11011011 | 11001101 | 11011000 | 0 | 110 | 1 | 1110 | 100111001 | 10000 | 1010011 |
Color Harmonies of #DBCDD8
Complementary color
Monochromatic Colors of #DBCDD8
Black with #DBCDD8
Text Example
Text Example
White with #DBCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDD8; }
p { color: rgb(219,205,216); }
H1.HeaderClassName
{
color: #DBCDD8;
}
.AnyTagClassName
{
color: #DBCDD8;
}
</style>
background-color css
<style>
a { background-color: #DBCDD8; }
a { background-color: rgb(219,205,216); }
div.DivClassName
{
background-color: #DBCDD8;
}
.BgClassName
{
background-color: #DBCDD8;
}
</style>
border-color css
<style>
span { border-color: #DBCDD8; }
span { border-color: rgb(219,205,216); }
td.TdClassName
{
border-color: #DBCDD8;
}
.TagClassName
{
border-color: #DBCDD8;
}
</style>