Shades of Thistle #DCCBDB
Tints of Thistle #DCCBDB
RGB
CMYK
RGB Variations
Color information
#DCCBDB (or 0xDCCBDB) is known color: Thistle. HEX triplet: DC, CB and DB. RGB value is (220,203,219). Sum of RGB (Red+Green+Blue) = 220+203+219=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDB is #233424. Grayscale: #D1D1D1. Windows color (decimal): -2307109 or 14404572. OLE color: 14404572.
HSL color Cylindrical-coordinate representation of color #DCCBDB: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBDB is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 219 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.14 |
| HSL | 303.53º | 0.2% | 0.83% | - |
| HSV(B) | 303.53º | 0.08% | 0.86% | - |
| XYZ | 63.66 | 63.04 | 75.83 | - |
| YUV | 209.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 219 | 0 | 0.08 | 0.00 | 0.14 | 303.53 | 0.2 | 0.83 |
| Hex | DC | CB | DB | 0 | 8 | 0 | E | 130 | 14 | 53 |
| Octal | 334 | 313 | 333 | 0 | 10 | 0 | 16 | 460 | 24 | 123 |
| Binary | 11011100 | 11001011 | 11011011 | 0 | 1000 | 0 | 1110 | 100110000 | 10100 | 1010011 |
Color Harmonies of #DCCBDB
Complementary color
Monochromatic Colors of #DCCBDB
Black with #DCCBDB
Text Example
Text Example
White with #DCCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBDB; }
p { color: rgb(220,203,219); }
H1.HeaderClassName
{
color: #DCCBDB;
}
.AnyTagClassName
{
color: #DCCBDB;
}
</style>
background-color css
<style>
a { background-color: #DCCBDB; }
a { background-color: rgb(220,203,219); }
div.DivClassName
{
background-color: #DCCBDB;
}
.BgClassName
{
background-color: #DCCBDB;
}
</style>
border-color css
<style>
span { border-color: #DCCBDB; }
span { border-color: rgb(220,203,219); }
td.TdClassName
{
border-color: #DCCBDB;
}
.TagClassName
{
border-color: #DCCBDB;
}
</style>