Shades of Thistle #DBCCDC
Tints of Thistle #DBCCDC
RGB
CMYK
RGB Variations
Color information
#DBCCDC (or 0xDBCCDC) is known color: Thistle. HEX triplet: DB, CC and DC. RGB value is (219,204,220). Sum of RGB (Red+Green+Blue) = 219+204+220=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCDC is #243323. Grayscale: #D2D2D2. Windows color (decimal): -2372388 or 14470363. OLE color: 14470363.
HSL color Cylindrical-coordinate representation of color #DBCCDC: hue angle of 296.25º degrees, saturation: 0.19, 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 #DBCCDC is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 220 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.14 |
| HSL | 296.25º | 0.19% | 0.83% | - |
| HSV(B) | 296.25º | 0.07% | 0.86% | - |
| XYZ | 63.72 | 63.41 | 76.59 | - |
| YUV | 210.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 220 | 0.00 | 0.07 | 0 | 0.14 | 296.25 | 0.19 | 0.83 |
| Hex | DB | CC | DC | 0 | 7 | 0 | E | 128 | 13 | 53 |
| Octal | 333 | 314 | 334 | 0 | 7 | 0 | 16 | 450 | 23 | 123 |
| Binary | 11011011 | 11001100 | 11011100 | 0 | 111 | 0 | 1110 | 100101000 | 10011 | 1010011 |
Color Harmonies of #DBCCDC
Complementary color
Monochromatic Colors of #DBCCDC
Black with #DBCCDC
Text Example
Text Example
White with #DBCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCDC; }
p { color: rgb(219,204,220); }
H1.HeaderClassName
{
color: #DBCCDC;
}
.AnyTagClassName
{
color: #DBCCDC;
}
</style>
background-color css
<style>
a { background-color: #DBCCDC; }
a { background-color: rgb(219,204,220); }
div.DivClassName
{
background-color: #DBCCDC;
}
.BgClassName
{
background-color: #DBCCDC;
}
</style>
border-color css
<style>
span { border-color: #DBCCDC; }
span { border-color: rgb(219,204,220); }
td.TdClassName
{
border-color: #DBCCDC;
}
.TagClassName
{
border-color: #DBCCDC;
}
</style>