Shades of Thistle #DBCDDC
Tints of Thistle #DBCDDC
RGB
CMYK
RGB Variations
Color information
#DBCDDC (or 0xDBCDDC) is known color: Thistle. HEX triplet: DB, CD and DC. RGB value is (219,205,220). Sum of RGB (Red+Green+Blue) = 219+205+220=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDDC is #243223. Grayscale: #D2D2D2. Windows color (decimal): -2372132 or 14470619. OLE color: 14470619.
HSL color Cylindrical-coordinate representation of color #DBCDDC: hue angle of 296º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCDDC is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 220 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.14 |
| HSL | 296º | 0.18% | 0.83% | - |
| HSV(B) | 296º | 0.07% | 0.86% | - |
| XYZ | 63.96 | 63.89 | 76.67 | - |
| YUV | 210.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 220 | 0.00 | 0.07 | 0 | 0.14 | 296 | 0.18 | 0.83 |
| Hex | DB | CD | DC | 0 | 7 | 0 | E | 128 | 12 | 53 |
| Octal | 333 | 315 | 334 | 0 | 7 | 0 | 16 | 450 | 22 | 123 |
| Binary | 11011011 | 11001101 | 11011100 | 0 | 111 | 0 | 1110 | 100101000 | 10010 | 1010011 |
Color Harmonies of #DBCDDC
Complementary color
Monochromatic Colors of #DBCDDC
Black with #DBCDDC
Text Example
Text Example
White with #DBCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCDDC; }
p { color: rgb(219,205,220); }
H1.HeaderClassName
{
color: #DBCDDC;
}
.AnyTagClassName
{
color: #DBCDDC;
}
</style>
background-color css
<style>
a { background-color: #DBCDDC; }
a { background-color: rgb(219,205,220); }
div.DivClassName
{
background-color: #DBCDDC;
}
.BgClassName
{
background-color: #DBCDDC;
}
</style>
border-color css
<style>
span { border-color: #DBCDDC; }
span { border-color: rgb(219,205,220); }
td.TdClassName
{
border-color: #DBCDDC;
}
.TagClassName
{
border-color: #DBCDDC;
}
</style>