Shades of Thistle #DCBCDE
Tints of Thistle #DCBCDE
RGB
CMYK
RGB Variations
Color information
#DCBCDE (or 0xDCBCDE) is known color: Thistle. HEX triplet: DC, BC and DE. RGB value is (220,188,222). Sum of RGB (Red+Green+Blue) = 220+188+222=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDE is #234321. Grayscale: #C9C9C9. Windows color (decimal): -2310946 or 14597340. OLE color: 14597340.
HSL color Cylindrical-coordinate representation of color #DCBCDE: hue angle of 296.47º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCDE is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 188 | 222 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.13 |
| HSL | 296.47º | 0.34% | 0.8% | - |
| HSV(B) | 296.47º | 0.15% | 0.87% | - |
| XYZ | 60.68 | 56.46 | 76.81 | - |
| YUV | 201.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 222 | 0.01 | 0.15 | 0 | 0.13 | 296.47 | 0.34 | 0.8 |
| Hex | DC | BC | DE | 1 | F | 0 | D | 128 | 22 | 50 |
| Octal | 334 | 274 | 336 | 1 | 17 | 0 | 15 | 450 | 42 | 120 |
| Binary | 11011100 | 10111100 | 11011110 | 1 | 1111 | 0 | 1101 | 100101000 | 100010 | 1010000 |
Color Harmonies of #DCBCDE
Complementary color
Monochromatic Colors of #DCBCDE
Black with #DCBCDE
Text Example
Text Example
White with #DCBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCDE; }
p { color: rgb(220,188,222); }
H1.HeaderClassName
{
color: #DCBCDE;
}
.AnyTagClassName
{
color: #DCBCDE;
}
</style>
background-color css
<style>
a { background-color: #DCBCDE; }
a { background-color: rgb(220,188,222); }
div.DivClassName
{
background-color: #DCBCDE;
}
.BgClassName
{
background-color: #DCBCDE;
}
</style>
border-color css
<style>
span { border-color: #DCBCDE; }
span { border-color: rgb(220,188,222); }
td.TdClassName
{
border-color: #DCBCDE;
}
.TagClassName
{
border-color: #DCBCDE;
}
</style>