Shades of Thistle #DCCDDB
Tints of Thistle #DCCDDB
RGB
CMYK
RGB Variations
Color information
#DCCDDB (or 0xDCCDDB) is known color: Thistle. HEX triplet: DC, CD and DB. RGB value is (220,205,219). Sum of RGB (Red+Green+Blue) = 220+205+219=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDDB is #233224. Grayscale: #D3D3D3. Windows color (decimal): -2306597 or 14405084. OLE color: 14405084.
HSL color Cylindrical-coordinate representation of color #DCCDDB: hue angle of 304º 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 #DCCDDB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 219 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.14 |
| HSL | 304º | 0.18% | 0.83% | - |
| HSV(B) | 304º | 0.07% | 0.86% | - |
| XYZ | 64.13 | 63.99 | 75.99 | - |
| YUV | 211.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 219 | 0 | 0.07 | 0.00 | 0.14 | 304 | 0.18 | 0.83 |
| Hex | DC | CD | DB | 0 | 7 | 0 | E | 130 | 12 | 53 |
| Octal | 334 | 315 | 333 | 0 | 7 | 0 | 16 | 460 | 22 | 123 |
| Binary | 11011100 | 11001101 | 11011011 | 0 | 111 | 0 | 1110 | 100110000 | 10010 | 1010011 |
Color Harmonies of #DCCDDB
Complementary color
Monochromatic Colors of #DCCDDB
Black with #DCCDDB
Text Example
Text Example
White with #DCCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDDB; }
p { color: rgb(220,205,219); }
H1.HeaderClassName
{
color: #DCCDDB;
}
.AnyTagClassName
{
color: #DCCDDB;
}
</style>
background-color css
<style>
a { background-color: #DCCDDB; }
a { background-color: rgb(220,205,219); }
div.DivClassName
{
background-color: #DCCDDB;
}
.BgClassName
{
background-color: #DCCDDB;
}
</style>
border-color css
<style>
span { border-color: #DCCDDB; }
span { border-color: rgb(220,205,219); }
td.TdClassName
{
border-color: #DCCDDB;
}
.TagClassName
{
border-color: #DCCDDB;
}
</style>